- Learning ArcGIS Pro
- Tripp Corbin GISP
- 232字
- 2021-07-30 10:04:32
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Right-click on the Student
folder you just created and select Paste"
A block of code is set as follows:
env.workspace = "C:\\student\\IntroArcPro\\Databases\\Trippville_GIS.gdb" #Runs Union Geoprocessing tool on 2 Feature classes arcpy.Union_analysis (["Parcels", "Floodplains"], "Parcels_Floodplain_Union", "NO_FID", 0.0003)
Any command-line input or output is written as follows:
msiexec.exe /i <setup staging location>\ArcGISPro.msi ALLUSERS=1 INSTALLDIR="C:\MyArcGISPro\" /qb
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Click on Computer under the Open pane. Then, select Browse under the Computer pane."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
The chapters are sprinkled with questions to help you assess what you have learned and to verify if you have completed exercise tasks properly, for example:
Note
Question: How many tasks are included in the Task Item you have opened and what are they?
________________________________________________________________
________________________________________________________________
The answers to all the questions are listed chapter-wise in the Appendix towards the end of the book.
- Go Web編程
- 技術領導力:程序員如何才能帶團隊
- Learning Python by Building Games
- Python時間序列預測
- 數據結構習題解析與實驗指導
- 數據結構案例教程(C/C++版)
- Mastering Linux Security and Hardening
- 小型編譯器設計實踐
- BeagleBone Robotic Projects(Second Edition)
- 例解Python:Python編程快速入門踐行指南
- RESTful Web API Design with Node.js
- Koa與Node.js開發實戰
- 基于JavaScript的WebGIS開發
- Learning Node.js for Mobile Application Development
- 精通Rust(第2版)