Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
ArcGIS Pro 2.x Cookbook
ArcGIS Pro 2.x Cookbook

ArcGIS Pro 2.x Cookbook: Create, manage, and share geographic maps, data, and analytical models using ArcGIS Pro

Arrow left icon
Profile Icon Tripp Corbin, GISP
Arrow right icon
€18.99 per month
Full star icon Full star icon Full star icon Full star icon Half star icon 4.7 (3 Ratings)
Paperback Feb 2018 704 pages 1st Edition
eBook
€8.99 €36.99
Paperback
€45.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Tripp Corbin, GISP
Arrow right icon
€18.99 per month
Full star icon Full star icon Full star icon Full star icon Half star icon 4.7 (3 Ratings)
Paperback Feb 2018 704 pages 1st Edition
eBook
€8.99 €36.99
Paperback
€45.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€8.99 €36.99
Paperback
€45.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

ArcGIS Pro 2.x Cookbook

Chapter 2. Creating and Storing Data

In this chapter, we will cover the following recipes:

  • Adding Raster and Vector data to a map
  • Creating a new Geodatabase
  • Creating a new Shapefile
  • Adding CAD data to a map
  • Plotting X,Y points from a table
  • Geocoding addresses

Introduction


As you have begun to see, ArcGIS Pro is a powerful tool for visualizing data. However, you have only begun to scratch the surface. One of the things that makes ArcGIS Pro so powerful is its ability to make use of many different data types and formats.

Unlike other programs, such as Word, Excel, or even AutoCAD, ArcGIS Pro is not limited to a single file type. Based on your experience with previous recipes you have learned that ArcGIS Pro makes use of project with a .aprx file extension. In the projects, you accessed a file geodatabase to add new layers to a map and you were able to import a map file with a .mapx file extension. These are just three of the many different files you can bring into ArcGIS Pro. You will encounter many more the longer you use ArcGIS Pro.

In this chapter, you will begin to explore some of the various data formats you can use with ArcGIS Pro, and their limitations. You will start with the two basic data categories, Raster and Vector, to ensure you have...

Adding Raster and Vector data to a map 


GIS data can generally be categorized as either being Raster or Vector. Within those categories, there are many specific formats. In an ArcGIS Pro project, you will often combine both raster and vector data together in order to create maps, edit data, and perform analyses. So, what is the difference between these two data categories? How do I make use of this data in ArcGIS Pro?

In this recipe, you will explore vector and raster data by adding them to a map. You will perform various steps to help you gain a better understanding of how they work within ArcGIS Pro.

Getting ready

For this recipe, you will need to ensure that you have installed both the book sample data and ArcGIS Pro software. An ArcGIS Pro Basic license level will be sufficient for this recipe. It is recommended that you complete Chapter 1 or have previous experience using ArcGIS Pro before beginning this recipe. 

How to do it...

  1. Start ArcGIS Pro.
  2. In the ArcGIS Pro start window, click Open...

Creating a new Geodatabase


As we have mentioned, there are many GIS data storage formats. However, the Geodatabase is the preferred storage format for ArcGIS Pro. It has many advantages over other formats such as shapefiles, coverages, or DWG files.

First, it can store tabular, raster, and vector data in a single database. This makes it easier to manage and access all your GIS data because it is in one place.

Second, it allows for data validation using topologies, geometric networks, domains, and subtypes. This allows you to find and correct errors in your data.

Third, geodatabases are scalable, so they can grow as your organization does. There are several types of geodatabases. Each is designed to support varying sizes of organizations.  So, as you grow, so can your geodatabase.

In the previous recipes, you made use of existing geodatabases. You used the data contained in them to create various maps. In this recipe, you will learn the basics skills needed to create a new geodatabase.   

Getting...

Creating a new Shapefile


While geodatabases are the primary format for ArcGIS Pro, Shapefiles are probably the most common GIS data format you will encounter. It has become the default data sharing format because so many GIS applications are able to make use of them. This includes QGIS, AutoCAD Map 3D, MapInfo, Map Window, and Manifold. In addition, most high-grade GPS/GNSS units are also able to input or export shapefiles. This makes them very versatile when you need to share data between different platforms.

