datasets / airport-codes

List of Airport codes, locations and other information around the world
https://datahub.io/core/airport-codes
307 stars 93 forks source link

Invalid geopoint type #14

Closed Mikanebu closed 7 years ago

Mikanebu commented 7 years ago

Invalid geopoint type latitude should be between -90 and 90, found: -151.6959991

it's not a valid geopoint according to the specs:

Geopoint type is a string of the pattern "lon, lat"

In airport-codes.csv geopoint column has a "lat, lon" format which is in reverse order. So a latitude with a value -151.6959991 is invalid. See the following issue in tableschema-js https://github.com/frictionlessdata/tableschema-js/issues/72

rufuspollock commented 7 years ago

@Mikanebu why do we have to have lat in +/- 90?

Mikanebu commented 7 years ago

@rufuspollock because it is the range for latitude [-90;+90]

rufuspollock commented 7 years ago

@Mikanebu is this now fixed?

Mikanebu commented 7 years ago

@rufuspollock it is fixed, but pipeline showed the same error, we were going to report to Adam about two core data packages airport-codes and smdg-master-terminal-facilities-list. Something wrong with geopoint type

rufuspollock commented 7 years ago

@Mikanebu can you open an issue on assembler about this then please - and close this issue in favour of that.

Mikanebu commented 7 years ago

FIXED