whosonfirst-data / whosonfirst-data-admin-au

Whos On First admin data for AU, homepage: https://whosonfirst.org
Other
3 stars 5 forks source link

Region boundary coastline is incorrect around Mindarie marina, WA, AUS #40

Open brainesy opened 2 years ago

brainesy commented 2 years ago

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?

Screen Shot 2022-09-06 at 3 12 16 pm

thisisaaronland commented 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