Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwgg committed Nov 25, 2014
1 parent 2bef345 commit 1990263
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
Airports
========

A JSON database of 28k+ airports with ICAO/IATA codes, names, cities, two-letter country identifiers, elevation, latitude & longitude, and a timezone identifier
A JSON database of 28802 entries with basic information about nearly every airport and landing strip in the world. ICAO codes used as primary value. Each entry contains IATA code, airport name, city, two letter ISO country code, elevation above sea level in feet, coordinates in decimal degrees and timezone.

```json
"KOSH": {
"iata": "OSH",
"name": "Wittman Regional Airport",
"city": "Oshkosh",
"country": "US",
"elevation": "808",
"lat": "43.9844017029",
"lon": "-88.5569992065",
"tz": "America\/Chicago"
},
```

0 comments on commit 1990263

Please sign in to comment.