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

Shapefile building source has lat & lon flipped #26

Open
stefanb opened this issue Jan 24, 2022 · 1 comment · May be fixed by #27
Open

Shapefile building source has lat & lon flipped #26

stefanb opened this issue Jan 24, 2022 · 1 comment · May be fixed by #27
Assignees
Labels
bug Something isn't working

Comments

@stefanb
Copy link
Contributor

stefanb commented Jan 24, 2022

See Slovenia buildings wrongfully plotted into Yemen:

Related:

@ingalls
Copy link
Member

ingalls commented Feb 9, 2022

Progress

  • 2022-02-09: Confirmed that input data looks good
  • 2022-02-09: Confirmed that output data is flipped
POLYGON ((45.9496273863708 14.5159958456143,45.9496516365719 14.5161130149854,45.9494729938856 14.516189125216,45.9494487437631 14.5160719561868,45.9496273863708 14.5159958456143))
  • 2022-02-09: Testing removal of srs
  • 2022-02-09: Unsurprisingly - removal of srs tag and allowing GDAL to use native projection detection resolves the issues @stefanb - if you want to get this merged ASAP you can remove the srs tag and it should work. Still going to try to get to the bottom of why this breaks.

@ingalls ingalls linked a pull request Feb 9, 2022 that will close this issue
29 tasks
stefanb added a commit to stefanb/openaddresses that referenced this issue Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants