Agent skill · Data & Analytics

geopandas-geospatial

Geospatial vector analysis extending pandas. Read/write spatial formats (Shapefile, GeoJSON, GeoPackage, Parquet, PostGIS), CRS handling, geometric ops (buffer, simplify, centroid, affine), spatial analysis (joins, overlays, dissolve, clipping, distance), visualization (choropleth, interactive maps, basemaps). Use for spatial joins, overlays, CRS transforms, area/distance, maps.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill geopandas-geospatial --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/sciagent/geopandas-geospatial/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GeoPandas Geospatial Analysis ## Overview GeoPandas extends pandas with spatial operations on geometric types, combining pandas DataFrames with Shapely geometries and Fiona for file I/O. It enables reading, writing, manipulating, and visualizing geospatial vector data (points, lines, polygons) with a familiar pandas-like API. ## When to Use - Reading and writing spatial file formats (Shapefile, GeoJSON, GeoPackage, Parquet) - Performing spatial joins between geographic datasets (points in polygons, nearest neighbors) - Running overlay operations (intersection, union, difference, clipping) - Computing geometric properties (area, distance, buffer, centroid) - Creating choropleth maps and interactive web maps - Reprojecting data between coordinate reference systems - Aggregating spatial features by attribute (dissolve) - For raster data analysis, use rasterio/xarray instead - For large-scale distributed geospatial, consider Dask-GeoPandas or Apache Sedona ## Prerequisites ```bash pip install geopandas matplotlib # Optional: # pip install folium — interactive maps # pip install mapclassify — classification schemes for choropleth # pip install contextily — basemaps # pip install pyarr

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. 1. Data I/O
  7. 2. CRS Management
  8. 3. Geometric Operations
  9. 4. Spatial Analysis
  10. 5. Visualization
  11. Key Concepts
  12. Data Structures
  13. CRS Rules for Spatial Operations
  14. Spatial Indexing
Commands it runs
pip install geopandas matplotlib
pip install folium       — interactive maps
pip install mapclassify  — classification schemes for choropleth
pip install contextily   — basemaps
pip install pyarrow      — faster I/O (2-4x speedup)
pip install psycopg2 geoalchemy2  — PostGIS support
More from awesome-bio-agent-skills
All skills →
About this skill
What does the geopandas-geospatial skill do?

Geospatial vector analysis extending pandas. Read/write spatial formats (Shapefile, GeoJSON, GeoPackage, Parquet, PostGIS), CRS handling, geometric ops (buffer, simplify, centroid, affine), spatial analysis (joins, overlays, dissolve, clipping, distance), visualization (choropleth, interactive maps, basemaps). Use for spatial joins, overlays, CRS transforms, area/distance, maps.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill geopandas-geospatial --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going