- 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.
- Flask Blueprints
- Visual C++串口通信開發(fā)入門與編程實(shí)踐
- Learning Docker
- 造個小程序:與微信一起干件正經(jīng)事兒
- PyTorch自然語言處理入門與實(shí)戰(zhàn)
- 編寫高質(zhì)量代碼:改善Python程序的91個建議
- 基于Java技術(shù)的Web應(yīng)用開發(fā)
- 快人一步:系統(tǒng)性能提高之道
- ASP.NET Core 2 Fundamentals
- Android系統(tǒng)級深入開發(fā)
- Microsoft Azure Storage Essentials
- ElasticSearch Cookbook(Second Edition)
- Rust游戲開發(fā)實(shí)戰(zhàn)
- C++語言程序設(shè)計(jì)
- 零代碼實(shí)戰(zhàn):企業(yè)級應(yīng)用搭建與案例詳解