Restructure to steps

This commit is contained in:
Tobias Hölzer 2025-10-21 18:42:01 +02:00
parent 2af5c011a3
commit ce4c728e1a
10 changed files with 1377 additions and 640 deletions

View file

@ -10,7 +10,7 @@ dependencies = [
"bokeh>=3.7.3",
"cartopy>=0.24.1",
"cdsapi>=0.7.6",
"cyclopts>=3.17.0",
"cyclopts>=4.0.0",
"dask>=2025.5.1",
"distributed>=2025.5.1",
"earthengine-api>=1.6.9",
@ -34,7 +34,8 @@ dependencies = [
"rich>=14.0.0",
"rioxarray>=0.19.0",
"scipy>=1.15.3",
"smart-geocubes[arcticdem,dask,stac,viz]>=0.0.9",
"seaborn>=0.13.2",
"smart-geocubes[gee,dask,stac,viz]>=0.0.9",
"stopuhr>=0.0.10",
"xanimate",
"xarray>=2025.9.0",
@ -43,6 +44,14 @@ dependencies = [
"zarr[remote]>=3.1.3",
]
[project.scripts]
create-grid = "steps.s0_0_grids.create_grid:main"
alpha-earth = "steps.s1_0_alphaearth.alphaearth:main"
era5 = "steps.s1_1_era5.era5:cli"
[tool.uv]
package = true
[tool.uv.sources]
entropyc = { git = "ssh://git@github.com/AlbertEMC2Stein/entropyc", branch = "refactor/tobi" }
xanimate = { git = "https://github.com/davbyr/xAnimate" }