Giter Club home page Giter Club logo

flightradar24-to-csv's Introduction

FlightRadar24 to CSV

NodeJS script to download and parse data from Flight Radar in tsv and GeoJSON format. To generate the files:

  1. If the aircraft number is known run node index.js followed by the flightId. For example:
$ node index.js 21b090f8
  1. If just know the flight number but not the flightId use FlightRadar24 data portal to get it:

    • Search by flight number id, by aircraft, origin/destination airport etc.
    • Click on play on the desired flight in the Flight history list.
    • Get the value from URL after the # symbol: flightradar24.com/data/flights/vy1292#21b394f6
    • Finally run node index.js flightId.

Video demo.

After the script you will get a folder with the files inside.

latitude longitude altitude_feet altitude_meters speed_kmh speed_kts speed_mph verticalSpeed_fpm verticalSpeed_ms heading squawk timestamp
33.643417 -84.441605 0 0 18.5 10 11.5 0 0 278 0 1509928818
33.643372 -84.441307 0 0 18.5 10 11.5 0 0 317 0 1509928839
33.643661 -84.441185 0 0 35.2 19 21.9 0 0 357 7144 1509929041
{
   "type":"FeatureCollection",
   "features":[
      {
         "type":"Feature",
         "geometry":{
            "type":"LineString",
            "coordinates":[
               [
                  0.225525,
                  51.878933
               ]
...

Note:

The default value of this tool gets the data from the HF803 flight that flies from Yaounde (NSI) to Abidjan (ABJ) . FlightRadar24 keeps only the data for a few weeks so it is likely that when you try this script this default value does not work.

Terms

Please check Flightradar24 Terms of Service. The information provided through this respository is intended strictly for educational purposes only.

flightradar24-to-csv's People

Contributors

dependabot[bot] avatar luissevillano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

5l1v3r1

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.