- 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.
- ExtGWT Rich Internet Application Cookbook
- 軟件項目管理(第2版)
- FreeSWITCH 1.8
- JIRA 7 Administration Cookbook(Second Edition)
- 編寫高質量代碼:改善Python程序的91個建議
- Learning Informatica PowerCenter 10.x(Second Edition)
- VSTO開發入門教程
- Rust Cookbook
- 你必須知道的204個Visual C++開發問題
- Python機器學習實戰
- SharePoint Development with the SharePoint Framework
- 程序員修煉之道:通向務實的最高境界(第2版)
- Flutter跨平臺開發入門與實戰
- 持續輕量級Java EE開發:編寫可測試的代碼
- Spring 5 Design Patterns