Book Image

ArcGIS Pro 2.x Cookbook

By : Tripp Corbin GISP
Book Image

ArcGIS Pro 2.x Cookbook

By: Tripp Corbin GISP

Overview of this book

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.
Table of Contents (21 chapters)
Title Page
Dedication
Packt Upsell
Contributors
Preface
Index

Aligning features


ArcGIS Pro can be a very valuable tool for performing analysis. But the results of any analysis is only as good as the quality of the data used. The adage of garbage in, garbage out certainly applies.

So, it is extremely important that our data is as clean as possible. This means we need to remove unwanted gaps or overlaps within our data. ArcGIS Pro has several tools to help you clean up your data. One of those is the Align Features tool. This tool is available with all license levels.  

In  the previous recipe, you located an area where two parcels overlap and where the City Limits are supposed to follow their common boundary. You will use the Align Features tool to fix this error in your data.

Getting ready

You will need to have completed the first recipe in this chapter, Configuring editing options, before you are able to complete this recipe. This recipe works at all licensing levels of ArcGIS Pro.

How to do it...

  1. If you closed ArcGIS Pro before starting this recipe, you...