basic license

Enhancing the ArcGIS Pro Definition Query Spatial Clause with ArcPy with a Multi-layer Geometry Filter

Enhancing the ArcGIS Pro Definition Query Spatial Clause with ArcPy with a Multi-layer Geometry Filter

Table of Contents The Video Introduction ArcGIS Pro 3.5 saw the addition of the Spatial Clause functionality for a Definition Query. While limited, it is a very useful addition where we can filter a layers features where they intersect another layer entirely or based on a selection. We are limited to intersects and we ae […]

Enhancing the ArcGIS Pro Definition Query Spatial Clause with ArcPy with a Multi-layer Geometry Filter Read More »

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

Table of Contents Introduction 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

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

Using ArcPy to Allow Assignment of Unique Numeric IDs for Sharing Web Layers in ArcGIS Pro

Table of Contents Introduction The Cartographic Information Model (CIM) is a map content specification for cartographic descriptions of GIS datasets and Project components in ArcGIS Pro. Essentially, it is the JSON that represents specifications for maps, scenes, layouts, layers, symbols, and styles in ArcGIS Pro. The best way to view these JSON specification is to save

Using ArcPy to Allow Assignment of Unique Numeric IDs for Sharing Web Layers in ArcGIS Pro Read More »

Publish a Hosted Feature Service to ArcGIS Online from ArcGIS Pro using ArcPy

Table of Contents Introduction In this post we will provide the code to use ArcPy to access an APRX, select a Map, and publish the layer contents of that Map to ArcGIS Online as a Hosted Feature Service. Import the ArcPy module ArcPy is a Python site package that enables automation, analysis, and management of

Publish a Hosted Feature Service to ArcGIS Online from ArcGIS Pro using ArcPy Read More »