File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 61
61
class StormEurope (Hazard ):
62
62
"""A hazard set containing european winter storm events. Historic storm
63
63
events can be downloaded at https://cds.climate.copernicus.eu/ and read
64
- with `from_footprints`. Weather forecasts can be automatically downloaded from
65
- https://opendata.dwd.de/ and read with from_icon_grib() . Weather forecast
64
+ with :meth: `from_footprints`. Weather forecasts can be automatically downloaded from
65
+ https://opendata.dwd.de/ and read with :meth:` from_icon_grib` . Weather forecast
66
66
from the COSMO-Consortium https://www.cosmo-model.org/ can be read with
67
- from_cosmoe_file().
67
+ :meth:`from_cosmoe_file`.
68
+
69
+ Direct links to CDS data:
70
+
71
+ * Winter windstorm indicators (1979 to 2021): https://doi.org/10.24381/cds.9b4ea013
72
+ * Synthetic windstorm events (1986 to 2011): https://doi.org/10.24381/cds.ce973f02
68
73
69
74
Attributes
70
75
----------
You can’t perform that action at this time.
0 commit comments