vatger / atciss

Virtual Air Traffic Control Information Support System
https://atciss.vatsim-germany.org
MIT License
4 stars 4 forks source link

High-Level Winds #13

Open jannikvogel opened 1 year ago

jannikvogel commented 1 year ago

add function to display high level winds (e.g. via windy)

a3li commented 11 months ago

Windy blockt das einbinden in Frames, daher wird es ein Popup. Wir können die Flugfläche voreinstellen, gibt es da einen sinnvollen Wert? Positionsabhängig machen oder als User-Präferenz?

jannikvogel commented 10 months ago

Positionsabhängig imo am sinnvollsten. Mache mir mal Gedanken über Werte.

globin commented 8 months ago

https://www.ecmwf.int/en/computing/software/ecmwf-web-api (incl python API to fetch wind and pressure GRIB data) -> conversion similar to https://github.com/cambecc/grib2json (doesn't support ECMWF data) -> https://github.com/danwild/wind-js-leaflet or https://github.com/onaci/leaflet-velocity and isoline drawing