Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brainesy opened this issue Sep 6, 2022 · 1 comment

Comments

@brainesy
Copy link

brainesy commented Sep 6, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants