geodata-formatter
Installation
SKILL.md
Geodata Formatter
Convert CSV / tabular geodata to GeoJSON.
When to invoke
- User has a flat file with location columns and needs GeoJSON for Leaflet / Mapbox / QGIS / ArcGIS / Kepler.gl / geopandas / PostGIS.
- User asks "convert to GeoJSON", "make this mappable", "export as geojson".
Supported inputs
- Lat/lon columns — pair of numeric columns (
lat/lng,latitude/longitude,y/x). Most common. - WKT / WKB geometry column — a string column containing
POINT(...),LINESTRING(...),POLYGON(...)etc. (or hex-encoded WKB). - H3 / S2 / geohash — spatial index strings that decode to polygons/cells.
- Address / place name columns — requires geocoding; ask user explicitly before using a third-party service and respect rate limits.