In this article we’ll examine how you can use Python with Arcpy and Numpy to create a list of unique attribute values from a field. While there are certainly other ways to do this either in ArcGIS (Desktop or Pro) or through SQL we’ll focus specifically...
This is a short beginners tutorial for ArcGIS users who are interested in learning about basic NumPy functionality. It describes how to create a NumPy array from a shapefile and interact with the attribute table data inside of it, making simple data queries. The goal...