What problem does it solve?
This Skill removes the friction of working with geospatial vector data by helping you load, clean, transform, analyze, and export spatial datasets in a single workflow.
Core Features & Use Cases
- Spatial Data I/O: Read and write common geospatial formats such as Shapefile, GeoJSON, GeoPackage, Parquet, Feather, and PostGIS tables.
- CRS Management: Reproject datasets correctly, set missing coordinate systems, and ensure spatial operations use compatible reference systems.
- Spatial Analysis and Mapping: Perform buffers, spatial joins, overlays, clipping, dissolves, distance calculations, and create static or interactive maps.
- Use Case: A researcher can combine census polygons with point datasets, reproject them for accurate measurements, calculate area or distance metrics, and export a polished map-ready result.
Quick Start
Use the geopandas skill to load the attached geospatial file, reproject it to the correct coordinate system, perform the requested spatial analysis, and export the result in the format I specify.