Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
ArcGIS Pro 3.x Cookbook
ArcGIS Pro 3.x Cookbook

ArcGIS Pro 3.x Cookbook: Create, manage, analyze, maintain, and visualize geospatial data using ArcGIS Pro , Second Edition

eBook
€25.99 €28.99
Paperback
€35.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with Print?

Product feature icon Instant access to your digital copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Redeem a companion digital copy on all Print orders
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Table of content icon View table of contents Preview book icon Preview Book

ArcGIS Pro 3.x Cookbook

Adding and Configuring Layers

One of the primary capabilities of any geographic information systems is the ability to create maps that allow multiple data layers to be overlaid on one another. This allows you to visualize the spatial relationships between features in one or more layers.

ArcGIS Pro allows you to use data from multiple sources and formats as layers in a map. This includes data from other Esri ArcGIS applications and other sources as well, such as AutoCAD and web services. This support for multiple data sources and formats expands your ability to visualize and analyze data, regardless of where it comes from and how it was created.

In this chapter, you will learn how to add new layers to a map using data from different sources. You will then learn how to configure various settings for the layer, such as symbology, labeling, and more.

We will cover the following recipes:

  • Adding a layer from a geodatabase
  • Adding a layer from ArcGIS Online
  • Plotting X, Y points from a table
  • Geocoding addresses

Adding a layer from a geodatabase

A geodatabase is the primary data storage format for the ArcGIS platform, which includes ArcGIS Pro. So much of the data that you will visualize, edit, and analyze using ArcGIS Pro will come from a geodatabase. There are several types of geodatabases, including personal, file, enterprise, and mobile.

A geodatabase stores related features as feature classes. A feature class is a collection of features that share the same geometry (point, line, polygon, annotation, or multipatch), attribute table, and coordinate system. A feature class can then be added as a layer to a map so that you can see both the spatial and tabular data. To take a deeper dive into the geodatabase format, go to https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/what-is-a-geodatabase-.htm.

In this recipe, you will act as a GIS analyst for the City of Trippville. The city manager has asked you to create a simple map showing some basic information about the city, including city limits, roads, railroads, and points of interest.

Getting ready

This recipe requires the sample data to be installed on your computer. It is recommended that you complete the recipes in Chapter 1, ArcGIS Pro Capabilities and Terminology, before starting this recipe. This will ensure you have a better foundational understanding of navigating within a map. You can complete this recipe with any ArcGIS Pro licensing level.

How to do it...

In this recipe, you will add the required layers to a map using different methods and then configure them.

Opening ArcGIS Pro and a project

To start, you must launch the ArcGIS Pro application and open a project. Follow these steps:

  1. Start ArcGIS Pro by clicking on the Start menu button. Then if you are running Windows 10, expand the ArcGIS Program Group and select ArcGIS Pro as shown in the following screenshot. If you are running Windows 11, you will need to click on the All apps button before you expand the ArcGIS program group.
Figure 2.1 – Starting ArcGIS Pro from the Start button

Figure 2.1 – Starting ArcGIS Pro from the Start button

  1. In the ArcGIS Pro Start window, click on the Open another project button, as illustrated here:
Figure 2.2 – Open another project

Figure 2.2 – Open another project

  1. In the Open Project window, expand the Computer option in the left panel. Then, in the right panel, scroll down and double-click on the C: drive. It might be labeled as Local Disk, Local Drive, or OS.
  2. Double-click on the Student folder, followed by the ArcGISPro3Cookbook and Chapter 2 folders.
  3. Double-click on the AddingLayers folder and select the AddingLayers.aprx project file. Then, click the OK button to open the project.

    The project you selected should open with a single map. This map will contain a basemap but no other layers.

Adding layers to a map using the Add Data button

You will now begin adding the requested layers to this map. You will start with the city limits:

  1. Activate the Map tab in the ribbon.
  2. Click on the Add Data button.
  3. In the Add Data window that just opened, expand the Databases folder located under Project in the left panel.
  4. Double-click on the Trippville_GIS.gdb geodatabase in the right panel of the window.
  5. Double-click on the Base feature dataset.

Information

Feature datasets are organizational units in a geodatabase. They act in a similar way as folders on your computer. They allow you to store related feature classes in a common container within the geodatabase so that you can easily find them. All feature classes stored within a feature dataset share the same coordinate system. This allows the feature classes stored in the feature dataset to take part in a topology and geometric network. Feature datasets only exist in geodatabases. You will not find them in other GIS data formats, such as shapefiles.

  1. Select the City_Limit feature class. This is a polygon feature class. You can tell this by the icon located to the left of the feature class name. Click on the OK button to add this feature class to your map as a layer.

    Your map should look similar to what’s shown in the following screenshot. Upon adding the new layer, your map should have automatically zoomed into the area covered by the new layer. ArcGIS Pro assigns random colors when a new layer is added, so your City_Limit layer might be a different color:

