From 360d7bed08df19c39704370c50f7dcf1e969b2c5 Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 11:25:12 +0200 Subject: [PATCH 01/13] Update python to 3.12 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 66b5de5..18b78c8 100644 --- a/environment.yml +++ b/environment.yml @@ -55,7 +55,7 @@ dependencies: - pystac-client=0.8.2 - pytest=8.3.2 - python-kaleido=0.2.1 - - python=3.11 + - python=3.12 - pyyaml=6.0.1 - rasterio=1.3.10 - rasterstats=0.19.0 From dccf425563fc99b9f682fc94ba12435e100da87e Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 11:26:38 +0200 Subject: [PATCH 02/13] Add branca and folium --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 18b78c8..54ada9e 100644 --- a/environment.yml +++ b/environment.yml @@ -12,6 +12,7 @@ dependencies: - basemap=1.4.1 - bokeh=3.5.0 - bottleneck=1.4.0 + - branca=0.8.1 - cartopy=0.23.0 - cdsapi=0.7.5 - cfgrib=0.9.14.0 @@ -21,6 +22,7 @@ dependencies: - distributed=2024.7.0 - eccodes=2.36.0 - flask=2.3.3 + - folium=0.19.5 - gdal=3.9.1 - geopandas=1.0.1 - ipykernel=6.29.5 From 8c3a977e9e04d346c4ee05de81851630af1a2de8 Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 11:27:35 +0200 Subject: [PATCH 03/13] Add regionmask and gisco-geodata --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 54ada9e..011afd6 100644 --- a/environment.yml +++ b/environment.yml @@ -61,6 +61,7 @@ dependencies: - pyyaml=6.0.1 - rasterio=1.3.10 - rasterstats=0.19.0 + - regionmask=0.13.0 - requests=2.32.3 - rio-cogeo=5.3.3 - rio-tiler=6.7.0 @@ -80,5 +81,6 @@ dependencies: - damagescanner==0.7 - earthkit-geo==0.3.0 - earthkit-plots==0.2.8 + - gisco-geodata==0.1.2 - paretoset==1.2.4 - pyDataverse==0.3.4 From f93dc4ec2a1d3bac077cc31933a6fb864118f202 Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 11:29:27 +0200 Subject: [PATCH 04/13] Add eodag, update shapely, remove incompatible basemap --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 011afd6..cdcdea2 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,6 @@ dependencies: - adlfs=2024.7.0 - affine=2.4.0 - aiohttp=3.9.5 - - basemap=1.4.1 - bokeh=3.5.0 - bottleneck=1.4.0 - branca=0.8.1 @@ -21,6 +20,7 @@ dependencies: - dask=2024.7.0 - distributed=2024.7.0 - eccodes=2.36.0 + - eodag=3.2.0 - flask=2.3.3 - folium=0.19.5 - gdal=3.9.1 @@ -69,7 +69,7 @@ dependencies: - scikit-learn=1.5.1 - scipy=1.14.0 - seaborn=0.13.2 - - shapely=2.0.4 + - shapely=2.0.6 - tqdm=4.66.4 - werkzeug=3.0.6 - xarray=2024.6.0 From 9f63bcd927bffb26cb25e7f94f062dc324bbacdd Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 11:29:57 +0200 Subject: [PATCH 05/13] Add pylandtemp and usgs --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index cdcdea2..2d7a67b 100644 --- a/environment.yml +++ b/environment.yml @@ -84,3 +84,5 @@ dependencies: - gisco-geodata==0.1.2 - paretoset==1.2.4 - pyDataverse==0.3.4 + - pylandtemp==0.0.1a1 + - git+https://github.com/kapadia/usgs@ec8b5e2e77cc020890d9dbab0fa46cb2d4867e44 From d732b303ada5ae94fc6d07c0851bddd6eecf61cc Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 11:30:24 +0200 Subject: [PATCH 06/13] Remove mplleaflet --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index 2d7a67b..aa2423d 100644 --- a/environment.yml +++ b/environment.yml @@ -38,7 +38,6 @@ dependencies: - jupyterlab=4.2.3 - localtileserver=0.10.3 - matplotlib=3.8.4 - - mplleaflet=0.0.5 - nbgitpuller=1.2.1 - netcdf4=1.7.1 - notebook=7.2.1 From e08927b9a9f4a47db3403debabccff0f6a469af6 Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 11:30:57 +0200 Subject: [PATCH 07/13] Add more earthkit packages --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index aa2423d..e436d31 100644 --- a/environment.yml +++ b/environment.yml @@ -78,7 +78,9 @@ dependencies: - xlrd=2.0.1 - pip: - damagescanner==0.7 + - earthkit-data==0.13.6 - earthkit-geo==0.3.0 + - git+https://github.com/ecmwf/earthkit-meteo.git@feature/extreme-values - earthkit-plots==0.2.8 - gisco-geodata==0.1.2 - paretoset==1.2.4 From 20ec5049a7d33821718c2844ebd550c9327216e6 Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 11:31:55 +0200 Subject: [PATCH 08/13] Update localtileserver, rio-tiler and werkzeug --- environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index e436d31..8634248 100644 --- a/environment.yml +++ b/environment.yml @@ -36,7 +36,7 @@ dependencies: - jupyterlab-git=0.50.1 - jupyterlab-myst=2.4.2 - jupyterlab=4.2.3 - - localtileserver=0.10.3 + - localtileserver=0.10.6 - matplotlib=3.8.4 - nbgitpuller=1.2.1 - netcdf4=1.7.1 @@ -63,14 +63,14 @@ dependencies: - regionmask=0.13.0 - requests=2.32.3 - rio-cogeo=5.3.3 - - rio-tiler=6.7.0 + - rio-tiler=7.6.0 - rioxarray=0.15.7 - scikit-learn=1.5.1 - scipy=1.14.0 - seaborn=0.13.2 - shapely=2.0.6 - tqdm=4.66.4 - - werkzeug=3.0.6 + - werkzeug=3.1.3 - xarray=2024.6.0 - xesmf=0.8.6 - zarr=2.18.2 From bfaf9cd43cf378c04ffedef5caf24dab541d734c Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 11:35:09 +0200 Subject: [PATCH 09/13] Update Jupyter and extensions --- environment.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index 8634248..607cb37 100644 --- a/environment.yml +++ b/environment.yml @@ -31,16 +31,16 @@ dependencies: - ipython=8.27.0 - ipywidgets=8.1.3 - jenkspy=0.4.1 - - jupyter-resource-usage=1.0.2 - - jupyter-server-proxy=4.3.0 - - jupyterlab-git=0.50.1 + - jupyter-resource-usage=1.1.1 + - jupyter-server-proxy=4.4.0 + - jupyterlab-git=0.51.0 - jupyterlab-myst=2.4.2 - - jupyterlab=4.2.3 + - jupyterlab=4.2.7 - localtileserver=0.10.6 - matplotlib=3.8.4 - nbgitpuller=1.2.1 - netcdf4=1.7.1 - - notebook=7.2.1 + - notebook=7.2.2 - numba=0.60.0 - numexpr=2.10.0 - numpy=1.26.4 From 24050a8b949bf976f96c04537a2261a94dcee3b0 Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 13:33:27 +0200 Subject: [PATCH 10/13] Rename env --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 607cb37..0728258 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: climaax_hazard +name: climaax channels: - conda-forge From a55d4cb10d1667336a5c1e27db9d3a9eed32b81c Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 13:33:38 +0200 Subject: [PATCH 11/13] Update scipy --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0728258..720911c 100644 --- a/environment.yml +++ b/environment.yml @@ -66,7 +66,7 @@ dependencies: - rio-tiler=7.6.0 - rioxarray=0.15.7 - scikit-learn=1.5.1 - - scipy=1.14.0 + - scipy=1.15.2 - seaborn=0.13.2 - shapely=2.0.6 - tqdm=4.66.4 From 4a805fd68d53cfa63f2452dc184f268ae8a31ee6 Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Thu, 3 Apr 2025 13:34:04 +0200 Subject: [PATCH 12/13] Sort zarr into alphabetical order --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 720911c..5050518 100644 --- a/environment.yml +++ b/environment.yml @@ -73,9 +73,9 @@ dependencies: - werkzeug=3.1.3 - xarray=2024.6.0 - xesmf=0.8.6 - - zarr=2.18.2 - xclim=0.50.0 - xlrd=2.0.1 + - zarr=2.18.2 - pip: - damagescanner==0.7 - earthkit-data==0.13.6 From 14968259c11eeddc26c3963dd70c73738095ea71 Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Fri, 4 Apr 2025 14:43:49 +0200 Subject: [PATCH 13/13] Use commit for paretoset until next release --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 5050518..6c9fe59 100644 --- a/environment.yml +++ b/environment.yml @@ -83,7 +83,7 @@ dependencies: - git+https://github.com/ecmwf/earthkit-meteo.git@feature/extreme-values - earthkit-plots==0.2.8 - gisco-geodata==0.1.2 - - paretoset==1.2.4 + - git+https://github.com/tommyod/paretoset@5d8f3a739eeb38fb0b63340840353ad99845a5f0 - pyDataverse==0.3.4 - pylandtemp==0.0.1a1 - git+https://github.com/kapadia/usgs@ec8b5e2e77cc020890d9dbab0fa46cb2d4867e44