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

Introduction


As you may have noticed by now, GIS data comes in many formats. There are geodatabases, shapefiles, CAD files, DBF files, rasters, spreadsheets, and more. ArcGIS Pro allows you to use all of these. However, there are limits to what ArcGIS Pro allows you to do with some of these formats. Some of these are read only, such as CAD files or spreadsheets. Others you can read and edit, such as shapefiles and geodatabases. Also, if you have data spread across multiple locations, formats, and files, it can make it difficult to use.

If you are going to be editing and analyzing data, it is recommended that you consolidate all the required data into a single format. For ArcGIS Pro, the primary storage format is the geodatabase. Shapefiles are generally considered a secondary option. In order to consolidate your data sources, you may need to convert and combine data from one or more sources into a single source. ArcGIS Pro provides several methods and tools to accomplish this. Which one works...