Converting shapefiles to geo/topojson

I'd like to write a simple utility to convert shapefiles (.shp/.shx/.dbf/.prj) to GeoJSON and TopoJSON with the option to re-project the data to a different coordinate system. It looks like the GeoRust family of packages has most of the functionality I need but I'm not seeing the ability to read .prj files. Does anyone know if this is implemented anywhere? It looks like reading projection files is on the roadmap for the geozero-shp crate but has not yet been finished.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.