cyberneticlibrary

Analyze geographic and spatial data

geopandasskillsetup L227,559
K-Dense-AI/scientific-agent-skills
What it does

Process vector geospatial data with GIS operations

Best for

Vector geospatial data operations (shapefiles, GeoJSON) with spatial joins and analysis.

Inputs
  • · Shapefile/GeoJSON
  • · Geometry operations
  • · CRS specification
Outputs
  • · GeoDataFrame
  • · Spatial join results
  • · Processed geometries
Requires
  • · GDAL
  • · shapely
  • · pyproj
Preconditions
  • · Valid vector format
  • · CRS defined
Failure modes
  • · CRS mismatch
  • · Corrupt geometries
Trust signals
  • · GeoPandas official