Tag Pandas

Shotcharts Revisited - From NBA Stats to Feature Service in Less Than 20 Lines of Code

About two years ago, I wrote about creating shotcharts in ArcGIS using Python and arcpy. With recent enhancements to the ArcGIS API for Python, I can do this all in Python and I can to this in less than 20 lines of code! (A guest post by Gregory Brunner)

Analyzing Landsat Image Metadata with the Spatial DataFrame

A few weeks ago, Esri released an update to the ArcGIS API for Python. The new functionality in the API that I am most excited about is the spatial dataframe! The spatial dataframe extends the pandas dataframe by adding geometry, spatial reference, and other spatial components to the dataframe. (A guest post by Gregory Brunner)