geopandas

Official

Geospatial data analysis powered by pandas.

AuthorK-Dense-AI
Version1.0.0
Installs0

System Documentation

What problem does it solve?

GeoPandas extends pandas to enable powerful geospatial data analysis, reading and writing common geographic formats, performing spatial operations, and creating maps.

Core Features & Use Cases

  • Spatial data structures: GeoSeries and GeoDataFrame for geometric data alongside tabular data.
  • I/O and CRS: Read/write Shapefiles, GeoJSON, GeoPackage, PostGIS, and reproject coordinates with CRS awareness.
  • Geometric operations: Buffer, bounds, centroid, intersection, and spatial joins.
  • Visualization: Plot maps and integrate with matplotlib/folium for static and interactive visuals.

Quick Start

  1. Install: pip install geopandas
  2. Read and plot: import geopandas as gpd; gdf = gpd.read_file("data.geojson"); gdf.plot()

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: geopandas
Download link: https://github.com/K-Dense-AI/claude-scientific-skills/archive/main.zip#geopandas

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository