datopian / datahub-qa

:package: Bugs, issues and suggestions for datahub.io

Home Page:https://datahub.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrectly ordered lat/lng in airport-codes feed

davetransom opened this issue · comments

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.

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

FIXED.