Figure 2.3 – Map with the City_Limit layer added

Figure 2.3 – Map with the City_Limit layer added

Adding a new layer from the Catalog pane

Next, you will add the street centerlines to represent the roads in the city. You will use a different method to add this layer to the map:

  1. In the Catalog pane, which is normally docked to the right of the ArcGIS Pro interface, expand the Databases folder.
  2. Next, expand the Trippville_GIS.gdb geodatabase and then expand the Base feature dataset.
  3. Next, right-click on the Street_Centerlines feature class and select Add To Current Map from the menu that appears, as illustrated here:
Figure 2.4 – Adding a feature class to a map from the Catalog pane

Figure 2.4 – Adding a feature class to a map from the Catalog pane

Street_Centerlines should now be visible on the map you are creating as a new layer. It should appear above the City_Limit layer in the Contents pane.

Dragging and dropping from the Catalog pane to add a new layer

There is another way you can add a feature class to a map as a layer from the Catalog pane: you can drag and drop the feature class from the Catalog pane into the map. You will use this method to add the RR_Tracks feature class to your map:

  1. In the Catalog pane, locate the RR_Tracks feature class in the Trippville_GIS.gdb geodatabase and the Base feature dataset.
  2. Click on the RR_Tracks feature class and then drag and drop it onto the map view area, as shown in the following screenshot:
Figure 2.5 – Dragging and dropping to add a layer to a map

Figure 2.5 – Dragging and dropping to add a layer to a map

The RR_Tracks layer will be added to your map as the Railroads layer. This is another method you haven’t used to add a new layer to your map. Now, you will add the last required layer to the map – points of interest.

  1. Using either of the methods you have learned, add the POI feature class to the map. This feature class is located in the Trippville_GIS.gdb geodatabase and the Base feature dataset.
  2. Save your project by clicking on the Save Project button located on the Quick Access toolbar in the top-left corner of the ArcGIS Pro interface:
Figure 2.6 – The Save Project button on the Quick Access toolbar

Figure 2.6 – The Save Project button on the Quick Access toolbar

The POI feature class will appear as the Points of Interest layer in your map. Points of interest is an alias that is applied to the POI feature class when it is added to a map automatically. An alias is a more descriptive name that can be created as part of the properties of a feature class or database field name. The newly added layer should be located at the top of the layer list. Now that the layers have been added to the map, you need to configure them so that you can distinguish one layer from another.

Note

ArcGIS Pro will automatically order layers based on the layer’s geometry type. It will put points on top of lines, lines on top of polygons, and polygons on top of rasters as you add them.

Changing basic symbology settings

Now that you’ve added multiple layers to your map, you need to change the symbology so that each layer is easily distinguishable from the others. ArcGIS Pro allows you to symbolize layers using several methods, depending on the layer’s purpose in the map and the data associated with that layer.

In this section, you will explore how to change simple symbology settings such as color, line type, and fill patterns, depending on the type of feature:

  1. Click on the small symbol patch located below the Railroads layer, as shown in the following screenshot. This will open the Symbology pane:
Figure 2.7 – Clicking on the symbol patch to open the Symbology pane

Figure 2.7 – Clicking on the symbol patch to open the Symbology pane

  1. In the Symbology pane, click on the Gallery tab located near the top, just above the search cell. You should see many predefined symbology styles.
  2. Scroll through the various predefined symbols and select the Railroad symbol. It should be located in the ArcGIS 2D style.
  3. Click on the symbol patch located below the City_Limit layer in the Contents pane.
  4. In the Symbology pane, verify that the Gallery tab is still active. Then, select the Black Outline (2 Points) option located in the ArcGIS 2D style. The symbology for the City_Limit layer should change. It should now be displayed as a hollow polygon with a black outline.
  5. In the Symbology pane, click on the Properties tab.
  6. Change Outline width from 2 pt to 4 pt using the small up arrow. Then, click Apply.
  7. Close the Symbology pane.
  8. Save your project by clicking on the Save Project button located in the Quick Access toolbar on the top left of the ArcGIS Pro interface.

Using unique attribute values for symbology

You have just adjusted basic symbology settings for a layer that impacts all features contained in that layer. Now, you will set up a symbology that is based on unique attribute values contained in the layer’s attribute table:

  1. Select the Street_Centerlines layer in the Contents pane.
  2. Click on the Feature Layer tab in the ribbon.
  3. Click on the small drop-down arrow located below the Symbology button and select Unique Values from the menu that appears, as illustrated here:
Figure 2.8 – Selecting Unique Values for symbology

Figure 2.8 – Selecting Unique Values for symbology

  1. In the Symbology pane, set Field 1 to RD_Class using the drop-down arrow. You should see that classes have been added for city, county, and highway in the lower section of the Symbology pane.
  2. Set Color scheme to Basic Random using the drop-down arrow.

