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

Determining whether your computer can run ArcGIS Pro


Unlike the 32-bit ArcMap and ArcCatalog applications, ArcGIS Pro supports hyperthreading (use of multiple core processors), graphics processing units, and more than 4 GB of RAM. This also means ArcGIS Pro requires more computer resources to run properly.

The minimum requirements for ArcGIS Pro 2.1 are:

  • Windows 64-bit OS:
    • Windows 7, 8.1, or 10
    • Windows Server 2008 R2, 2012, 2012 R2, or 2016
  • Hyperthreaded dual core processor
  • 4 GB RAM
  • 32 GB hard drive space
  • 2 GB video memory
  • Microsoft .NET Framework 4.6.1
  • Microsoft Internet Explorer 11
  • DirectX 11
  • OpenGL 3.3
  • Shader Model 4.1
  • Pixel Shader 4.0
  • Vertex Shader 4.0

Keep in mind that these are the minimum requirements. The more hardware the better where ArcGIS Pro is concerned. In general, I would recommend at least 12 GB of RAM, an i5 dual core processor, and a separate video card with its own GPU and memory. For a complete set of recommended hardware specifications, you may want to look at my other book from Packt Publishing, Learning ArcGIS Pro.

In this recipe, you will learn how to use the system requirements tool to verify whether your computer can run ArcGIS Pro. This is a free tool provided by Esri.

Getting ready

To work through this recipe, you will need to make sure you have access to the internet and sufficient permissions to install software on your computer.

How to do it...

  1. Open your favorite web browser, such as Google Chrome, Microsoft Internet Explorer, or Firefox.
  2. Go to http://pro.arcgis.com.
  3. Click the Get Started, tab as shown in the following screenshot:

  1. Click the link located in Review the system requirements.
  1. Click on the Supported Operating Systems link located on the right-hand side of the page in the In this topic box.
  2. Click Check your computer’s ability to run ArcGIS Pro 2.1:

A new tab should open in your browser and take you to the Can You RUN It page powered by System Requirements Lab.

  1. Click the Can You RUN It button, as shown here, to download the Detection.exe file:
  1. Once the Detection.exe file is downloaded, click it to run the file. This executable will check the specifications of your computer and generate a report indicating whether your computer is capable of running ArcGIS Pro.
  2. When the hardware detection application is complete, return to your web browser to see the results. It hopefully will indicate your system passed, similar to the following screenshot:

Notice that you can see whether your system meets the minimum and recommended specifications for running ArcGIS Pro. If your system just meets the minimum specifications, you can expect ArcGIS Pro to run slowly and require the application to be restarted much more frequently.

If your system failed, you will need to upgrade the components or software that the reports indicate are below the required specifications. This might be as simple as updating your drivers or Internet Explorer. It might require you to purchase new hardware if your CPU, RAM, or video card fail to meet the minimum requirements.

If your system meets or exceeds the system requirements, you may download and install ArcGIS Pro. Please refer to the installation instructions located at http://pro.arcgis.com/en/pro-app/get-started/install-and-sign-in-to-arcgis-pro.htm.

How it works...

ArcGIS Pro has very specific requirements that must be met in order to run effectively. In this recipe, you downloaded and used the tool provided by Esri to verify whether your system met or exceeded those requirements. This tool checks for both hardware and software dependencies needed to successfully run ArcGIS Pro, and provides you with a detailed report so you know without a doubt whether your computer has the horsepower required.