Skip to content

Instantly share code, notes, and snippets.

@LilithWittmann
Last active October 26, 2023 12:11
Show Gist options
  • Star 109 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save LilithWittmann/06bd153317b635e7b622651f5cfd95ea to your computer and use it in GitHub Desktop.
Save LilithWittmann/06bd153317b635e7b622651f5cfd95ea to your computer and use it in GitHub Desktop.
autobahn.md

Autobahn App API

Das BMVI hat eine völlig nutzlose App gebaut. Eine Autobahn-Info App.

Wirklich völlig nutzlos?

Nein, es gibt jetzt nämlich eine offene API für aktuelle Verwaltungsdaten in Bezug auf Baustellen-Informationen, Webcams, Parkplätze, … - bestimmt für jemand nützlich.

Endpunkte

Hier gibt es eine OpenAPI Spec von @creckord: https://gist.github.com/creckord/a2e09267f5fdfadc2cd75eedb3182b8a

Tiles

@riccardoklinger hat die OSM-Tile-Endpoints gefunden:

Basiskarte: https://tiles.autobahn.de/osm_tiles/{z}/{x}/{y}.png Labels only: https://tiles.autobahn.de/osm_tiles_foreground/{z}/{x}/{y}.png

WMS & WFS Endpunkte (Danke an @tobwen)

WMS

WFS

Projekte

@fossdd
Copy link

fossdd commented Jul 21, 2021

Die Autobahn-App nutzt also eine komplett offene funktionale API. Interessant: Dann wird mal wenn ich Zeit hab eine GTK+ App für den Desktop und das PinePhone entwickelt.

@jenskueper
Copy link

Hat schon jemand die RTMP Stream URLs zurückgebaut? Das Player JS in den linkurls ist ziemlich messy. Die HLS Streams kriegt man ohne Probleme raus, überlege einen MultiView dadraus zu zaubern.

MultiView wäre richtig cool!

@spinscale
Copy link

spinscale commented Jul 22, 2021

Habe mal ein kleines Script geschrieben um Daten in Elasticsearch zu indizieren und via KIbana Maps als unterschiedliche Layer zu visualiseren... Siehe auch https://gist.github.com/spinscale/544e854d2e16941cfbafdd53f80eb4f1 (inklusive dashboard zum importieren in Kibana, damit dass auch lokal geht)

@rena2019
Copy link

Die offizielle Doku zu der API wäre wohl diese https://autobahn.api.bund.dev/

@fossdd
Copy link

fossdd commented Jul 26, 2021

Die offizielle Doku zu der API wäre wohl diese https://autobahn.api.bund.dev/

Oh, cool. bund.dev. Na dass klingt ja toll. Auf Github sind die: https://github.com/bundesAPI. Werde ich mir mal anschauen.

@jontok
Copy link

jontok commented Jul 27, 2021

Hat schon jemand die RTMP Stream URLs zurückgebaut? Das Player JS in den linkurls ist ziemlich messy. Die HLS Streams kriegt man ohne Probleme raus, überlege einen MultiView dadraus zu zaubern.

Da habe ich auch interesse dran. Mein MultiView nimmt aktuell nur die URLs und die machen mir meine JS Konsole voll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment