- ArcGIS Pro 2.x Cookbook
- Tripp Corbin GISP
- 648字
- 2021-06-24 19:10:44
How to do it...
- Start ArcGIS Pro.
- When the ArcGIS Pro start window appears, select the Blank template from Create a new project on the right side:

- In the Name cell, name your new project %your name%Chapter1NewProject (for example TrippChapter1Newproject).
- Click the Browse button located next to the Location cell. It looks like a small file folder with a blue arrow.
- Under Computer, click the C:\ drive.
- Scroll down and double-click the Student folder.
- Double-click the ArcGISProCookbook folder.
- Select the MyProjects folder and click OK. Do not double-click it.
- Verify that your Create a New Project dialog window looks like this, except for the name which will include your name:

- Once you have verified that you have entered everything properly, click OK.
You have just created your first new project in ArcGIS Pro using the Blank template. This created a new bare bones project. This project contains the minimum number of items you will find in a project. You can now begin to explore your new project.
- Expand the Toolboxes folder in the Catalog pane.
Question: What do you see in this folder?
Answer:
- Expand the Databases folder in the Catalog pane.
Question: What do you see in this folder?
Answer:
- Expand the other folders within the project.
Question: What do you notice is missing from your new project?
Answer:
You should have noticed that your new project contains a single custom toolbox and file geodatabase that has the same name as your project. These were automatically created by ArcGIS Pro when you created the new project. You should have also noticed that several styles and locators were also automatically connected by default.
There are three basic types of geodatabase: personal, file, and SDE. ArcGIS Pro only supports file and SDE geodatabases. It does not support the personal geodatabase. To learn more about geodatabases, go to http://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/what-is-a-geodatabase-.htm.
This new project is missing several key elements that you will need to perform any GIS work. First, it is missing a map. Second, if you expand the geodatabase that is connected to the project, you will notice it is empty. So, you also need data. Now you will connect to an existing geodatabase and then add a map.
- Right-click the Databases folder in the Catalog pane and select Add Database:

- Click C:\ under Computer in the area located on the left of the Select Existing Geodatabase window that appears.
- Scroll down and double-click the Student folder.
- Then double-click ArcGISProCookbook and Databases.
- Select the Trippville_GIS.gdb and click OK. Do not double-click the Trippville_GIS geodatabase.
- Right click the Trippville_GIS.gdb you just added to your project and select Add to New Projects, as shown in the following image:

You just added a connection to the Trippville GIS geodatabase you have been using in the other recipes. In those, the database connection had already been established. Now you know how it was done. Once you added the connection, you then added it to your favorites and set it so it will automatically be added to any new projects you create.
You still need to add a map. You could do this the same way you did in the previous recipe. However, in this one you will import the Map File you created in the last recipe.
- Click the Insert tab in the ribbon:
- Click the Import Map tool in the Project group on the Insert tab in the ribbon:

- Using the same process you did to add the database connection, navigate to the C:\Student\ArcGISProCookbook\MyProjects folder.
- Select the TrippvilleBuildingTypeMap.mapx file and click OK.
If you did not complete the previous recipe, you can instead navigate to C:\Student\ArcGISProCookbook\Chapter1 and select the Chapter1Ex1AResults.mapx file.
A familiar-looking map should now be added to your project. It contains all the layers that you created in the last recipe along with the symbology and properties you configured.
- Save your project by using the Ctrl+S shortcut keys.
- SQL Server 2016從入門到精通(視頻教學超值版)
- 3D少兒游戲編程(原書第2版)
- Web程序設計(第二版)
- Learning Apache Mahout Classification
- Apache Spark 2.x for Java Developers
- 持續輕量級Java EE開發:編寫可測試的代碼
- Python深度學習原理、算法與案例
- INSTANT Yii 1.1 Application Development Starter
- Mockito Essentials
- ABAQUS6.14中文版有限元分析與實例詳解
- Mastering Object:Oriented Python(Second Edition)
- Visual C#(學習筆記)
- 程序員的英語
- Python程序設計
- Developing Multi:Platform Apps with Visual Studio Code