- ArcGIS Blueprints
- Eric Pimpler
- 131字
- 2021-07-30 09:50:01
Summary
Integrating ArcGIS Desktop and ArcGIS Server is easily accomplished using the ArcGIS REST API and the Python programming language. In this chapter, we created an ArcGIS Python Toolbox containing a tool that connects to an ArcGIS Server map service containing real-time wildfire information and hosted by the USGS. The connection was accomplished through the use of the Python request module that we used in order to submit a request and handle the response. Finally, we used the ArcPy
data access module to write this information to a local geodatabase.
In the next chapter, we'll continue working with ArcGIS Python toolboxes, and you'll also learn how to read CSV
files with the Python CSV
module, insert data into a feature class, and use the arcpy.mapping
module to work with time-enabled data.
- GeoServer Cookbook
- Computer Vision for the Web
- Getting Started with ResearchKit
- HTML5+CSS3基礎(chǔ)開發(fā)教程(第2版)
- JavaScript+Vue+React全程實例
- PLC編程與調(diào)試技術(shù)(松下系列)
- 深入淺出React和Redux
- 詳解MATLAB圖形繪制技術(shù)
- Webpack實戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)(第2版)
- PyQt編程快速上手
- Visual C++程序設(shè)計與項目實踐
- Laravel Design Patterns and Best Practices
- Ubuntu Server Cookbook
- Python繪圖指南:分形與數(shù)據(jù)可視化(全彩)
- Learning Google Apps Script