split

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 »

Update Split/Merge Policy for a Domain in an ArcGIS Online Hosted Feature Service with the ArcGIS API for Python

Table of Contents Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for programmatically creating, maintaining, and updating hosted feature services in ArcGIS Online. You may come across a couple of scenarios…1. You have published

Update Split/Merge Policy for a Domain in an ArcGIS Online Hosted Feature Service with the ArcGIS API for Python Read More »