georust / rinex

RINEX and GNSS data processing :artificial_satellite:
Apache License 2.0
63 stars 14 forks source link

Swap latitude and longitude in GPX output #224

Closed jigpu closed 3 months ago

jigpu commented 3 months ago

The geo_point::Point is initalized with an (X, Y) coordinate, which it interprets as (longitude, latitude). We currently intialize the point in the wrong order which results in incorrect GPX output.

gwbres commented 3 months ago

@jigpu Thank you for your contribution !