osm-to-euroscope

A tool to generate Radar Screens from OSM Data
git clone git://archive.git.mtrnord.blog/MTRNord/osm-to-euroscope.git
Log | Files | Refs | README | LICENSE

README.md (514B)


      1 # How to use
      2 
      3 You will need RUST (See https://rustup.rs/ on how to install it)
      4 
      5 After installing Rust you can use `cargo install --git https://github.com/MTRNord/OSM_to_Euroscope.git` to install the Application.
      6 
      7 ```shell script
      8 $ OSM_to_Euroscope taxiways -a=<ICAO ID OF YOUR AIRPORT>
      9 ```
     10 
     11 This command will generate the GROUND layout of the taxiways to a file named `<ICAO ID OF YOUR AIRPORT>.ese` inside the out folder.
     12 
     13 
     14 ## WARNING!! THE QUALITY OF THE RESULT HIGHLY DEPENDS ON THE QUALITY OF THE MAPPED DATA!