- Programming ArcGIS 10.1 with Python Cookbook
- Eric Pimpler
- 163字
- 2021-07-30 17:29:53
Summary
In this chapter, we covered some of the fundamental Python programming concepts that you'll need to understand before you can write effective geoprocessing scripts. We began the chapter with an overview of the IDLE development environment for writing and debugging Python scripts. You learned how to create a new script, edit existing scripts, check for syntax errors, and execute the script. We also covered the basic language constructs including importing modules, creating and assigning variables, if/else statements, looping statements, and the various data-types including strings, numbers, Booleans, lists, dictionaries, and objects. You also learned how to read and write text files.
In the next chapter, you will learn the basic techniques for writing geoprocessing scripts for ArcGIS with Python. You'll learn how to use the embedded Python window in ArcGIS Desktop, import the ArcPy package to your scripts, execute ArcToolbox
tools from your scripts, use the help system when writing scripts, use variables to store data, and access the various ArcPy modules.
- Vue.js 3.x快速入門
- Unreal Engine Physics Essentials
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- INSTANT OpenCV Starter
- Visual FoxPro程序設計教程
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 算法訓練營:入門篇(全彩版)
- DevOps入門與實踐
- 深入淺出Android Jetpack
- Instant RubyMotion App Development
- Getting Started with React Native
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- HTML5程序設計基礎教程
- Docker on Windows
- MySQL從入門到精通