Sign inSign up

wudti/fr24

By wudti

Updated over 5 years ago

Python docker to scrape airport depatures

Image
0

157

wudti/fr24 repository overview

V 1.0

To use this container, a semantic container (https://hub.docker.com/r/semcon/sc-base) is required (tag not before 2021_05). This container allows to collect flight data from Flightradar24. Specifically, the following are read out and written to the semantic container.

  • planned depature
  • flightnumber, Operator
  • IATA code of the departure airport
  • name of the destination
  • IATA code of the destination
  • aircraft type (simplified)
  • aircraft registration
  • status (only departed)
  • status time (depature time) and
  • delay

How-to-use:

  1. Pulling a base image of SEMCON

docker pull semcon/sc-base:2021_05

  1. Pulling a base image of scraper (Version must not be lower than 1.0)

docker pull wudti/fr24:1.0

  1. Starting an empty SEMCON container (Ports specified are only used to access container via host)

docker run -d --name fr24data -p 4000:3000 semcon/sc-base:2021_05

  1. Initially running scraper container

docker run -d --name scraper --link fr24data --env POSTPATH=fr24data -P wudti/fr24:1.0

Git: https://github.com/wadti/fr24

Tag summary

Content type

Image

Digest

Size

596.8 MB

Last updated

over 5 years ago

docker pull wudti/fr24:1.0