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

Splitting a line feature


Polygons are not the only type of feature you may need to split. Lines often need to be split as you add other features to the same layer to maintain the correct connections. Lines often form a network used to travel across, such as roads, railroads, sidewalks, and trails. Travel is not limited to transportation. Utilities also use linear features to move water, sewer, electricity, and communications from one point to another. Other systems such as emergency dispatch systems rely on linear data from GIS as well. So, it is extremely important that we maintain these layers correctly.

As mentioned earlier, ArcGIS Pro 2.0 and earlier versions do not currently support geometric networks that are commonly used by utilities. If you have the Network Analyst extension, ArcGIS Pro will allow you to use, create, and maintain a Network Dataset. Esri has indicated that support for geometric networks will not be added in a future release of ArcGIS Pro. In ArcGIS Pro 2.1, they added...