- ArcPy and ArcGIS:Geospatial Analysis with Python
- Silas Toms
- 196字
- 2021-07-23 20:23:06
Overview of Python
Python, created by Guido van Rossum in 1989, was named after his favorite comedy troupe, Monty Python. His work group at the time had a tradition of naming programs after TV shows, and he wanted something irreverent and different from its predecessors - ABC, Pascal, Ada, Eiffel, FORTRAN, and others. So he settled on Python, feeling it was a bit edgy and catchy as well. It's certainly more fun to say than C, the language on which Python is based.
Today, Python is a major programming language. It is used in web development, database administration, and even to program robots. Most importantly to GIS Analysts, Python can be used to control ArcGIS tools and Map Documents to produce geospatial data and maps in an organized and speedy manner using the excellent ArcPy module.
ArcPy is installed with ArcGIS for desktop and ArcGIS for server. ArcPy has been the official ArcGIS scripting language since ArcGIS 10.0 and has steadily improved in functionality and implementation. This book will target ArcGIS for Desktop 10.1 and later, and will demonstrate how to make use of Python and its powerful programming libraries (or modules) when crafting complex geospatial analyses.
- Node.js Design Patterns
- Objective-C應用開發全程實錄
- Learning Docker
- Microsoft Dynamics 365 Extensions Cookbook
- Arduino開發實戰指南:LabVIEW卷
- 羅克韋爾ControlLogix系統應用技術
- Servlet/JSP深入詳解
- MATLAB應用與實驗教程
- Babylon.js Essentials
- Unity 2018 Shaders and Effects Cookbook
- C# Multithreaded and Parallel Programming
- Python網絡爬蟲技術與應用
- Clojure Polymorphism
- Learning Unreal Engine Game Development
- C語言程序設計教程