ArcPy

Split polylines into segments of equal length using ArcPy

Split polylines into segments of equal lengths using ArcPy

Table of Contents The Video https://youtu.be/CU5gvV_Uc-w Subscribe Introduction As of writing this blog post there is not neat ArcPy function to segment a polyline into equal line segments. You could use the Generate Points Along Lines tool followed by the Split Line at Point tool, but alas, the latter is only available on an Advanced […]

Split polylines into segments of equal lengths using ArcPy 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 The Video https://youtu.be/ZOs5Ji_nmmE 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,

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

Course: ArcPy for Data Management and Geoprocessing with ArcGIS Pro 3.X

Table of Contents Students Enrolled Course Duration 10 Hours + Course Category ArcPy Course Level Beginner Course Price Go to course Course Introduction ArcPy is a fantastic ally for all your daily ArcGIS Pro tasks. This course will initially focus on using ArcPy for data management. Data management is often one of the most overlooked

Course: ArcPy for Data Management and Geoprocessing with ArcGIS Pro 3.X Read More »

Course: ArcGIS Pro Definition Query Masterclass with ArcPy and Python

Table of Contents Free on YouTube Course Introduction Unlock the power of Definition Queries in ArcGIS Pro through this comprehensive course that dives deep into the intricacies of managing and utilizing definition queries with spatial data using ArcPy and Python scripting. Definition Queries provide a dynamic way to filter and display specific subsets of your

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