Tip

There are two ways to see the names of the included color ramps. The first is to hover your mouse pointer over the color ramp; its name should be displayed as a small pop-up window. Second, you can check the box that says Show names. This will display the name of each color ramp above the graphic representation of that ramp.

  1. In the cell located just above the three symbol classes where it says RD_Class, type Owner and press Enter. Watch what happens in the Contents pane under the Street_Centerlines layer.
  2. Close the Symbology pane and save your project.

Your map should now look as follows:

Figure 2.9 – Map with new layers added and some symbology configured

Figure 2.9 – Map with new layers added and some symbology configured

You have just configured the symbology for three of the four layers you’ve added to your map using two different methods. That leaves the Points of Interest layer.

Importing symbology settings from a layer file

You will use an existing layer file to not only update the symbology for the Points of Interest layer but also to apply label settings:

  1. Select the Points of Interest layer in the Contents pane.
  2. Activate the Feature Layer tab in the ribbon. Then, click on the Import button.
  3. In the Import Symbology tool that opens, Input Layer should automatically be set to Points of Interest because that was the selected layer. Click the Browse button located to the right of Symbology Layer.
  4. In the Symbology Layer window that opens, click on Folders beneath Project in the left panel.
  5. Double-click on the Adding Layers folder in the right panel of the window.
  6. Select the Points of Interest.lyrx layer file and click OK. This should return you to the Import Symbology tool. The symbology layer should now be set to the layer file you just selected.
  7. Verify that your Import Symbology tool matches what’s shown in the following screenshot and click OK:
Figure 2.10 – Import Symbology with completed parameters

Figure 2.10 – Import Symbology with completed parameters

The symbology for the Points of Interest layer should now be set up to display based on the location type for each feature. By importing the settings from the layer, you did more than just update the symbology, as you will see next.

  1. Activate the Map tab in the ribbon and select the Explore tool.
  2. Zoom the map into the Points of Interest features grouped in the center of town, as shown here:
Figure 2.11 – Zoom into this area

Figure 2.11 – Zoom into this area

As you zoom in to this area, text labels should appear showing the name of each point of interest. The label settings for this layer were also applied when you imported the symbology from the layer file.

You will now manually configure labels for the Street_Centerlines layer:

  1. Select the Street_Centerlines layer in the Contents pane.
  2. Activate the Labeling tab in the ribbon. Then, click on the Label button on the far-left end of the ribbon.

The text should appear on your map just above each street centerline feature. If you look at the text, you may notice it is incomplete. It does not show the full name of each road segment. It is missing the suffix that identifies if it is a street, circle, court, avenue, or lane. Also, some labels overlap with other features. You will now adjust some settings to see whether you can improve how the labels are displayed:

  1. Set the Field option located in the Label Class group on the Labeling tab to Label_Name using the drop-down arrow. You should see the labels for the Street_Centerlines features change so that they now include the suffix.

Information

Labels are dynamic text that ArcGIS Pro will automatically generate and display based on values found in the attribute table of the layer. You can also build expressions using various programming languages, including Arcade, Python, VBScript, and JScript. To learn more about labeling in ArcGIS Pro, go to https://pro.arcgis.com/en/pro-app/latest/help/mapping/text/labeling-basics.htm.

  1. Next, in the Label Placement group on the Labeling tab, select North American Streets. The labels should shift when you select this placement option so that they are cleaner and easier to read.
  2. In the Visibility Range group, set Out Beyond to <Current> using the drop-down arrow. This will be populated with the current zoom scale of your map. The exact value will depend on the size of your monitor, the area you are zoomed into, and what panes are open, but it should be between 1:3200 and 1:4000.
  3. Activate the Map tab in the ribbon and select the Explore tool. Use the scroll wheel on your mouse to zoom in and out of the map. Watch what happens to the labels for the Street_Centerlines layer.
  4. Save your project and close ArcGIS Pro.

As you zoom in and out of the map, you should see that the labels turn on and off automatically based on your view scale. Setting visibility scales such as this helps reduce clutter within a map, making it more readable.

How it works…

In this recipe, you added four feature classes from a geodatabase to a map as new layers. You did this using three methods:

  • The first method was using the Add Data button on the Map tab in the ribbon. This method had you click on the Add Data button, which opened the Add Data window. Next, you navigated to the Trippville_GIS.gdb geodatabase and expanded the Base feature dataset. From there, you selected the City_Limit layer and clicked OK. This created a new layer in your map that references back to the City_Limits feature class.
  • The next method was adding the Street_Centerlines feature class to the map from the Catalog pane. To do this, you expanded the Databases folder to access the Trippville_GIS.gdb geodatabase that was connected to the project. Then, you expanded the Base feature dataset. You located the Street_Centerlines feature class and right-clicked on it. Lastly, you selected the Add To Current Map option from the menu that appeared.
  • The last method you used to add a feature class to a map as a layer also involved using the Catalog pane. You were able to simply select the RR_Tracks feature class in the Catalog pane and drag and drop it into the map. This created a new Railroads layer in the map.

