Skip to content

Commit

Permalink
README star history because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
mwgg committed Aug 23, 2024
1 parent 484e5f9 commit 8553beb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Airports
========

A JSON collection of 28k+ entries with basic information about nearly every airport and landing strip in the world. ICAO codes used as keys. Each entry contains IATA code, airport name, city, two-letter ISO country code, elevation above sea level in feet, coordinates in decimal degrees and time zone.
A JSON collection of ~29k entries with basic information about nearly every airport and landing strip in the world. ICAO codes used as keys. Each entry contains IATA code, airport name, city, two-letter ISO country code, elevation above sea level in feet, coordinates in decimal degrees and time zone.

```json
"KOSH": {
Expand All @@ -14,8 +14,12 @@ A JSON collection of 28k+ entries with basic information about nearly every airp
"elevation": 808,
"lat": 43.9844017029,
"lon": -88.5569992065,
"tz": "America\/Chicago"
"tz": "America/Chicago"
},
```

Time zones initially sourced from [TimeZoneDB](https://timezonedb.com) and updated using [TimeAPI](https://www.timeapi.io/).

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=mwgg/Airports&type=Date)](https://star-history.com/#mwgg/Airports&Date)

0 comments on commit 8553beb

Please sign in to comment.