UNPKG

all-airports

Version:

Serves as an independent data scraping module, complete with ontology and full scraping ability for the airports of the world

13 lines (12 loc) 269 B
export interface AirportProperties { scalerank: number; type: string; name: string; abbrev: string; location: string; gps_code: string; iata_code: string; wikipedia: string; natlscale: number; featureclass: string; }