Once you added the new layers to your map, you had to configure them by setting up their symbology and labeling. You did this using the Feature Layer tab in the ribbon and by importing the settings from an existing layer file or manually setting them up.

Adding a layer from ArcGIS Online

One of the powerful capabilities of ArcGIS Pro is its integration with Esri’s cloud solution, ArcGIS Online. ArcGIS Online allows users to share GIS content, including maps, data, and applications, with others. ArcGIS Pro’s integration with this cloud solution allows users to access data and maps quickly and easily so that they can display, edit, and analyze them. It does this by utilizing web services.

ArcGIS Online contains a vast array of data that can help enrich your maps. A good example of this is Esri’s catalog of basemaps. At the time of writing, ArcGIS Online hosts around 30 basemaps that you can use in ArcGIS Pro as backdrops for your maps and data. But that just scratches the surface. ArcGIS Online is not just limited to data published by Esri. Many organizations have published and shared data and maps that you can also access and use. To learn more about ArcGIS Online and its capabilities, go to https://www.esri.com/en-us/arcgis/products/arcgis-online/overview.

In this recipe, the city of Trippville’s water system superintendent has asked you to review data that a consultant working for the city has created. The consultant has published the data via ArcGIS Online so that you can view it. You must add the data that the consultant published to ArcGIS Online to a map in ArcGIS Pro.

Getting ready

This recipe will require you to have an ArcGIS Online Named User account or higher in addition to your ArcGIS Pro license. If your organization does not have an ArcGIS Online Named User account that can be assigned to you, you can sign up for a free trial at https://www.esri.com/en-us/arcgis/products/arcgis-online/trial. As with all the recipes in this book, you must also have the sample data installed. You will also need to ensure you have a connection to the internet.

You don’t need to have completed the previous recipe to complete this one. However, it is recommended that you complete the recipes in Chapter 1 to ensure you have a foundational understanding of terminology and the ArcGIS Pro interface.

How to do it…

Follow these steps to learn how to add layers that are stored in ArcGIS Online to a map:

  1. Start ArcGIS Pro from the Windows Start menu or the shortcut on your taskbar or desktop.
  2. In the ArcGIS Pro Start window, click on the Open another project button, as shown here:
Figure 2.12 – Open another project

Figure 2.12 – Open another project

  1. In the Open Project window, expand the Computer option in the left panel. Then, in the right panel, scroll down and double-click on the C: drive. It may be labeled Local Disk, Local Drive, or OS.
  2. Double-click on the Student folder, followed by the ArcGISPro3Cookbook and Chapter 2 folders.
  3. Double-click on the AGOL Layers folder and select the AGOL Layers project file. Then, click the OK button to open the project.

    The project should open in ArcGIS Pro and display a map containing the City_Limit, Parcels, World Topographic Map, and World Hillshade layers. The World Topographic Map and World Hillshade layers are from ArcGIS Online as part of the Topographic basemap.

Verifying and changing the ArcGIS Online-hosted basemap

Now, you must verify where the Topographic basemap is coming from and then change the basemap to another one to help verify the consultants’ water data:

  1. In the Contents pane, click on the List by Source button, which resembles a short cylinder, so that you can see where the various layers in the map are sourced.
  2. Locate the World Topographic Map and World Hillshade layers in the Contents pane. Note where the sources for these layers are.

    As shown in the following screenshot, both of these layers reference two different web services. World Topographic Map points to a web map that is hosted via arcgis.com, whereas World Hillshade points to a feature service that is hosted via arcgisonline.com. Both URLs are part of ArcGIS Online:

Figure 2.13 – Basemap sources from ArcGIS Online

Figure 2.13 – Basemap sources from ArcGIS Online

As basemaps, you cannot change their display settings, edit their data, or use them for analysis. Basemaps just help provide context for the rest of your layers. You can, however, change the basemap being used in your map. You will do that now.

To help verify the water system data created by the consultant, you will switch to the Imagery basemap.

  1. Active the Map tab in the ribbon. Then, click on the Basemap button to display the basemap gallery.
  2. Select the Imagery option from the gallery that appears. This will change the basemap that’s used in the map to one that shows aerial photography provided by Esri, as shown in the following screenshot:
Figure 2.14 – Basemap changed to World Imagery from ArcGIS Online

Figure 2.14 – Basemap changed to World Imagery from ArcGIS Online

As you saw in the gallery, Esri provides a wide range of basemaps you can use in your maps. These are available to all ArcGIS Pro users as part of your license.

Adding other layers from ArcGIS Online

Basemaps are just the start of the data you can access via ArcGIS Online. Next, you will add layers for the city of Trippville that were created by the city’s consultant and hosted in ArcGIS Online:

  1. In the Catalog pane, select the Portal tab located near the top of the pane and to the right of the Project tab.
  2. Click on the ArcGIS Online button, which resembles a cloud, as shown here:
Figure 2.15 – The ArcGIS Online button in the Catalog pane

Figure 2.15 – The ArcGIS Online button in the Catalog pane

  1. Verify that the Content option is selected. Then, in the Search ArcGIS Online cell, type Trippville Water System Map 2023 and press Enter to run the search.
  2. Right-click the Trippville Water System Map 2023 feature service under Search Results and select Add To Current Map, as shown in the following screenshot:
Figure 2.16 – Adding an ArcGIS Online feature service as a layer to the current map

Figure 2.16 – Adding an ArcGIS Online feature service as a layer to the current map

You should now see a new group layer that’s been added to your map called Trippville Water System Map 2023. This contains the data that was created and shared by the consultant. This is hosted in the ArcGIS Online cloud solution from Esri and is displayed on your computer.

Changing the symbology of an ArcGIS Online hosted layer

To help you evaluate the data, you will adjust the symbology for the Water Lines layer located within the group layer you just added:

  1. Expand the Trippville Water System Map 2023 group layer in the Contents pane so that you can see the layers that are included.
  2. Select the Water Lines layer. Then, activate the Feature Layer tab in the ribbon.
  3. Click on the Import button located in the Drawing group.
  4. The Input Layer parameter should automatically be set to Water Lines because you have it selected in the Contents pane. Set the Symbology Layer parameter by clicking on the Browse button.
  5. In the Symbology Layer window, click on the Folders option located below Project in the left panel of the window.
  6. In the right panel, double-click on AGOL Layers to open it. Then, select the Water Lines by Size and Material.lyrx layer file and click OK.
  7. Verify that your Import Symbology tool matches what’s shown in the following screenshot and click OK:
Figure 2.17 – The Import Symbology tool with completed parameters

Figure 2.17 – The Import Symbology tool with completed parameters

When the tool finishes running, the symbology for the Water Lines layer will change and show the pipe size and material for each section of the water line. Symbolizing the water lines in this fashion will allow you or others to easily assess the completeness of the data and find possible errors.

Even though data is hosted in ArcGIS Online, you can interact with it just like you can data stored within your system or network, depending on the type of web service and your permissions.

Information

ArcGIS Online allows users to publish and share many types of content. From a map perspective, two basic types of web services can be published and shared – a Map Service and a Feature Service.

Map Service: A rasterized version of the published map that allows data to be displayed, queried, and printed. It does not allow data editing.

Feature Service: A vector version of the published map that allows all the functionality of a map service, plus it allows data editing.

There is a lot more to web services and layers. To learn more, go to https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/introduction-to-sharing-web-layers.htm.

Save your project and close ArcGIS Pro.

You have just added a new group layer to your map that references data stored in ArcGIS Online and changed how one of the individual layers within the group layer was displayed.

How it works…

In this recipe, you got to experience some of the basic integrations between ArcGIS Pro and ArcGIS Online by changing the basemap included in the map and adding new layers that reference data stored in ArcGIS Online. You started by verifying the source for the Topography basemap included in the map. You did this by clicking on the List by Source button in the Contents pane. That allowed you to see that the Topography basemap source referenced different URLs – that is, arcgis.com and arcgisonline.com. Then, you changed the basemap to World Imagery, which is also hosted by Esri in ArcGIS Online.

Next, you added data to the map that represented the water system for the city of Trippville, which was also stored in ArcGIS Online. You did this by going to the Catalog pane and selecting the Portal tab. Next, you selected the ArcGIS Online button and performed a search for the data you needed. Then, you right-clicked on the returned result and selected Add To Current Map. This created a new group layer that contained several individual layers, including Water Tank, Water Meters, Fire Hydrants, and Water Lines. Lastly, you imported a layer file that changed the symbology for the Water Lines layer so that you could see the pipe size and material for each pipe segment.

Plotting X, Y points from a table

It is not unusual to get data from outside sources that is nothing more than a table with some information that includes X and Y data. This may come from a surveyor, someone who collected data with their smartphone, or some other source. The data might be a spreadsheet, a text file, a CSV file, or even a database table.

If the data includes coordinates for the location, you can turn these into points within a map. This is called an event layer. The coordinates can be in any known coordinate system if they are all the same, meaning that all the coordinates for all the records in the table must be listed in the same coordinate system.

In this recipe, you will plot the locations of crimes from a standalone database table. This table contains several records, each of which has a latitude and longitude coordinate. You will use that information to plot the location.

Getting ready

While not required, it is recommended that you complete the recipes in Chapter 1 before starting this one to ensure you have basic skills in using ArcGIS Pro and understand the terminology associated with the application. This recipe does not require any previous recipes to have been completed. The sample data must be installed before you continue. This recipe can be completed with all license levels of ArcGIS Pro.

How to do it…

You will start by working through the process required to plot the locations of events listed in a standalone table found in a geodatabase:

  1. Start ArcGIS Pro and open the Plot XY from Table.aprx project located in C:\Student\ArcGISPro3Cookbook\Chapter2. Click the Open another project button and navigate to C:\Student\ArcGISPro3Cookbook\Chapter2. Select the desired project file (.aprx) and click OK.

    The project will open with the Trippville map being displayed. This map contains two layers – City Limit and Parcels. Next, you will add the standalone table that contains the data you need to plot and examine.

  2. In the Catalog pane, expand the Databases folder to reveal its contents.
  3. Expand the Trippville_GIS.gdb geodatabase so that you can see what it contains.
  4. Scroll through the contents of the Trippville_GIS.gdb geodatabase until you see the Crimes_2023 standalone table. Right-click on the table and select Add To Current Map, as shown in the following screenshot:
Figure 2.18 – Adding a table to a map from the Catalog pane

Figure 2.18 – Adding a table to a map from the Catalog pane

When added successfully, the table should appear at the bottom of the Contents pane.

Information

A standalone table is any table that is not directly associated with spatial data. This means it does not initially include a spatial component that is automatically displayed in a map. A standalone table might contain fields that hold coordinates, addresses, or other location information that can be used to display spatial information but requires additional steps to do so. Tables that are directly associated with spatial data are called attribute tables.

  1. In the Contents pane, right-click on the Crimes_2023 table you just added and select Open from the menu that appears. Take a moment to review the fields and data contained in the table so that you know what information is available for you to work with.

    You should see six different fields. The most important are the two at the end – Lat and Long. These are the coordinates that identify the location of each crime. You will use those to create points on your map that show the location.

  2. Close the Crimes_2023 table by clicking the small X in the tab at the top of the table.
  3. Right-click the Crimes_2023 table in the Contents pane and select Create Points From Table, then XY Table To Point, as shown in the following screenshot:
Figure 2.19 – Accessing the XY Table To Point tool

Figure 2.19 – Accessing the XY Table To Point tool

  1. The XY Table to Point tool window should open. It will automatically populate with the required variables. Verify that yours looks as follows. If it does, click OK. If not, make the appropriate adjustments:
Figure 2.20 – The XY Table To Point tool with completed parameters

Figure 2.20 – The XY Table To Point tool with completed parameters

A new layer will appear in your map named Crimes_2023_XYTableToPoint. This is the results of the XY Table to Point tool. It generated a new point layer based on the latitude and longitude coordinates that were in the standalone Crimes_2023 table. But it did more than that. You will explore the results later to see exactly what the tool created.

  1. Right-click on the Crimes_2023_XYTableToPoint layer and select Attribute Table from the menu that appears. This will open the attribute table for the new layer you created.
  2. Take a moment to review the data contained in the attribute table you just opened. Compare it to the standalone Crimes_2023 table.

    As you can see, the data in the two tables is very similar. The attribute table contains an additional field called Shape.

  3. In the Catalog pane, look at the contents of the Trippville_GIS.gdb geodatabase. If needed, expand it so that you can see its contents.
  4. Scroll down and see whether you can locate a new feature class named Crimes_2023_XYTableToPoint.
  5. In the Contents pane, double-click on the Crimes_2023_XYTableToPoint layer to open its properties.
  6. Select Source in the left panel of the Layer Properties window.
  7. Examine the values in the right panel for the Database and Name parameters.

    As you can see, the new layer references back to the new feature class you saw in the Trippville_GIS.gdb geodatabase. The XY Table To Point tool not only created a new layer but also created a new feature class in the geodatabase.

  8. Close the Layer Properties window by clicking on the OK button.
  9. Close all the tables you might have open.
  10. Save your project and close ArcGIS Pro.

You have successfully created a new layer using data stored in a standalone table. This same process will work for data stored in other files, such as Excel spreadsheets, text files, or CSV files.

How it works…

In this recipe, you created points on a map showing the location of crimes using a standalone database table. You did this by adding the table to your map by right-clicking it in the database and selecting Add To Current Map.

Once you added the table to the map, you viewed the table to ensure it included the coordinate values for each record. This was as simple as opening the table and looking at the data it contained.

Lastly, you right-clicked the table in the Contents pane and selected XY Table to Point. This opened the XY Table to Point tool window displaying all the tool parameters. Because your table used several default fields, it automatically populated the required variables. Once this tool ran, a new point layer appeared in the map showing the actual location of the crimes from the table.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Harness the power of ArcGIS Pro to build informative maps showcasing your GIS data
  • Analyze geospatial data through proximity, spatial statistics, and hotspot analysis
  • Increase data entry efficiency and quality with advanced geodatabase behavior
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

