python

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

You may come across a couple of scenarios…1. You have published a hosted feature service to ArcGIS Online (AGOL) with domains and the dataset has matured with edits. You do not want unshare, export, download, and republish to overwrite the feature service but you need to update the split/merge policy to make edits easier and …

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

Create Random Points (Data Management) on a Basic License with ArcPy

The Create Random Points (Data Management) tool is available with an Advanced license or on a Basic or Standard license if you have 3D Analyst or Spatial Analyst. In this post we will look at creating the tool for use with a Basic license. We’ll keep it simple for now and just generate the desired …

Create Random Points (Data Management) on a Basic License with ArcPy Read More »

Polygon-Polygon Overlap Percentage with Pairwise Intersect and ArcPy

A common task is to calculate the percentage overlap between a polygon feature class overlaying another polygon feature class. One general workflow is to use the (Pairwise) Intersect tool with the Join Attributes parameter set to Only feature IDs, add a field to store the percentage overlap attributes, join the underlay polygons to the output …

Polygon-Polygon Overlap Percentage with Pairwise Intersect and ArcPy Read More »

Feature Envelope To Polygon (Data Management) on a Basic License with ArcPy

Not the most fanciest of tools but another one none-the-less that you can by-pass the Advanced license requirement and create your own tool using ArcPy. The Feature Envelope To Polygon (Data Management) is only available in ArcGIS Pro with an Advanced license. You can achieve quite similar to this tool using the Minimum Bounding Geometry …

Feature Envelope To Polygon (Data Management) on a Basic License with ArcPy Read More »