Open brainesy opened 2 years ago
The wof-exportify
tool sounds like what you're looking for:
https://github.com/whosonfirst/go-whosonfirst-exportify#wof-exportify
Unfortunately we haven't wired up automated binaries for this package yet so you'll need to install and Go and compile it from source.
go build -mod vendor -o bin/wof-exportify` cmd/wof-exportify/main.go
The region boundary coastline around the Mindarie marina, WA does not align with OSM maps (see screenshot)
GeoJson file: whosonfirst-data-admin-au/data/856/814/39/85681439.geojson Coords: 115.702837, -31.690476
I forked the repo and updated the boundary in QGIS, but when diffing I noticed that the GeoJson had been completely reformatted, including non pretty-printing, and changing all coords to 6 decimal places.
Can you recommend a package that will allow me to edit the GeoJson with minimal changes to the remainder of the file?