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

Geopoint type field has an invalid format. #5

Closed Mikanebu closed 7 years ago

Mikanebu commented 7 years ago

Geopoint type supports in the followings formats:

  1. default. A string of the pattern “lon, lat”.
  2. array. An array of exactly two items
  3. object. A JSON object with exactly two keys, lat and lon.

Please, correct to the right format.

rufuspollock commented 7 years ago

@Mikanebu can you do a pull request for this fix to the data and we can merge it.

Mikanebu commented 7 years ago

@rufuspollock which solution would be better?