mwgg / Airports

A JSON database of 28k+ airports with ICAO/IATA codes, names, cities, two-letter country identifiers, elevation, latitude & longitude, and a timezone identifier
MIT License
502 stars 180 forks source link

Update number of entries #6

Closed fedotov2d closed 6 years ago

fedotov2d commented 6 years ago

It can be checked with Ruby irb

JSON.parse(open("https://raw.githubusercontent.com/mwgg/Airports/1b8d0ffe862b07f6230ee22dab1f47990584924a/airports.json").read).count
=> 28815
mwgg commented 6 years ago

Thanks! A few airports have been added since the description has been updated.