Skip to content

Website Scraper for LSZS Airport (Samedan/Engadin) arrivals/departures Table

License

Notifications You must be signed in to change notification settings

mnemocron/LSZSMovements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LSZSMovements

Website Scraper for LSZS Airport arrivals/departures Table. Serves the arrivals/departures Table as a JSON API (files).


forthebadge made-with-python

volkswagen status

This script downloads the html table from the LSZS website: engadin-airport.ch and parses it into a timetable.json file.

Usage

Use the -o parameter to specify the output directory.

python3 get-lszs.py -o engadin/

Example Output

{
  "data": [
    {
      "aircraft": "OYCKK",
      "callsign": "MMD6616",
      "type": "F2TH",
      "lastinfo": "CANCEL",
      "destination": "Paris-Le-Bourget  (France)CANCEL",
      "time": "13:00",
      "stats": "departure"
    }
  ]
}

LICENSE

Apache License 2.0

(c) 2020 Simon Burkhardt