Create Ensemble Datasets
This commit is contained in:
parent
33c9667383
commit
67030c9f0d
10 changed files with 839 additions and 626 deletions
|
|
@ -45,7 +45,7 @@ dependencies = [
|
|||
"ultraplot>=1.63.0",
|
||||
"xanimate",
|
||||
"xarray>=2025.9.0",
|
||||
"xdggs>=0.2.1",
|
||||
"xdggs",
|
||||
"xvec>=0.5.1",
|
||||
"zarr[remote]>=3.1.3",
|
||||
"geocube>=0.7.1,<0.8",
|
||||
|
|
@ -57,12 +57,16 @@ dependencies = [
|
|||
"xgboost>=3.1.1,<4",
|
||||
"s3fs>=2025.10.0,<2026",
|
||||
"xarray-spatial",
|
||||
"cupy-xarray>=0.1.4,<0.2", "memray>=1.19.1,<2", "xarray-histogram>=0.2.2,<0.3", "antimeridian>=0.4.5,<0.5", "duckdb>=1.4.2,<2",
|
||||
"cupy-xarray>=0.1.4,<0.2",
|
||||
"memray>=1.19.1,<2",
|
||||
"xarray-histogram>=0.2.2,<0.3",
|
||||
"antimeridian>=0.4.5,<0.5",
|
||||
"duckdb>=1.4.2,<2",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
create-grid = "entropice.grids:main"
|
||||
darts = "entropice.darts:main"
|
||||
darts = "entropice.darts:cli"
|
||||
alpha-earth = "entropice.alphaearth:main"
|
||||
era5 = "entropice.era5:cli"
|
||||
arcticdem = "entropice.arcticdem:cli"
|
||||
|
|
@ -86,6 +90,7 @@ entropyc = { git = "ssh://git@github.com/AlbertEMC2Stein/entropyc", branch = "re
|
|||
entropy = { git = "ssh://git@forgejo.tobiashoelzer.de:22222/tobias/entropy.git" }
|
||||
xanimate = { git = "https://github.com/davbyr/xAnimate" }
|
||||
xdem = { git = "https://github.com/GlacioHack/xdem" }
|
||||
xdggs = { git = "https://github.com/relativityhd/xdggs", branch = "feature/make-plotting-useful" }
|
||||
xarray-spatial = { git = "https://github.com/relativityhd/xarray-spatial" }
|
||||
cudf-cu12 = { index = "nvidia" }
|
||||
cuml-cu12 = { index = "nvidia" }
|
||||
|
|
@ -136,3 +141,4 @@ cudnn = ">=9.13.1.26,<10"
|
|||
cusparselt = ">=0.8.1.1,<0.9"
|
||||
cuda-version = "12.9.*"
|
||||
rapids = ">=25.10.0,<26"
|
||||
healpix-geo = ">=0.0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue