ArcGIS Python Reproject Geometry Object List
Frequently I have a large list of geometry objects I need to get reprojected for analysis. A while back I discovered the reprojectAs method of the »
Frequently I have a large list of geometry objects I need to get reprojected for analysis. A while back I discovered the reprojectAs method of the »
One of the most popular posts on my blog discusses loading data from an ArcGIS table, either spatial (a Feature Class) or even nonspatial, to a »
Frequently, especially when using cursors, I need to quickly get a list of field names not including the ObjectID nor Geometry fields. I accomplish this by »
With the release of ArcGIS 10.4, a few packages included have come to my attention. While numpy has been in there for quite some time, »
Extracting pieces of text out of larger strings based on patterns, this is what regular expression matching facilitates. It really is great stuff...once you wrap »
Last week while teaching a Python class a student asked about a logical workflow, finding all maps with broken layers under a parent directory and reporting »
First and foremost, I have to concede, Packt Publishing recently provided a copy of Programming ArcGIS 10.1 with Python Cookbook to review. Packt provided a »
A while back I posted a slightly more verbose solution for this. Since then two things have changed. First, I have used Python a LOT more »