Run alphaearth as embeddings and add era5 download via CDS

This commit is contained in:
Tobias Hölzer 2025-09-29 18:45:57 +02:00
parent bd48637491
commit c0c3700be8
4 changed files with 2489 additions and 1783 deletions

View file

@ -9,12 +9,16 @@ dependencies = [
"aiohttp>=3.12.11",
"bokeh>=3.7.3",
"cartopy>=0.24.1",
"cdsapi>=0.7.6",
"cyclopts>=3.17.0",
"dask>=2025.5.1",
"distributed>=2025.5.1",
"entropyc",
"earthengine-api>=1.6.9",
"eemont>=2025.7.1",
# "entropyc",
"flox>=0.10.4",
"folium>=0.19.7",
"geemap>=0.36.3",
"geopandas>=1.1.0",
"h3>=4.2.2",
"h5netcdf>=1.6.4",
@ -22,6 +26,7 @@ dependencies = [
"ipywidgets>=8.1.7",
"mapclassify>=2.9.0",
"matplotlib>=3.10.3",
"netcdf4>=1.7.2",
"numpy>=2.3.0",
"odc-geo[all]>=0.4.10",
"pyarrow>=20.0.0",
@ -39,5 +44,5 @@ dependencies = [
]
[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" }