lib-geopandas

Analyze geospatial vector data with Python and GeoPandas.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/biomaps-infra/blender-opencode --skill lib-geopandas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lib-geopandas
Source: https://github.com/biomaps-infra/blender-opencode/tree/main/.opencode/skills/lib-geopandas
Command: npx skills add https://github.com/biomaps-infra/blender-opencode --skill lib-geopandas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies working with geographic vector data, enabling complex spatial analysis and visualization without requiring deep GIS expertise.

Core Features & Use Cases

  • Data Handling: Read, write, and manipulate various geospatial file formats (Shapefile, GeoJSON, GeoPackage).
  • Spatial Operations: Perform buffer analysis, spatial joins, overlay operations, and coordinate transformations.
  • Visualization: Create static and interactive maps for data exploration and presentation.
  • Use Case: Analyze customer locations relative to store boundaries by performing a spatial join to identify which customers fall within each store's service area, then calculate the area of each service region.

Quick Start

Use the lib-geopandas skill to read the file 'data.geojson', reproject it to EPSG:3857, and calculate the area of each feature.

Frequently Asked Questions about lib-geopandas

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

FAQPage Schema
How do I perform spatial analysis on vector data without deep GIS expertise?

Spatial analysis on vector data is simplified through Python libraries that support geometric transformations, spatial queries, and coordinate reference system management without requiring deep GIS expertise.

Can I read and write various geospatial file formats like Shapefile and GeoJSON?

Yes, you can read, write, and manipulate various geospatial file formats including Shapefile, GeoJSON, and GeoPackage for geographic vector data handling and analysis.

How do I calculate which customer locations fall within specific service area boundaries?

Perform a spatial join to identify which points fall within specific polygon boundaries, enabling analysis of customer locations relative to store service areas and calculating region areas.

What's the best way to reproject coordinate reference systems for geospatial data?

Coordinate reference system management allows you to reproject geospatial vector data, such as converting files to EPSG:3857, to perform accurate spatial operations and area calculations.

Does this approach support creating static and interactive maps for data exploration?

Yes, it supports creating static and interactive maps to enable geographic data visualization, exploration, and presentation directly after performing spatial operations.