diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-12-17 18:33:31 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-12-17 18:33:31 +0100 |
commit | d58bd789e396b08bdd43d0b9642231d79bb62dfa (patch) | |
tree | 22fcda18b6b08996086336f4cc504395b2518cce | |
parent | e09d1d2f78fcdf7b98081402ffa25e083c487470 (diff) | |
download | meteo_toolbox-d58bd789e396b08bdd43d0b9642231d79bb62dfa.tar.gz |
readme
-rw-r--r-- | Readme.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -25,9 +25,10 @@ If no path is provided as argument, `config.yaml` is used by default. ## Data Sources -Currently, only the *DWD* models *ICON*, *ICON-EU* and *ICON-D2* are supported via the [DWD OpenData site](https://opendata.dwd.de/weather/nwp/). -I plan to extend that to at least [ECMWF OpenData](https://www.ecmwf.int/en/forecasts/datasets/open-data) -and the *University of Wyoming* [Atmospheric Science Radiosonde Archive](http://weather.uwyo.edu/upperair/bufrraob.shtml). +Currently, *DWD* models *ICON*, *ICON-EU* and *ICON-D2* fom [DWD OpenData site](https://opendata.dwd.de/weather/nwp/) +and Sounding Data from the *University of Wyoming* [Atmospheric Science Radiosonde Archive](http://weather.uwyo.edu/upperair/bufrraob.shtml) +are supported. +I plan to extend that to at least [ECMWF OpenData](https://www.ecmwf.int/en/forecasts/datasets/open-data). It is my goal to make every plotter work with as many data sources as possible, to enable the parallel usage of as many datasources as possible. @@ -43,4 +44,4 @@ which the webpage uses to list products. ## License -[LICENSE](LICENSE) +This project is licensed under the *MIT Licese*. See [LICENSE](LICENSE) for details. |