Code Monkey home page Code Monkey logo

skydata's Introduction

Sky Data ✈️

What we missed the most the years of continuous lockdowns are the trips all around the world. So in order to take a trip you have to organise and plan it. And there this script will be useful. So just by following the steps shown in the Installation section you can have access to a variety of data for airports, flights, arrivals, departures etc. So with the information provided by the script you can plan your trip perfectly !

Example: I've planned a huge trip to Europe, Asia, US etc. and booked a flight a long time ago (lets say 2 months ago) and I can't remember the time or/and the gate of my departure. So instead of searching among thousands of emails to find the specific one, I execute this script (which I've previously downloaded) and with just one step I have the answer plus access to a variety of other data which I can use them for another trip !

Another Example: My friend from Italy is coming to the US for the first time in their life ! So I want to make a good impression once they get here. And to do that I need to track their flight. So I search in the internet for a track-the-flight program/website but unfortunately all are unavavailable. Therefore I use this script (which I've previously downloaded) to get information (such as: time and date of arrival, the gate, the airport etc.) about the arrival of my friend's flight.

Useful links 🔍

Authors ✍️

Badges 📛

License

Code size

Number of files

Repository size

Open issues

Closed issues

Open pull requests

Closed pull requests

Followers

Forks

Stars

Watchers

Discussions

FAQ ❓

❔ Are the data reliable ?

  • Well the data are coming from the FlightRadar24 API which is using the ADS-B technology, the MLAT and satellites. So, yes the data are reliable 🙂

❔ Where can I access the IATA and ICAO codes ?

The IATA and ICAO codes can be accessed via these urls:

Features 📍

  • More data will be available
  • GUI
  • Increase speed

Feedback 💭

If you have any feedback, please reach out to us at this email address

Installation 📥

Windows 🪟

git clone https://github.com/new92/SkyData
cd SkyData
pip install -r requirements.txt
python3 SkyData.py

Linux 🐧

sudo su
git clone https://github.com/new92/SkyData
cd SkyData
sudo pip install -r requirements.txt
python3 SkyData.py

MacOS 🍎

git clone https://github.com/new92/SkyData
cd SkyData
python -m pip install requirements.txt
python3 SkyData.py

License 📜

License

skydata's People

Contributors

new92 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.