Coder Social home page Coder Social logo

ifr-alternate-airport-helper's Introduction

IFR Alternate Airport Helper

This is a simple tool I created that can map alternate airports which have an instrument approach within a certain radius. There are currently a few limitations, and this should not be used for real-world navigation.

Getting started

Install the web application

This project is built on top of the Laravel PHP framework. It's requirements can be found here.

git clone https://github.com/andydeforest/ifr-alternate-airport-helper.git && cd ifr-alternate-airport-helper.git
composer install

Once the composer dependencies are installed, you'll want to install the front-end dependencies

npm install && npm run dev

Next, you need to make a copy of the .env.example file and rename it to .env inside your project root and update the appropriate database variables.

Run the following command to seed airport data

php artisan migrate:refresh --seed

Then start your server:

php artisan serve

The project should now be running!

Limitations

Currently, I use the data that is freely available to parse from the FAA's 28-day NASR subscription (the same data found in the chart supplement). As far as I know, there is nothing that explicitly states whether an airport has no approach, a non-precision approach, or a precision approach, so I'm relying on the section for runway markings to determine the approaches available. For example, PIR indicates that the runway has precision instrument markings and NPI indicates non-precision instrument markings. This works well for most airports, but there are still some fields that have a non-precision approach without the appropriate markings, so they won't show up on the map.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

ifr-alternate-airport-helper's People

Contributors

andydeforest avatar

Watchers

 avatar

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.