- 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.
- Getting Started with Citrix XenApp? 7.6
- Learning Scala Programming
- Spring 5企業(yè)級開發(fā)實戰(zhàn)
- 自制編譯器
- 零起步玩轉掌控板與Mind+
- Learn to Create WordPress Themes by Building 5 Projects
- C# Programming Cookbook
- Java游戲服務器架構實戰(zhàn)
- Java:Data Science Made Easy
- Blender 3D Incredible Machines
- 蘋果的產品設計之道:創(chuàng)建優(yōu)秀產品、服務和用戶體驗的七個原則
- Android Sensor Programming By Example
- Docker:容器與容器云(第2版)
- Learning D3.js 5 Mapping(Second Edition)
- Python Penetration Testing Essentials