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
488 stars 174 forks source link

Adding missing airport LETL #106

Closed gamma-ninja closed 3 weeks ago

gamma-ninja commented 9 months ago

Hi,

I'd like to propose adding this missing airport in Spain - LETL

The entry should be the following:

    "LETL": {
        "icao": "LETL",
        "iata": "TEV",
        "name": "Teruel Airport",
        "city": "Teruel",
        "state": "Arag",
        "country": "ES",
        "elevation": 102,
        "lat": 40.4119444444, 
        "lon": -1.2175000000,
        "tz": "Europe\/Madrid"
    }

Thanks in advance!