-
Book Overview & Buying
-
Table Of Contents
ArcGIS Pro 2.x Cookbook
By :
ArcGIS Pro makes use of project files that have a .aprx file extension. Projects store 2D maps, 3D scenes, database connections, folder connections, custom toolboxes, and more. When you start ArcGIS Pro, you must open a project.
In this recipe, you will learn how to open an existing project. Later in this chapter, you will learn how to create a new project.
To complete this recipe, you will need to make sure you have downloaded and installed the data associated with this book. If you followed the installation instructions, the data and projects should be located in C:\Student\ArcGISProCookbook. You will also need access to the internet. You will need to have ArcGIS Pro 2.1 or later installed as well. The recipe can be completed with any license level of ArcGIS Pro: Basic, Standard, or Advanced.
About ArcGIS Pro window.ArcGIS Pro start window, click Open another project, as shown in the following screenshot:
Browse button, which looks like a file folder.Computer in the left panel, select C:\.If you do not see anything below Computer in the panel on the left, click the small arrow head. That will expand the contents of the computer, so you should see the C:\ drive.
If you installed the book data to another drive, select the drive containing the book data.
Student folder and double click it.ArcGISProCookbook folder.Chapter1 folder.Chapter 1 Ex 1.aprx folder and click OK.You have now opened your first ArcGIS Pro project. If it opened successfully, ArcGIS Pro should look similar to this:

Before you can start working in ArcGIS Pro, you must first open a project. To open a project, you must navigate to where it is stored. In this recipe, if you installed the data in the default location, the project was stored on your computer's C:\ drive in a series of folders, so that the full path was C:\Student\ArcGISProCookbook\Chapter1. You were able to access this project by navigating to that location.
Projects can be saved to your local computer or on a network server. It is also possible to save projects to external and flash drives. You may encounter issues if you do save and try to access projects stored on these devices because of slow data transfer rates.
You are not required to close ArcGIS Pro if you want to open another project. ArcGIS Pro doesn't allow you to open a project if you already have a project open. This will close the current project and open the one you select. To do this, follow these steps.
Open button located on the Quick Access Toolbar at the top of the ArcGIS Pro interface, as indicated in the following image:
Open Project window that appears, navigate to C:\Student\ArcGISProCookbook\Chapter1 using the same method you did to open the current project.Chapter 1 Ex 1A.aprx file and click OK.The project you originally opened should now be closed and a new project should be open, which looks similar to this:

You have now opened two projects in ArcGIS Pro using two different methods. You will find, while using ArcGIS Pro, that there are usually at least two ways to accomplish any tasks. Often there are more.
You can alternatively use Ctrl + O as a shortcut to open new projects. Ctrl+S works as a shortcut to save a project, and Ctrl+N as a shortcut to create a new project.