create

Copy an ArcGIS Online Feature Layer from a Feature Service to Another with the ArcGIS API for Python

Copy an ArcGIS Online Feature Layer from a Feature Service to Another with the ArcGIS API for Python

Table of Contents Video 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 Feature Services and Feature Layers in ArcGIS Online. In this post we will take a Feature […]

Copy an ArcGIS Online Feature Layer from a Feature Service to Another with the ArcGIS API for Python Read More »

Create Chainage Ticks Along a Line Using ArcPy and ArcGIS Pro

Table of Contents Introduction This became a pet project of mine back in 2017 where I first implemented using open source geospatial Python modules, osgeo and shapely. I then converted the workflow to ArcPy before Esri had brought out the Generate Points Along Lines tool. This third iteration of the workflow uses the Generate Points Along Lines tool

Create Chainage Ticks Along a Line Using ArcPy and ArcGIS Pro Read More »

Create a CSV Content Item Directly in ArcGIS Online using 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 components of ArcGIS Online such as content items. In this post we will use the ArcGIS API

Create a CSV Content Item Directly in ArcGIS Online using the ArcGIS API for Python Read More »

Create a WebMap in ArcGIS Online with the ArcGIS API for Python

Table of Contents Video 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 webmaps in ArcGIS Online. In this post we will focus on the first of those –

Create a WebMap in ArcGIS Online with the ArcGIS API for Python Read More »