Skip to content

Improve shapefile rendering and GeoJSON export #2

Open
@Tania526-sudo

Description

@Tania526-sudo
Currently, the shapefile is loaded and plotted, but not exported for GIS integration.

Suggested tasks:
- Read `.shp` file using `geopandas`
- Convert geometries to GeoJSON using `gdf.to_file("output.geojson", driver="GeoJSON")`
- Add CLI argument to choose export format

Useful libs: `geopandas`, `shapely`

Goal: ensure interoperability with external GIS tools like QGIS or Leaflet.js.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions