geopandas

Installation
SKILL.md

GeoPandas - Geospatial Data Analysis

GeoPandas enables you to perform spatial joins, geometric manipulations, and coordinate transformations using the familiar Pandas API. It treats "geometry" as just another column in a DataFrame, but one that knows how to calculate areas, distances, and intersections.

When to Use

  • Reading and writing spatial formats (Shapefile, GeoJSON, GeoPackage, KML).
  • Performing spatial joins (e.g., "which points fall inside this polygon?").
  • Coordinating system transformations (reprojecting from Lat/Lon to Meters).
  • Geometric analysis (calculating buffers, centroids, convex hulls).
  • Thematic mapping (Choropleth maps).
  • Calculating spatial relationships (contains, overlaps, touches, within).
  • Working with OpenStreetMap data or satellite-derived vector data.

Reference Documentation

Official docs: https://geopandas.org/
Interactive tutorials: https://geopandas.org/en/stable/gallery/index.html
Search patterns: gpd.read_file, gdf.to_crs, gpd.sjoin, gdf.buffer, gdf.explore

Related skills

More from tondevrel/scientific-agent-skills

Installs
20
GitHub Stars
9
First Seen
Feb 8, 2026