- 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.
- 程序員面試白皮書
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 程序員面試算法寶典
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- 機械工程師Python編程:入門、實戰與進階
- Interactive Applications Using Matplotlib
- Amazon S3 Cookbook
- 鋒利的SQL(第2版)
- 手把手教你學C語言
- 編程數學
- C語言程序設計同步訓練與上機指導(第三版)
- .NET 3.5編程
- Python數據結構與算法(視頻教學版)
- 計算機應用基礎教程(Windows 7+Office 2010)
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件