I'm interested to know what it would take to support reading Shapefile's .prj files. I had proposed this at [shp2json](http://github.com/mbostock/shapefile/), but maybe it belongs here. Then one could do: ``` shp2json foo.shp | reproject --prj foo.prj > foo.geojson ```
I'm interested to know what it would take to support reading Shapefile's .prj files. I had proposed this at shp2json, but maybe it belongs here.
Then one could do: