- 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.
- Flask Web全棧開發實戰
- Mastering Visual Studio 2017
- 機器學習系統:設計和實現
- Visual Basic程序開發(學習筆記)
- Mastering Ember.js
- 華為HMS生態與應用開發實戰
- 跟小海龜學Python
- Android NDK Beginner’s Guide
- C語言程序設計
- SSM輕量級框架應用實戰
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 精通Python自動化編程
- Node.js:來一打 C++ 擴展
- 速學Python:程序設計從入門到進階
- Learning Material Design