Replies: 1 comment 2 replies
-
The Point's order of coordinates is lat-lon-alt: https://geopy.readthedocs.io/en/latest/#geopy.point.Point However, there's a little helper function, which creates a Point instance from a lon-lat-alt order: https://geopy.readthedocs.io/en/latest/#geopy.distance.lonlat |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some geo RFC defines the point in a way that is
lng,lat
.Such as GeoJSON
Is it possible to provide some way to more easily support
lng,lat
Mark: apache/superset#19025 (comment)
Beta Was this translation helpful? Give feedback.
All reactions