- ArcGIS Blueprints
- Eric Pimpler
- 153字
- 2021-07-30 09:49:59
Design
Before we start building the application, we'll spend some time planning what we'll build. This is a fairly simple application, but it serves to illustrate how ArcGIS Desktop and ArcGIS Server can be easily integrated using the ArcGIS REST API. In this application, we'll build an ArcGIS Python Toolbox that serves as a container for a single tool called USGSDownload
. The USGSDownload
tool will use the Python requests, JavaScript Object Notation (JSON), and ArcPy
da modules to request real-time wildfire data from a USGS map service. The response from the map service will contain information including the location of the fire, the name of the fire, and some additional information that will then be written to a local geodatabase.
The communication between the ArcGIS Desktop Python Toolbox and the ArcGIS Server map service will be accomplished through the ArcGIS REST API and the Python language.

Let's get started and build the application.
- Learning NServiceBus(Second Edition)
- Bootstrap Site Blueprints Volume II
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Python測試開發入門與實踐
- Unity Virtual Reality Projects
- x86匯編語言:從實模式到保護模式(第2版)
- Java軟件開發基礎
- JavaScript動態網頁開發詳解
- Building RESTful Python Web Services
- Android程序設計基礎
- 計算機應用基礎案例教程
- Android驅動開發權威指南
- R語言數據可視化:科技圖表繪制
- Learning Python Data Visualization
- Training Systems Using Python Statistical Modeling