reproject
reproject copied to clipboard
Change, convert, transform, reproject GeoJSON between different projections / CRS
When trying to use `reproject` in a project built with [Parcel v2](https://v2.parceljs.org/), the build errors when scope hoisting with this: ``` 🚨 Build failed. @parcel/core: node_modules/proj4/lib/index.js does not export 'hasOwnProperty'...
``` $ cat works.json | reproject --from=EPSG:27700 --to=EPSG:4326 --sr [...] Error: spatialreference.org responded with HTTP 301 when looking up "EPSG:27700". ``` The 301 redirect to https returned for the http...
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: ```...
Currently there is no command line help at all, so one has to visit this page to know what the arguments here. A basic usage output would be helpful. I...
Hey :) Greate lib ! I'd be interested into splitting "GeoJSON traversal" feature into a separate repo, and make this one use that. I personaly need a custom "coordinate transformer"...