ArcGIS Pro, Esri's newest desktop GIS application, offers powerful tools for visualizing, maintaining, and analyzing data. This cookbook will help existing ArcMap users transition to ArcGIS Pro and teach new users how to utilize its GIS tools effectively. You’ll learn how to create geodatabases, convert data formats, link tables from outside sources, edit 2D and 3D data, ensure data integrity with topology, and enable advanced geodatabase behavior. By the end, you'll be able to effectively use ArcGIS Pro as your primary desktop GIS application, maintaining, analyzing, and displaying data using common methods and tools.

Who is this book for?

This book is for GIS professionals, architects, specialists, analysts, and technicians looking to learn how to use ArcGIS Pro and the powerful data editing, analysis, and creation tools it offers. Those who are just getting started with ArcGIS Pro and wish to expand their skills, as well as those who want to migrate to this platform will also find this book helpful. While some basic GIS experience is helpful, it’s not a prerequisite.

What you will learn

  • Navigate the new ArcGIS Pro ribbon interface
  • Create and publish 2D and 3D maps
  • Edit data using standard tools and topology
  • Link data together using joins, relates, and relationship classes
  • Create a new geodatabase and validate data using domains, subtypes, attribute rules, and contingent values
  • Convert data formats and project data to new coordinate systems
  • Perform proximity analysis and map clusters with hotspot analysis
  • Conduct advanced 3D analysis with 3D Analyst extension
Estimated delivery fee Deliver to Spain

Premium delivery 7 - 10 business days

€17.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 03, 2024
Length: 564 pages
Edition : 2nd
Language : English
ISBN-13 : 9781837631704
Vendor :
ESRI
Category :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Redeem a companion digital copy on all Print orders
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Estimated delivery fee Deliver to Spain

Premium delivery 7 - 10 business days

€17.95
(Includes tracking information)

Product Details

Publication date : May 03, 2024
Length: 564 pages
Edition : 2nd
Language : English
ISBN-13 : 9781837631704
Vendor :
ESRI
Category :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 115.97
Python for ArcGIS Pro
€49.99
 Learning Geospatial Analysis with Python
€29.99
ArcGIS Pro 3.x Cookbook
€35.99
Total 115.97 Stars icon

Table of Contents

16 Chapters
Chapter 1: ArcGIS Pro Capabilities and Terminology Chevron down icon Chevron up icon
Chapter 2: Adding and Configuring Layers Chevron down icon Chevron up icon
Chapter 3: Linking Data Together Chevron down icon Chevron up icon
Chapter 4: Editing Existing Spatial Features Chevron down icon Chevron up icon
Chapter 5: Creating New Spatial Data Chevron down icon Chevron up icon
Chapter 6: Editing Tabular Data Chevron down icon Chevron up icon
Chapter 7: Projection and Coordinate System Basics Chevron down icon Chevron up icon
Chapter 8: Creating a Geodatabase Chevron down icon Chevron up icon
Chapter 9: Enabling Advanced Functionality in a Geodatabase Chevron down icon Chevron up icon
Chapter 10: Validating and Editing Data with Topologies Chevron down icon Chevron up icon
Chapter 11: Converting Data Chevron down icon Chevron up icon
Chapter 12: Proximity Analysis Chevron down icon Chevron up icon
Chapter 13: Spatial Statistics and Hotspots Chevron down icon Chevron up icon
Chapter 14: 3D Maps and Analysis Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8
(16 Ratings)
5 star 81.3%
4 star 18.8%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




