uber / h3

Hexagonal hierarchical geospatial indexing system
https://h3geo.org
Apache License 2.0
4.83k stars 459 forks source link

X,Y,Z to Lat, Long ? #756

Closed SkybuckFlying closed 1 year ago

SkybuckFlying commented 1 year ago

What is the best way to do this ? My raytracer works with X,Y,Z. Uber works with Lat, Long as well as other libraries.

Uber does not have X,Y,Z to Lat, Long conversion routine ?!

Please add ?!?

SkybuckFlying commented 1 year ago

This document seems to work good:

GPS_Facts_XYZ-NED.pdf

Get it while you can here: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwj1oqq7nsL9AhWJ2aQKHWD2B84QFnoECAkQAQ&url=https%3A%2F%2Fwww.inventeksys.com%2Fwp-content%2Fuploads%2F2011%2F11%2FGPS_Facts_XYZ-NED.pdf&usg=AOvVaw3JX9zxZ3IJnB5GPesLQHlZ

At least I tried the ConvertECEFToLTP and it works good !

CU LATER.

isaacbrodsky commented 1 year ago

I don't think we plan to add x/y/z coordinate support to the library at the moment. I think converting from x/y/z to lat/lon as you suggested is the best option.