Giter VIP home page Giter VIP logo

airspace-converter's Introduction

airspace-converter

Toolset of PHP CLI scripts to convert between several airspace formats. The following format conversions are supported:

  • openAIR -> aip
  • openAIR -> gml
  • aip -> openAIR ( This converter outputs polygons only! )

The specific scripts can be found in the project root. Each script takes one input file as argument. Depending on the used converter script, a directory that includes the converted file in the desired target format is created.

Usage examples

php openair2gml.php openair_in/de_openair.txt

This command will read the input file de_openair.txt from the openair_in/ directory. The converted file de_asp.gml can be found in the gml_out/ folder after a successful conversion.

php openair2aip.php openair_in/de_openair.txt

This command will read the input file de_openair.txt from the openair_in/ directory. The converted file de_asp.aip can be found in the aip_out/ folder after a successful conversion.

php aip2openair.php aip_in/de_asp.aip

This command will read the input file de_asp.aip from the aip_in/ directory. The converted file airspace_de.txt can be found in the openair_out/ folder after a successful conversion.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.