geopandas

Analyze geospatial vector data with spatial operations and coordinate transformations.

13|3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/tassiovale/claude-code-kit --skill geopandas-tassiovale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geopandas
Source: https://github.com/tassiovale/claude-code-kit/tree/main/skills/geopandas
Command: npx skills add https://github.com/tassiovale/claude-code-kit --skill geopandas-tassiovale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires geopandas, shapely, pyproj, rasterio, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for spatial data analysis, providing tools for working with geospatial vector data, including shapefiles, GeoJSON, and GeoPackage files.

Core Features & Use Cases

  • Spatial Analysis: Perform spatial operations like buffer analysis, spatial joins, and overlay operations.
  • Geometric Operations: Calculate areas, distances, reproject coordinate systems, and more.
  • Visualization: Create choropleth maps, interactive maps, and static plots.
  • Use Case: Ideal for tasks like buffer analysis, spatial joins between datasets, dissolving boundaries, or creating maps for geographic data.

Quick Start

Use the geopandas skill to reproject the data in 'data.geojson' to the 'EPSG:3857' coordinate reference system.

Frequently Asked Questions about geopandas

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a spatial join between a shapefile and a GeoJSON file?

Spatial joins merge geometric datasets by comparing their spatial relationships. This skill supports spatial joins between vector data formats like shapefiles and GeoJSON, requiring geopandas and shapely to execute the geometric intersection operations.

Can I reproject coordinate systems for vector data to EPSG:3857?

Yes, coordinate transformations reproject vector data to different coordinate reference systems like EPSG:3857. The geopandas skill uses pyproj to handle geometric operations and reproject shapefiles, GeoJSON, or GeoPackage files accurately.

Does geopandas work with rasterio for geospatial analysis?

Geopandas focuses on vector data analysis, while rasterio handles raster data. The geopandas skill includes rasterio as a dependency, enabling workflows that integrate vector geometric operations with raster data processing for comprehensive spatial analysis.

What is the best way to calculate buffer areas and distances in spatial data?

Buffer analysis and distance calculations are geometric operations that create zones around spatial features. You can compute areas and distances for vector data using geopandas and shapely to dissolve boundaries and perform precise spatial measurements.

How do I create choropleth maps from GeoPackage files?

Choropleth maps visualize geographic data variations across defined regions. This skill generates static plots and interactive maps from GeoPackage files using geopandas, enabling geographic data visualization directly from vector spatial datasets.