- Programming ArcGIS 10.1 with Python Cookbook
- Eric Pimpler
- 205字
- 2021-07-30 17:29:53
Introduction
Geoprocessing tasks tend to be time consuming and repetitive, and often need to be run on a periodic basis. Frequently, many data layers and functions are involved. The ArcPy Python site package for ArcGIS provides a set of tools and execution environments that can be used to transform your data into meaningful results. Using scripts you can automate your geoprocessing tasks and schedule them to run when it is most convenient for your organization.
ArcGIS provides a geoprocessing framework for the purpose of automating your repetitive GIS tasks through a set of tools and execution environments for these tools. All tools operate on an input dataset, which you supply and transform in some way (depending upon the nature of the tool used) to produce a new output dataset. This new output dataset can then, if necessary, be used as the input dataset to additional geoprocessing tools in a larger workflow for your tasks. There are many tools provided by the ArcGIS geoprocessing framework, each designed to provide specific functionality.
While there are many different environments that you can use to write your geoprocessing scripts with Python, this book will focus on the use of the built-in ArcGIS Python window and the Python IDLE editor.
- 計算機網(wǎng)絡(luò)
- Java程序設(shè)計(慕課版)
- Building Modern Web Applications Using Angular
- Vue.js快速入門與深入實戰(zhàn)
- Android Application Development Cookbook(Second Edition)
- Webpack實戰(zhàn):入門、進階與調(diào)優(yōu)
- Service Mesh實戰(zhàn):基于Linkerd和Kubernetes的微服務(wù)實踐
- Cocos2d-x Game Development Blueprints
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計
- BeagleBone Robotic Projects(Second Edition)
- OpenCV with Python Blueprints
- 遠方:兩位持續(xù)創(chuàng)業(yè)者的點滴思考
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- WCF技術(shù)剖析(卷1)
- Elasticsearch搜索引擎構(gòu)建入門與實戰(zhàn)