Make era5 and alphaearth downloads work

This commit is contained in:
Tobias Hölzer 2025-10-01 14:44:24 +02:00
parent c0c3700be8
commit 2af5c011a3
6 changed files with 441 additions and 196 deletions

View file

@ -15,7 +15,7 @@ dependencies = [
"distributed>=2025.5.1",
"earthengine-api>=1.6.9",
"eemont>=2025.7.1",
# "entropyc",
"entropyc",
"flox>=0.10.4",
"folium>=0.19.7",
"geemap>=0.36.3",
@ -37,12 +37,12 @@ dependencies = [
"smart-geocubes[arcticdem,dask,stac,viz]>=0.0.9",
"stopuhr>=0.0.10",
"xanimate",
"xarray>=2025.4.0",
"xarray>=2025.9.0",
"xdggs>=0.2.1",
"xvec>=0.5.1",
"zarr[remote]>=3.0.8",
"zarr[remote]>=3.1.3",
]
[tool.uv.sources]
# entropyc = { git = "ssh://git@github.com/AlbertEMC2Stein/entropyc", branch = "refactor/tobi" }
entropyc = { git = "ssh://git@github.com/AlbertEMC2Stein/entropyc", branch = "refactor/tobi" }
xanimate = { git = "https://github.com/davbyr/xAnimate" }