arcgis pro

Delete Identical Geometries based on OID with ArcPy & ArcGIS Pro

Why create this workflow… Every week I put time towards answering questions on three main platforms; GIS StackExchange, Esri Communities, and Reddit. I go under the alias Clubdebambos on each of them. This week I helped g3odood on Reddit who was looking to remove duplicate records based on geometry, but needed to keep the records …

Delete Identical Geometries based on OID with ArcPy & ArcGIS Pro Read More »

Extracting from an ArcGIS Online Feature Service to a File Geodatabase

In this blog post we will assess the options for extracting layers and tables from an ArcGIS Online Feature Service to Feature Classes and Tables in a File Geodatabase. We will use ArcPy, the ArcGIS API for Python, and a combination of both. If you are interested in learning ArcPy, then check out this course! …

Extracting from an ArcGIS Online Feature Service to a File Geodatabase Read More »

ArcGIS Pro Definition Query Masterclass with ArcPy & Python: Udemy Course

Unleash the full potential of Definition Queries as you dive deep into their intricacies! Gain a profound understanding of Definition Queries and their pivotal role in data visualization and analysis within ArcGIS Pro. Explore their benefits in creating efficient maps and managing data seamlessly. Our course, ArcGIS Pro Definition Query Masterclass with ArcPy & Python, …

ArcGIS Pro Definition Query Masterclass with ArcPy & Python: Udemy Course Read More »

Using the Search Cursor Spatial Filter Parameter with ArcPy

ArcGIS Pro 3.2 added three new parameters to the Search Cursor (and Update Cursor) with ArcPy. These parameters are named spatial_filter, spatial_relationship, and search_order. Here, we will discuss the first two. The search_order parameter can only be used with an enterprise geodatabase. Check out the documentation here. As of ArcGIS Pro 3.2, the latest syntax …

Using the Search Cursor Spatial Filter Parameter with ArcPy Read More »

ArcPy for Data Management and Geoprocessing with ArcGIS Pro: Udemy Course

Unlock the Power of ArcPy: Elevate Your GIS Skills with Data Management and Geoprocessing in ArcGIS Pro! Are you ready to take your GIS skills to the next level? Dive into the world of ArcPy with our comprehensive course, “ArcPy for Data Management and Geoprocessing with ArcGIS Pro.” This isn’t just another course—it’s your ticket …

ArcPy for Data Management and Geoprocessing with ArcGIS Pro: Udemy Course Read More »

Fix Transect Line Geometries to Exact Dimensions – A Spatial Thoughts Challenge

Spatial Thoughts on LinkedIn posted the following challenge…Can you take a dataset of a river centerline and varying lengths of line transects and make them exactly the same length? using any tool or platform of choice. This post uses ArcPy with ArcGIS Pro and can be used with a Basic license. Here is a link …

Fix Transect Line Geometries to Exact Dimensions – A Spatial Thoughts Challenge Read More »

Add Layer/Table Definition Query in ArcGIS Pro Based on Selection with ArcPy

You have made a selection based on attributes or location in ArcGIS Pro (or via a script or tool) and you want to set a definition query that only shows the selected records. Let’s walk through making that tool in ArcGIS Pro with ArcPy. Interested in learning ArcPy? Check out this course! We start with …

Add Layer/Table Definition Query in ArcGIS Pro Based on Selection with ArcPy Read More »