geopandas
Installation
SKILL.md
GeoPandas Geospatial Data Analysis
Python library for geospatial vector data - extends pandas with spatial operations.
When to Use
- Working with geographic/spatial data (shapefiles, GeoJSON, GeoPackage)
- Spatial analysis (buffer, intersection, spatial joins)
- Coordinate transformations and projections
- Creating choropleth maps
- Processing geographic boundaries, points, lines, polygons
Quick Start
import geopandas as gpd