1.1.1 • Published 7 months ago

@fboes/aerofly-data v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Aerofly Airports

This project contains data sets for airports and aircraft present in Aerofly FS 4. This airport data is based on data from OurAirports.

There is also a ICAO code checker, which checks if a given ICAO airport code exists in Aerofly FS 4.

It also contains airport and navigation aid icons suitable for maps.

Enclosed files

The data directory contains the following files:

FileDescription
aircraft-liveries.jsonJSON file containing detailed information about all aircraft, including liveries.
aircraft-select-optgroup.htmlHTML snippet file containing all aircraft, sorted by category
aircraft-select.htmlHTML snippet file containing all aircraft
aircraft.jsonJSON file containing abbreviated information about all aircraft (without liveries).
aircraft.mdMarkdown file containing abbreviated information about all aircraft (without liveries).
airport-list.jsonJSON file containing an array of all ICAO codes.
airports.geojsonGeoJSON file containing the location of all airports in Aerofly FS 4.

Building

To generate a new list of all airports available in Aerofly FS 4:

  1. Install this project
    npm install
  2. Download a list of all airports from https://ourairports.com/data/ to tmp/airports.csv.
    npm run fetch-csv
  3. Generate airport output files via:
    node ./get-airports.js 'C:\SteamLibrary\steamapps\common\Aerofly FS 4 Flight Simulator\scenery\airports_db'
  4. Generate aircraft output files via:
    node ./get-aircraft.js 'C:\SteamLibrary\steamapps\common\Aerofly FS 4 Flight Simulator\aircraft'

Status

GitHub Tag NPM Version GitHub License

Legal stuff

Author: Frank Boës

Copyright & license: See LICENSE.txt

This tool is NOT affiliated with, endorsed, or sponsored by IPACS GbR. As stated in the LICENSE.txt, this tool comes with no warranty.

The base data for geo locations was taken from OurAirports, which is licensed as: "All data is released to the Public Domain, and comes with no guarantee of accuracy or fitness for use."

The icons are based on Maki icons, which are licensed via CC0 1.0 Universal.

1.1.1

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago