Code Monkey home page Code Monkey logo

aviationworks's Introduction

AviationWorks

Designed for real-time flight tracking and weather forecasting. It presents data in an intuitive and comprehensive manner. Currently under development.

Flask web-app (app.py)

Screenshot 2023-10-05 at 4 36 39 PM

Map of flight paths. (track.ipynb)

flightpath

Choose airports and get a detailed aviation weather report (METAR, TAF).

weathermap

Screenshot 2023-12-12 at 11 43 47

Installs

Required to run the code:

  • Flight Tracking: opensky
  • Weather (you can use your own basemap, of course): AVWX-Engine
  • Basemap: folium
pip install flask opensky-api pandas folium sqlite3 python-dotenv

If you get errors innstalling opensky-api, try it this way:

pip install https://github.com/openskynetwork/opensky-api/archive/master.zip#subdirectory=python

Usage

  1. First clone the repo. (AviationWorks/tracking)
  2. In your terminal cd to the tracking folder (AviationWorks/tracking).
  3. If you know the airline or flights you want to track, you can replace the filter in the get_fdy() to suit your needs.
    Note: if there is no filter, all flights currently flying will be shown. (Not recommended)
  4. Run the following in your terminal. If you
    python3 app.py
    
  5. Open your browser and navigate to your local host. (The server it is running on can be found in the .log file)

aviationworks's People

Contributors

gcm107 avatar

Stargazers

 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.