michaelB May 15, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This is a great book because it uses the same datasets over and over to show all the power of the software. I've only gone through chapters 9-11 thus far, and it is proving itself fantastic.
Amazon Verified review Amazon
Sick of this Jun 20, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I like this book. I thought it was well written. It focuses a lot on introductory and ubiquitous GIS tasks. If you have been using ESRI for a few years you’ll quickly get past the introductory stuff. The more advanced GIS tasks are a little shorted. You’ll probably need another book for specific topics but this book will get you through with a good overview and project based tutorials.
Amazon Verified review Amazon
Valerie Wampler Jul 01, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Two disclosures before beginning this review. I was given this book and asked to provide an honest review. I did not read this book cover to cover. I am a daily user of ArcGIS Pro and chose a few chapters to run through the recipes.I liked the explanations at the front of the book that went into detail about the book's structure and the data. I found the instructions easy to follow. I did get hung up on downloading the data from GitHub (GitHub and I don’t always get along so I’m not faulting the book), the download worked fine from Google Drive. The structure of the files is well laid out and easy to follow. The recipes I picked were well-written. I liked the size of each recipe and felt it made the book manageable for people who might only have small windows of time. As a GIS professional, I plan to keep some of the queries and other files to use in my future work since sometimes figuring out syntax is the hardest part of writing them and they are provided in the data and could be easily changed. A part of me wishes the recipes did not require you to have successfully done the step prior but I think that might have made them too cumbersome in a data download if done differently.Overall I think this book is a great resource for new GIS users and GIS professionals alike. None of us can be experts in all facets of GIS and we can always use a handy resource to guide us when we try something new.
Amazon Verified review Amazon
Greg Cocks Jun 13, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Wikipedia tells me that there are over 1 million users of ESRI software across more than 350k organisations. As part of their various spatial software offerings, their desktop GIS software is the most well-known and used by the largest spectrum of their customers. They have sold desktop GIS software since at least the early 1980s, ArcMap 10.x is now in mature support & in full retirement in 2026 (just a few years away), with their latest desktop GIS version being ArcGIS Pro 3.x, the subject of this book.If you use or are planning to use ESRI’s desktop GIS software, you are or soon will be using ArcGIS Pro – and this book can be part of day-to-day use, both as a learning tool and a ‘ready reference.’The author, Tripp Corbin, has been in the GIS / spatial technical field for over 25 years – and a prominent member of the spatial community in my and many other’s experiences I am certain, the proverbial ‘industry leader.’ I have read many, many of his books, blog posts (remember those?), technical posts and other means of technical communication with our community, and fully appreciate his technical capabilities and his ability to explain ‘things’!Based on my reading so far of this book – and there are over 500 pages of spatial background, technical explanations, ‘real world’ worked examples and screenshots/diagrams – this will be an excellent book for:(i) those new to the ESRI GIS desktop world and starting with Pro (and welcome, you will have fun and get to do some excellent things, as #alldataisspatial …)(ii) those necessarily transitioning from ArcGIS 10.x  ArcGIS Pro, with the former being retired and hence no longer maintained, and the differences are marked including the ribbon interface (ArcGIS Pro is a markedly superior product to ArcGIS 10.x, and v3.x continues that distinct improvement, and so users in this category will not regret having to transition)(iii) those such as myself who have been using Pro for a number of years (and feel quite uncomfortable to be frank when having to use 10.x again!), but need to ‘brush up’ on and fill their knowledge holes from on-the-job use.However you approach this book, you will be pleased with your purchase. The chapters are well laid out, leading you into your exploration and learning, the writing is far from dry, the description of options and different possible approaches is excellent and so much more – including what the author calls the ‘recipe data files’, aka the worked examples.The first chapter on how to install the software and get it configured – if you don’t have the luxury of an IT department to do that for you! – are readily comprehensible, even with as complex a piece of software as this. You are then shown how to navigate a map, add your and others data, how to use a project template if desired, etc. This is very well supported by screenshots and the like - and indeed throughout the book as mentioned, a rich asset for your learning process with ArcGIS Pro 3.x.Then you can explore the various aspects of the software and what it is capable of in the following chapters, the headings provided above.It may sound ‘fluffy’ but as you work through this book you will start to understand (if you do not already) what a truly magnificent & hugely useful (the hyperbole is warranted) set of tools you have though it in your proverbial applied data analysis and presentation toolbox - spatial data analysis & value added, cartography & other results and more is. It is a tool for you as that subject matter expert (whether it is business, crime analysis, healthcare, the environment, biology, hydrology, natural resources or so much more) to leverage & apply your skills and acquire new ones as needed/anticipated.Enjoy the book, work through a few things every day (as said it is 500+ pages, you shouldn’t try to consume it in one gulp), use what you are learning in YOUR work, ‘mess around a little’, explore, build on that - and by the time you are at the end of the book you really will fully appreciate how much your skillset has grown!#GIS #spatial #mapping #ArcGIS #ArcGISPro #ESRI #bookreview #review #books #amreading #currentlyreading #nowreading #nonfictionbooks #continuingeducation #alldataisspatial #selflearning #mapmonday #gischat #techbook #techbooks #technology #h #reading #programming #bookshop #techwriting #desktopgis #selflearning #education #learning #selfimprovement #selfdevelopment #onlinelearning #selfeducation #student #motivation #careergrowth #technicalbook #continuouslearning #learningjourney #education #technicalskills #PacktPublishing
Amazon Verified review Amazon
CP Jul 25, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book was actually really helpful! I wasn't expecting to learn much being a GIS professional for about 10 years, but if you're moving to ArcGIS Pro, this book will be really handy! My favorite thing is that it doesn't take long to learn a lesson and move on. I find myself learning a lot from the "tips" part of the recipes. They provide just enough extra knowledge and information without being too lengthy. This book has become a handy little companion as I continue to navigate ArcGIS Pro. This is definitely one of those books or points of reference you would want nearby if you're working or aspiring to work in ArcGIS Pro.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the digital copy I get with my Print order? Chevron down icon Chevron up icon

When you buy any Print edition of our Books, you can redeem (for free) the eBook edition of the Print Book you’ve purchased. This gives you instant access to your book when you make an order via PDF, EPUB or our online Reader experience.

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela