In this tutorial, you’ll learn how to create a custom basemap with ArcGIS Pro and add it to the default basemap gallery in Pro so you can use it for other projects. There are two ways to do this. First, we create an empty basemap and add data to it. Next, we’ll...
In this tutorial, you’ll learn how to catalog data using Python. Specifically, we’ll use the arcpy and os modules to move through a directory tree to catalog and find data. The os module is used to interact with your operating system, move through a directory and find...
In this tutorial, you’ll learn multiple ways to add data to a map using Python. Specifically, we’ll add single shapefile feature classes and folders containing shapefile feature classes to the map using both arcpy and the os module. There are various ways to add data...
In this tutorial, you’ll learn how to create a script tool in ArcGIS Pro from a standalone Python script. A script tool is a Python script file that can be run as a geoprocessing tool. This means you only have to worry about setting the right parameters of the tool...
In this tutorial, we’ll have a look at Pro’s new Package Manager. This package management system lets us install, update and delete Python packages that are grouped into separate, named Python environments. What is Pro’s Package manager and what is it used for? ArcGIS...