This very short tutorial will show you how to create an ArcGIS Pro project inside an existing data folder without creating another nested folder. This tutorial was created using ArcGIS Pro version 3.3. Note that this exercise is not suited for earlier versions of ArcGIS Pro, it is ok to work in a more recent version of the software.
Before starting this tutorial, you will need to download and extract a dataset following these instructions:
Create a folder called simple_project/ somewhere under your personal directory (e.g. C:\Users\jdoe\Documents\Tutorials\simple_project\).
Download the data for this exercise then extract the contents of earthquakes_dec_2019.zip into your newly created simple_project folder.
When starting a new ArcGIS project, you are most likely to start with an existing project folder housing GIS files. This short exercise steps you through the motions of creating a new ArcGIS project using an existing project folder.
On your desktop, click on the Windows icon in the lower left-hand-corner and select ArcGIS >> ArcGIS Pro from the applications menu list.
In the ArcGIS Pro window, select the "Map" option.
In the New Project window, name the new project simple_project and set the location to the ./simple_project folder that houses the GIS data you downloaded for this tutorial.
Uncheck the Create a folder for this local project option.
Click OK.
After creating your new ArcGIS project, you will see that the .\simple_project folder is added as a folder connection. You'll also note that by creating a new ArcGIS project in your existing folder, the software added several folders and files. For example, a geodatabase with the project name gets automatically created (simple_project.gdb in our working example) as well as a new Toolbox (simple_project.atbx).
In most situations, your GIS project will be self-contained in a single folder, but if you are to tap into GIS files that reside in a separate folder, you can add that folder as a new connection by right-clicking on Folders and select Add Folder Connection.
Next, we'll add a layer to the map.
In the Catalog pane, expand Folders → simple_project. Drag the item named earthquakes (earthquakes.shp) onto the map.
Note: A shapefile consists of several related files, including .shp, .dbf, and .shx files. Keep all files beginning with earthquakes together in the same folder; do not move or copy only the .shp file.
At this point, you have a new map project showing the location of earthquakes whose magnitude is greater than 4.5 for most of the month of December 2019 and parts of the month of January 2020.
Next, you will save the project in your simple_project/ folder.
Click on the Save Project icon on the upper left-hand corner of the ArcGIS Pro window.
When the project was created, the software automatically assigned the name of the project to the *.aprx file--simple_project.aprx in this working example (see accompanying figure of a Windows file management window view of the project folder).
Any changes made to the ArcGIS project (symbology, layout, etc...) gets saved in the .aprx file. But note that the various layers (vector files and/or raster files) that make up the map's content are not saved in the .aprx. It's therefore important NOT to delete the GIS files originally present in your project folder (or at least those that are used in the map view).
If you do not see the filename extensions in the file manager window, click on the View tab and check the box next to File name extensions.
Before copying, moving, or backing up an ArcGIS project folder, close ArcGIS Pro completely. Files may be actively in use while the project is open, which can result in an incomplete or damaged copy.
Close ArcGIS Pro.
Once your ArcGIS project is created, you can access it by simply opening the .aprx file.
In your .\simple_project folder, double click on the Simple_project.aprx file.
Note that had you removed the superfluous folders and files initially created when you setup the ArcGIS project (e.g. the Simple_project.gdb geodtabase folder or the Simple_project.atbx file), these elements will have been automatically recreated when opening the .aprx file.
You can close the ArcGIS project.
This wraps up this short tutorial.