In this tutorial, you’ll learn how to calculate the area of a polygon dataset and sort the results. If you have a set of polygons, you can use easily calculate and add the area of each polygon to its attribute table. This is what we’ll do in this tutorial for a set of...
Articles & Tutorials
Leaving Los Angeles Flow Map
Flow maps, like the one you see below, provide a great way of visualizing the movement of variables between an origin and a destination. 2021 saw a 20% rise in movers for the year compared to 2020, with an estimated 56% of Americans moving in 2021 while just...
Creating Animated Maps with R
Animated maps, like the one you see below, provide a powerful enhancement to show how data evolves over time. In this tutorial you'll learn how to use R with the ggmap, tidyverse, and gganimate libraries to produce animated maps like you see below. This animated map...
Tutorial: Combining Multiple Datasets into a New Dataset with ArcGIS Pro
In this tutorial, you’ll learn how to combine multiple datasets into a new one using the Merge tool. In an earlier tutorial, you learned how to use the Append tool to add new data to an existing dataset. This would change the existing dataset, as new records would be...
Tutorial: Adding New Features to a Dataset with the Append Tool in ArcGIS Pro
In this tutorial, you’ll learn how to append new data to existing data in Pro using the Append tool. The Append Tool in ArcGIS Pro is used to add new features or other data from multiple datasets into an existing dataset. It adds new data to an existing dataset of the...
Tutorial: Creating a COVID-19 Map of NYC in ArcGIS Pro
In this tutorial, you’ll be recreating a COVID map of NYC that shows percentages of COVID cases for different parts of the city over the last seven days. Introduction The following link shows an interactive web map of COVID-19 cases in NYC (also displayed on the image...
Tutorial: Converting Shapefiles to JSON with ArcGIS Pro
In this tutorial, we’ll cover how you can do data conversion with ArcGIS Pro’s Conversion toolset. Data conversion means that you will change data from one file format to another. This is often required when importing or exporting data out of Pro and use it in another...
Tutorial: Introducing the Field Statistics to Table tool in ArcGIS Pro 2.9
In this tutorial, we’ll cover the Field Statistics to Table tool, that gives more flexibility to calculating field statistics from attribute table data. As the name suggests, the Field Statistics to Table tool creates a standalone table of descriptive statistics for...
Tutorial: Creating A Spatially Enabled DataFrame in ArcGIS Pro
In this tutorial, we’ll show how you can use a Spatially Enabled DataFrame (SDEF) in ArcGIS Pro to easily convert feature classes back and forth to pandas dataframes. Esri’s ArcGIS API for Python introduced the Spatially Enabled DataFrame, an object to manipulate...
Dynamic Feature Clustering in ArcGIS Pro 2.9
The latest release of ArcGIS Pro includes a new way to aggregate features into clusters. This tutorial explains how to use this capability. What is feature clustering? Feature clustering is a way to aggregate point features into clusters, which are symbols that...