geoprocessing

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 »

ArcGIS Pro Tip #1: Sorting Records using Multiple Fields with a Basic License

The most common approach to creating a Feature Class or Table sorted by a particular field(s) is using the Sort tool in the Data Management toolbox. If you read the documentation for this tool you can see a note that sorting by multiple fields is only available with an Advanced license. If you only had …

ArcGIS Pro Tip #1: Sorting Records using Multiple Fields with a Basic License Read More »

Split Line at Point (Data Management) on a Basic License with ArcPy

This one re-uses plenty of lines of code from the Split Line at Vertices tool. The Split Line at Point (Data Management) geoprocessing tool is only available in ArcGIS Pro with an Advanced license. Here’s how you can use ArcPy to achieve a similar output (if not the exact same for this one!). Check out …

Split Line at Point (Data Management) on a Basic License with ArcPy Read More »

Feature Vertices to Points (Data Management) on a Basic License with ArcPy

This was a fun one to do! The Feature Vertices to Points (Data Management) geoprocessing tool is only available in ArcGIS Pro with an Advanced license. Here’s how you can use ArcPy to achieve a similar output. Check out the Esri documentation for more information on the tool here. This workflow was created using ArcGIS Pro …

Feature Vertices to Points (Data Management) on a Basic License with ArcPy Read More »