Group by query in a file geodatabase

How to simulate a SQL group by query in a file geodatabase…

More...

FeatureClass from JSON

How to create a FeatureSet/FeatureClass from JSON (in memory)…

More...

Fun with Python Sets (and arcpy)

Simple example of using a Python set with DeleteField…

More...

arcpy: Efficient Geometry Creation

A few tricks to optimize creating a large number of geometries…

More...

arcpy.Project in_memory Featureclass

Useful workaround for projecting a feature class in_memory using arcpy…

More...

arcpy.da Cursors and Readability Part 2

Part 2 of 2 part series on advanced usage of arcpy.da Cursors…

More...

arcpy.da Cursors and Readability Part 1

Part 1 of 2 part series on advanced usage of arcpy.da Cursors…

More...

arcpy: Reorder Fields

Reorder fields in a feature class with arcpy…

More...

arcpy: Rename Fields

Simple yet powerful function for renaming fields in a feature class with arcpy…

More...