They do, however, have some limits. First, shapefiles can only store a single feature class. This means a shapefile will only contain either points, lines, or polygons. It is not able to contain a mix of feature types. Second, shapefiles are built on old technology. They were developed in the 1990s for use with Esri’s now-discontinued ArcView GIS application. A shapefile uses dBase tables to store its attributes. This greatly limits the amount of data that can be stored, as well as...

Adding CAD data to a map


A lot of data that ends up in GIS is often created first by engineers, surveyors, and landscape architects.  They will often use a computer-aided drafting or design software, commonly referred to as CAD. There are two major CAD applications, AutoCAD and Microstation, with several smaller competitors. These will generally produce files that are referred to as drawings.

ArcGIS Pro does allow you to add these drawings to your map. Once added, you can adjust display properties, perform queries, and even import the CAD data into your GIS data.

In this recipe, you will learn how to add a CAD file to a map. Once added, you will learn how to adjust some display properties. Later in Chapter 7, Converting Data, you will learn how to import CAD data into GIS.  

Getting ready

You will need to ensure that both ArcGIS Pro and the book sample data are installed. This recipe can be completed with an ArcGIS Pro Basic license.

This recipe is not based on previous recipes. So, you are not...

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 that collected data with their smartphone, or some other source. The data might be a spreadsheet, a text file, 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 as long as they are all the same, meaning that all 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 has several records, each of which has a latitude and longitude coordinate. You will use that information to plot the location.   

Getting ready

If you have already completed the previous recipes, you should be ready for this one...

Geocoding addresses


In the previous recipe, you saw how data can be in something other than a traditional GIS format. It can be a standalone table which contains X and Y coordinates along with other information. That can then be turned into points on a map. X and Y coordinates are not the only way we identify a location.

Another even more common way to show a location is with an address. This is how postal carriers knew where the mail needed to be delivered well before the days of GPS. ArcGIS Pro can also use an address to identify a location. This is called geocoding.    

Simply put, geocoding is the process of converting an address or series of addresses into a location on a map or in a GIS. In this recipe, you will learn how to geocode addresses within ArcGIS Pro. This will include determining reference data in your GIS, creating an address locator, and finally geocoding an inspections spreadsheet.  

Getting ready

In addition to having ArcGIS Pro and the book data installed, you will need...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • • Leverage the power of ArcGIS to build beautiful 2D and 3D maps.
  • • Work with ArcGIS to analyze and process data.
  • • Extend the power of ArcGIS to ArcGIS Online to create and edit content.

Description

ArcGIS is Esri's catalog of GIS applications with powerful tools for visualizing, maintaining, and analyzing data. ArcGIS makes use of the modern ribbon interface and 64-bit processing to increase the speed and efficiency of using GIS. It allows users to create amazing maps in both 2D and 3D quickly and easily. If you want to gain a thorough understanding of the various data formats that can be used in ArcGIS Pro and shared via ArcGIS Online, then this book is for you. Beginning with a refresher on ArcGIS Pro and how to work with projects, this book will quickly take you through recipes about using various data formats supported by the tool. You will learn the limits of each format, such as Shapefiles, Geodatabase, and CAD files, and learn how to link tables from outside sources to existing GIS data to expand the amount of data that can be used in ArcGIS. You'll learn methods for editing 2D and 3D data using ArcGIS Pro and how topology can be used to ensure data integrity. Lastly the book will show you how data and maps can be shared via ArcGIS Online and used with web and mobile applications.

Who is this book for?

GIS developers who are comfortable using ArcGIS, and are looking to increase their capabilities and skills, will find this book useful.

What you will learn

  • • Edit data using standard tools and topology
  • • Convert and link data together using joins and relates
  • • Create and share data using Projections and Coordinate Systems
  • • Access and collect data in the field using ArcGIS Collector
  • • Perform proximity analysis and map clusters with hotspot analysis
  • • Use the 3D Analyst Extension and perform advanced 3D analysis
  • • Share maps and data using ArcGIS Online via web and mobile apps

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Feb 27, 2018
Length: 704 pages
Edition : 1st
Language : English
ISBN-13 : 9781788299039
Category :
Languages :
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Feb 27, 2018
Length: 704 pages
Edition : 1st
Language : English
ISBN-13 : 9781788299039
Category :
Languages :
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 124.97
ArcGIS Pro 2.x Cookbook
€45.99
Mastering Geospatial Analysis with Python
€41.99
Mapping with ArcGIS Pro
€36.99
Total 124.97 Stars icon
Banner background image

Table of Contents

14 Chapters
ArcGIS Pro Capabilities and Terminology Chevron down icon Chevron up icon
Creating and Storing Data Chevron down icon Chevron up icon
Linking Data together Chevron down icon Chevron up icon
Editing Spatial and Tabular Data Chevron down icon Chevron up icon
Validating and Editing Data with Topologies Chevron down icon Chevron up icon
Projections and Coordinate System Basics Chevron down icon Chevron up icon
Converting Data Chevron down icon Chevron up icon
Proximity Analysis Chevron down icon Chevron up icon
Spatial Statistics and Hot Spots Chevron down icon Chevron up icon
3D Maps and 3D Analyst Chevron down icon Chevron up icon
Introducing Arcade Chevron down icon Chevron up icon
Introducing ArcGIS Online Chevron down icon Chevron up icon
Publishing Your Own Content to ArcGIS Online Chevron down icon Chevron up icon
Creating Web Apps Using ArcGIS Online Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.7
(3 Ratings)
5 star 66.7%
4 star 33.3%
3 star 0%
2 star 0%
1 star 0%
Joseph Kerski May 11, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
GIS Professional Tripp Corbin's book, the "ArcGIS Pro 2.x Cookbook" (2018, Packt Publishing) is new but I believe will quickly become a valued and oft-used resource. Mr Corbin's goal in writing this extensive (694 pages) resource is to help GIS professionals "create, manage, and share geographic maps, data, and analytical models using ArcGIS Pro." The audience for this book includes all who are learning GIS, or learning Pro, as well as those migrating from ArcMap to Pro. Tripp's "cookbook" theme is evident throughout the book, where in each section and problem to be solved, he shows how to get ready, how to do it, how it works, and ... "there's more" (additional resources). That the book is from Packt is excellent, because Packt offers eBook versions of every one of its books, and also newsletters and tech articles. That Tripp is a full time trainer and instructor is evident--he understands the challenges in learning a rapidly-changing and complex technology inherent in GIS with just enough tips to keep the reader engaged. He includes PDFs of all images of screen shots and diagrams. The examples in the book are interesting and relevant, with humor (Trippville is a community that is often studied). In my view, the book contains just the right amount of graphics. Tripp provides answers to the questions he poses, and then gives the explanation for each answer. Despite the "recipes" provided in the cookbook, not all of them require the previous recipe to be used, which is excellent for all in GIS who have limited time and want to select sections in a non-sequential order. I highly recommend using this book in conjunction with Tripp's other book on this topic, "Learning ArcGIS Pro."
Amazon Verified review Amazon
Manuel M. McIlroy May 30, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I'm a GIS Analyst for a local city in Florida, as well as a graduate student completing my doctoral dissertation. I found this book incredibly insightful and helpful in learning to make the transition from ArcMap and ArcCatalog to ArcPro. This book works as an excellent companion piece to Tripp Corbin's other book "Learning ArcGIS Pro". Learning Pro is a very good starter that helps ease you into Pro, and covers certain topics such as Tasks and Symbology very well. The main difference between the two books is that the Cookbook goes further in depth into how to use the spatial analysis tools in Pro. This was incredibly helpful in allowing me to analyze the data in my doctoral dissertation research, which involves mapping and modeling the spatial relationships between water quality parameters and gamefish catches within some of Florida's estuaries. The one knock that I will levy against the Cookbook is that it doesn't cover Tasks as well as the Learning Pro book does. This would have made it easier for me to document my methodology, but that is a minor flaw.Overall I wouldn't recommend this book to a complete novice in GIS, because it does make a few assumptions that you know the basics of how to perform GIS analysis and how to make basic maps. If you're just starting out in GIS I'd recommend looking into Tripp's other book "Learning ArcGIS Pro" first, since it does a better job with teaching the basics. However, if you're a seasoned GIS vet, or at least have taken a few classes in GIS and want to get more in depth on how to run analyses in Pro, then I'd highly recommend this Cookbook.
Amazon Verified review Amazon
Mike Jan 04, 2020
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
What you would expect from a book
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 included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.