Open barbeau opened 5 years ago
Another user request for UTM:
Can you provide the option of the Coordinate position in UTM WSG84 format
GeoTools is an option, although it would be nice if we could find a way to support without including the GeoTools library.
Our options are to either load a library to do this conversion, or call a web service.
GeoTools is a possible library: https://gis.stackexchange.com/questions/151565/what-simple-and-light-java-library-to-use-for-wgs84-to-utm-conversion
GeographicLib is another option:
Example web service: https://github.com/maptiler/epsg.io#api-for-trans
...but to call this in real-time would be intense, once-per-second for each device running GPSTest to convert as new positions are calculated.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.
PROJ may be another option for this - https://proj.org/about.html
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
Not stale
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
Not stale
Summary:
Now that we have multiple coordinate formats set up in https://github.com/barbeau/gpstest/pull/344 it wouldn't be too difficult to add more formats (pending the work to actually do the conversion).
Mentioned in https://github.com/barbeau/gpstest/issues/242#issuecomment-448498280:
Steps to reproduce:
Go to Settings->Coordinate formats
Expected behavior:
Provide UTM as an option
Observed behavior:
UTM isn't an option