geospatial-analysis - Analyze geospatial data with GeoPandas
Analyze geospatial data using GeoPandas with proper coordinate projections to calculate distances and perform spatial filtering on geographic features.
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Load GeoJSON files
- Filter points within polygons
- Project coordinate reference systems
- Calculate distances between geometries
- Combine geometries using unary union
- Find extreme distance points
Inputs
- GeoJSON files
- Geographic coordinate data
Outputs
- Calculated distance metrics
- Spatially filtered GeoDataFrames
Requirements
- Python environment
- GeoPandas library
- Shapely library
