datopian / datahub-qa

:package: Bugs, issues and suggestions for datahub.io
https://datahub.io/
32 stars 6 forks source link

Incorrectly ordered lat/lng in airport-codes feed #250

Closed davetransom closed 8 months ago

davetransom commented 5 years ago

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

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.

rufuspollock commented 5 years ago

@svetozarstojkovic can you check this out briefly - the source data is in https://github.com/datasets/airport-codes /cc @anuveyatsu

rufuspollock commented 8 months ago

FIXED.