- 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.
- HornetQ Messaging Developer’s Guide
- 高級C/C++編譯技術(典藏版)
- 深度學習:算法入門與Keras編程實踐
- 用Flutter極速構建原生應用
- Python貝葉斯分析(第2版)
- Oracle JDeveloper 11gR2 Cookbook
- Bootstrap 4 Cookbook
- Building Serverless Architectures
- Mockito Essentials
- R語言數據挖掘:實用項目解析
- 快樂編程:青少年思維訓練
- 安卓工程師教你玩轉Android
- C# 7.0本質論
- 分布式數據庫HBase案例教程
- Learning Dynamics NAV Patterns