jjk-code-otter / climate-indicator-manager

GNU General Public License v3.0
2 stars 1 forks source link

Add precip quantile plots #232

Closed jjk-code-otter closed 1 year ago

jjk-code-otter commented 1 year ago

Plot up the precomputed percentiles produced by DWD:

https://opendata.dwd.de/climate_environment/GPCC/GPCC_Quantile/

jjk-code-otter commented 1 year ago

Added the basic functionality to fetch, read and plot the 12-month quantiles (e4bfc507720837281a3b66ceea0ead1f865902ea). The climatology period is automatically read from the config file, but needs to correspond to a period in the files.

Next need to add other period quantiles: 1, 3, 6, and 9 month quantiles.