I may be reading it wrong, but it appears the latitude & longitude has swapped positions in the "coordinates" field for airport codes, making it longitude & latitude.
NZAKL for example shows
174.792007446, -37.008098602299995
But the expected coordinate for Auckland would normally be
-37.008098602299995, 174.792007446
It looks like the mapping from distinct latitude_deg and longitude_deg in the source CSV from ourairports.com were swapped when serialising to a single field.
My query is regarding the airport codes feed @ https://datahub.io/core/airport-codes
I may be reading it wrong, but it appears the latitude & longitude has swapped positions in the "coordinates" field for airport codes, making it longitude & latitude.
NZAKL for example shows
But the expected coordinate for Auckland would normally be
It looks like the mapping from distinct
latitude_deg
andlongitude_deg
in the source CSV from ourairports.com were swapped when serialising to a single field.