Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaransweet authored Nov 14, 2024
2 parents 7b69e87 + 43a9efd commit 13b7758
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 27 deletions.
81 changes: 79 additions & 2 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 26 additions & 25 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,32 @@ classifiers = [
]

dependencies = [
"cftime>=1.6.3,<2.0.0",
"dask[distributed]>=2023.5.0,<2023.6.0",
"fire>=0.6.0,<1.0.0",
"fsspec>=2024.3.1,<2024.4.0",
"geopandas>=0.13.2,<1.0.0",
"h5netcdf>=1.1.0,<2.0.0",
"mapbox>=0.18.1,<1.0.0",
"matplotlib>=3.7.5,<4.0.0",
"mercantile>=1.2.1,<2.0.0",
"mkdocs>=1.5.3,<2.0.0",
"numpy>=1.24.4,<2.0.0",
"python-dotenv>=1.0.1,<2.0.0",
"pyproj>=3.5.0,<4.0.0",
"pydantic>=2.6.4,<3.0.0",
"pystac>=1.10.0,<2.0.0",
"pystac-client>=0.7.6,<1.0.0",
"pymdown-extensions>=10.7.1,<11.0.0",
"rasterio>=1.4b1,<2.0.0",
"rioxarray>=0.13.4,<1.0.0",
"seaborn>=0.13.2,<1.0.0",
"shapely>=2.0.3,<3.0.0",
"s3fs>=2024.3.1,<2024.4.0",
"xarray>=2023.1.0,<2023.2.0",
"xclim>=0.47.0,<1.0.0",
"zarr>=2.16.1,<3.0.0",
"cftime>=1.6.3,<2.0.0",
"dask[distributed]>=2023.5.0,<2023.6.0",
"fire>=0.6.0,<1.0.0",
"fsspec>=2024.3.1,<2024.4.0",
"geopandas>=0.13.2,<1.0.0",
"h5netcdf>=1.1.0,<2.0.0",
"mapbox>=0.18.1,<1.0.0",
"matplotlib>=3.7.5,<4.0.0",
"mercantile>=1.2.1,<2.0.0",
"mkdocs>=1.5.3,<2.0.0",
"numpy>=1.24.4,<2.0.0",
"python-dotenv>=1.0.1,<2.0.0",
"pyproj>=3.5.0,<4.0.0",
"pydantic>=2.6.4,<3.0.0",
"pystac>=1.10.0,<2.0.0",
"pystac-client>=0.7.6,<1.0.0",
"pymdown-extensions>=10.7.1,<11.0.0",
"rasterio>=1.4b1,<2.0.0",
"rioxarray>=0.13.4,<1.0.0",
"seaborn>=0.13.2,<1.0.0",
"shapely>=2.0.3,<3.0.0",
"s3fs>=2024.3.1,<2024.4.0",
"xarray>=2023.1.0,<2023.2.0",
"xclim>=0.47.0,<1.0.0",
"zarr>=2.16.1,<3.0.0",
"cartopy>=0.23.0",
]

[project.urls]
Expand Down
3 changes: 3 additions & 0 deletions src/hazard/onboard/rain_european_winter_storm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Data set of maximum sustained (10 metre) wind speed for various return periods, created by Freie Universität Berlin as part of the [RAIN project](https://data.4tu.nl/collections/1e84bf47-5838-40cb-b381-64d3497b3b36). The original data set provides 5, 10, 20 and 50 year return periods calculated from a generalized extreme value (GEV) fit at approx 40km resolution. This data set also adds 100 and 200 year values inferred from the GEV fit, although it should be understood that these are extrapolated values. Data is available for current period and for two future dates, 2035 and 2085 for RCP 4.5 and RCP 8.5 scenarios.
[RAIN project final report](https://data.4tu.nl/collections/1e84bf47-5838-40cb-b381-64d3497b3b36).
[RAIN windstorm probability](https://data.4tu.nl/datasets/6bd24d17-6873-4d43-9355-fe2867a2e0d0).
Loading

0 comments on commit 13b7758

Please sign in to comment.