Basic Introduction Gis - Arcgis1
Basic Introduction Gis - Arcgis1
Basic Introduction Gis - Arcgis1
S4 GIS Institute
Frank Donnelly, Head of GIS & Data Services, Brown University Library
May 17, 2023
https://libguides.brown.edu/gis_data_tutorials/s4arcpro
Introduction
This tutorial introduces the basic functionality of ArcGIS Pro (version 3.1). Before we begin,
please download the tutorial data file gisintro_sampledata.zip from the link at the top of this
page. Save it on your desktop or in the downloads folder for now. After launching ArcGIS Pro you
will need to be connected to the internet so you can log into the software using your ArcGIS Online
credentials, obtained through Brown’s ESRI site license.
This and subsequent tutorials will cover the basics. For additional reference, visit the following
sources:
1
1 The ArcGIS Pro Interface
This section will familiarize you with the ArcGIS Pro interface.
1. Launch the software: Open the Start Menu in Windows, select the ArcGIS folder, and select
ArcGIS Pro to open the software.
2. Log in: On the ArcGIS Pro Start Page, make sure that you are logged into your ArcGIS
Online account; sign in in the upper-right hand corner of the screen.
3. Start page: The Start page lists objects for launching new projects at the top, with a
list of shortcuts to recent projects underneath. Click on the Map icon to start a new,
blank project. Name your project gis_introduction. Save it in the default location
on your machine, or navigate to another location on the network. The default location:
Users\[username]\Documents\ArcGIS\Projects. Note: once created, project files can
*not* be renamed. ArcGIS Pro will launch.
4. Interface: ArcGIS Pro’s interface is divided into three sections: on the left is the Contents
pane, which shows you a list of layers in your project. In the middle is the Map view, which
shows a visual image of your map layers; by default a topographic web map is displayed as a
base map. On the right is the Catalog pane, which you can use for exploring data and other
content stored on your file system. It is possible to add multiple views to Pro, so you will
have tabs of views in the middle of the screen that you will toggle through. As you click
on particular tools and features, the default panes may be temporarily swapped out with a
different pane.
5. Ribbon and tabs: ArcGIS Pro employs a ribbon interface similar to many Microsoft Office
products. Tools are logically grouped together under various tabs, and those tabs provide
buttons and links for accessing different tools and features. Some of the tabs are constant,
while others only appear when a particular layer is selected or a specific view is open. Click
on the various tabs to explore their content. Select the Topographic map in the Contents
pane, and notice that a context-dependent Vector Tile Layer tab appears.
6. Map tab and zoom: Click on the Map tab. The Explore button allows you to pan and zoom
around the Map view with your mouse. Hold the left mouse button down, and drag the cursor
around the map to pan. Use the mouse wheel to zoom in and out (or, use the fixed zoom
buttons that are beside the Explore button). Notice how the resolution and detail of the base
map changes as you zoom.
7. Explore base maps: The base map is a tile layer accessed via the internet. It provides context
for your project’s layers. On the Map tab ribbon you can hit the Basemap button to select
different maps. Experiment with this, and then return to the Topographic map.
Interface Summary
1. Contents pane: lists layers in the project.
3. Catalog pane: easy access to content and file system associated with the project. This pane
can be replaced with other panes as needed.
4. Quick tools: shortcuts for saving projects and un-doing and re-doing actions.
6. Ribbon: groups of thematically related tools. Tools are subdivided into groups, and in some
cases additional options are available via dropdowns and call outs.
7. Context dependent tabs: only appear when specific actions are taken, such as activating a
specific layer or accessing a specific view.
To reset panes to their original configuration, click the View tab on the ribbon and select Reset
Panes - Reset Panes for Mapping.
1. Explore the Catalog pane: In the Catalog pane on the right, hit the down arrow beside
the Databases icon. You will see the gis_introduction.gdb, which is the geodatabase
for this project; it was created automatically when you created the project, and is the default
2. Move tutorial data: To ensure that all the pieces for your project stay together, let’s add data
to our project folder rather than connecting to another folder. Select the gis_introduction
folder, hover your cursor over it, and in the pop-up window, click on the folder path. This
opens the MS Windows file explorer (alternatively, you could select gis_introduction,
right click and choose Show in File Explorer). Take the tutorial data that you downloaded
and move it into this folder. Then select the file, right click, and extract or unzip it.
3. Examine shapefiles: The sample data folder contains a number of subfolders that contain
different types of data. In the MS Windows Explorer, click on the shapefiles subfolder.
Shapefiles are a GIS file format for storing vector data (points, lines, and polygons), and are
a format you will encounter when downloading data from the internet. A shapefile actually
consists of several files, with the same name but different extensions. Our folder contains
two shapefiles, one for census tracts and another for public libraries. It’s important to keep
all the pieces of a shapefile together in the same folder, otherwise it will not function.
5. Add shapefiles to geodatabase: While we could add the shapefiles directly to our map,
we will import them to our geodatabase first, for the sake of keeping our project more
organized and efficient. In the Catalog pane on the right, under the Databases, select
gis_introduction, right click, and choose Import - Features Classes. Under Input hit the
folder icon, browse into the gisintro_sampledata - shapefiles folder, hold down the
shift key and select the census tracts and public libraries shapefiles, and hit OK. Back
in the import tool, hit Run. When finished, go the Catalog pane, select gis_introduction,
right click and choose Refresh. Hit the down arrow beside the database, and you will see the
features in the database. Close the Feature Class to Geodatabase window.
6. Add features to map: Add the census tract and public library feature classes in the
database to the map by selecting and dragging them into the map, or select the feature class,
right click, and choose Add to Current Map.
3 Exploring Features
Now that we have converted the shapefiles to features classes in our geodatabase and have added
them to a map, let’s explore some details of the features.
2. View properties of layers: Select the public_libraries feature in the Contents pane on
the left, right click, and choose Properties. Under the Source tab expand the sections for Data
Source and Spatial Reference. The former will give you details about the features and where
they are stored, and the latter provides information about the spatial reference system (SRS)
of the features. Layers with the same SRS can be overlaid in a map and used in the same
analysis; if the layers have different systems you will run into trouble. Explore the properties
of the census tracts as well.
3. Identify specific features: On the Map tab hit the blue Explore button. Zoom into the map
a little and click on a library. This will open a window that displays info about the library
stored in the layer. Click on a census tract, and you will see info about the tract.
5. Select some features: On the Map tab, hit the Select button. Click on a census tract in the
Map view to select one. Then, while holding down the shift key, select a couple of additional
tracts. Then, select census_tracts in the Contents pane, right click, and open the Attribute
Table. Scroll through the table, and you will see the tracts you selected highlighted in blue.
You can select features in the map and highlight them in the table. You can also do the
opposite; select a row in the table, and the feature will be highlighted on the map. When
finished, close the table, and in the Selection portion of the ribbon, hit the small Clear button.
1. Symbolize public libraries: Select the public_libraries layer in the Contents pane to
activate it. Right click on the layer and hit the yellow Symbology button. This opens the
Symbology pane. Click on the circular library symbol to format it. On this next pane, you
can choose from a number of different symbols under the Gallery option. Instead, click on
the Properties option to format the basic properties of the existing symbol. Try changing the
color of the fill, make the outline of the circle a little thinner, and make the circle size a little
larger. Hit the Apply button, then close the window.
2. Symbolize census tracts: Open the Symbology pane for the census_tracts. Change the
dropdown option from Single Symbol to Graduated Colors. In the Field dropdown, change
the option from ALAND which is mapping the tracts by size of land area to under18pct, which
is the percentage of the population under 18 years old. Hit the Color Scheme dropdown to
choose a different scheme (choose an option that goes from light to dark using a single shade
of colors; oranges, greens, blues, etc). Under the More dropdown, select Format All Symbols,
change the outline width to make it a little thinner, and hit Apply. Hit the back arrow button
to return to the main symbology screen. Note some of the other options that you can modify
here. When finished, close the Symbology pane and examine your map.
5 Project Files
By default, all ArcGIS Pro projects in MS Windows are stored under the user’s Documents folder,
in a subfolder called ArcGIS that has subfolders named for each project. The actual project file has
the extension .aprx. This file contains links to all databases and files in the project, and stores the
map extent, symbolization, layer order, views, pane configuration, all map layouts. The project file
does *not* contain your data or databases, it simply contains links to them. For this reason, you
cannot share the project file alone with someone else; the connections to the data sources will be
lost and nothing will be displayed. To share projects, you must share the *entire project folder*.
For this reason, it’s good to be organized and to save all your data and outputs in the project folder,
to ensure that you can transfer it. For more information about project files and management, visit:
https://pro.arcgis.com/en/pro-app/latest/help/projects/what-is-a-project.htm
Project files are specific to ArcGIS Pro and cannot be opened in other software packages. Most
data sources (shapefiles, geopackages, rasters) are cross-platform and can be used in any software.
ArcGIS geodatabases (which look like folders in your MS Windows file system) can be used with
other software packages, but there can be issues with backward compatibility as the format changes
over time. You can always export feature classes out of a database as shapefiles or tables in the
Catalog pane, if you wish to use them in other GIS packages.
1. US Census Bureau boundaries: The Census Bureau’s Cartographic Boundary Files are
generalized, formatted versions of their base layers where line work has been simplified
and large bodies of coastal water have been removed. Go to https://www.census.gov/
geographies/mapping-files/time-series/geo/cartographic-boundary.html.
2. Examine page contents: Click on the link at the top to see the 2021 files (if you don’t see
this option, you’re on the wrong page). The files are arranged alphabetically; there are files
for the nation, and in some cases subsets for individual states. Some files come in different
scales; the smaller the number, the more detailed or less generalized the line work is.
3. Download county file: Scroll down to the files for Counties, and click on the 1:500,000
(national) shapefile to download it. When given options for vector data, always avoid Google
KML files in favor of other formats.
4. Move file to project folder: Use the MS Windows Explorer to move the zip file
cb_2021_us_county_500k.zip into your project folder where our sample data is stored:
...\Documents\ArcGIS\Projects\gis_introduction\gisintro_sampledata\shapefiles.
Unzip the file, and you will see the shapefile’s individual components.
6. Add shapefile directly to project: On the Map tab on the ribbon, click the large yellow
Add Data button. Browse to the project folder (top of tree on left, under Folders -
gis_introduction - gisintro_sampledata - shapefiles, select
cb_2021_us_county_500k and hit OK. (Alternative - use the Catalog pane, refresh the
folder to see the recently added file, and add it).
7. View properties of shapefile: Select the counties feature in the Contents pane, right click,
and choose Properties. Under the Source tab expand the sections for Data Source and Spatial
Reference. You’ll see that the counties are in the basic NAD 83 SRS; all files from the Census
Bureau come in this system. Take some time and explore the features and attributes of this
layer.
Since the counties layer is national in scope and is in a different SRS from our other layers,
we added it to a new map and didn’t move it into our project geodatabase. In the next tutorial, we’ll
extract just the counties for Rhode Island, and will transform its projection to match the local state
plane system of our other layers.
3. Experiment with different single symbols for mapping the public libraries.
4. Try mapping the public libraries as categorical variables. c_out_ty is the library outlet type
(CE = Central Library, BR = Branch Library) while fscskey identifies libraries that are part
of the same system.
5. Try mapping the public libraries as graduated circles, based on square footage or the number
of hours the library is open per week (these variables are in the attribute table).
7. Try downloading some data on your own from the websites below, and adding them to
separate maps or projects (do *not* add additional layers to our existing map views).
TIGER / Line Shapefiles : The original, un-generalized census database contains admin and sta-
tistical areas, also bodies of water and roads:
https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html
Natural Earth : Generalized boundary files for the world with countries, cities, and water bodies:
https://www.naturalearthdata.com/