Start redoing the dashboard

This commit is contained in:
Tobias Hölzer 2025-12-18 22:49:25 +01:00
parent d22b857722
commit f5ea72e05e
22 changed files with 2610 additions and 1448 deletions

View file

@ -62,6 +62,10 @@ dependencies = [
"xarray-histogram>=0.2.2,<0.3",
"antimeridian>=0.4.5,<0.5",
"duckdb>=1.4.2,<2",
"pydeck>=0.9.1,<0.10",
"pypalettes>=0.2.1,<0.3",
"ty>=0.0.2,<0.0.3",
"ruff>=0.14.9,<0.15", "pandas-stubs>=2.3.3.251201,<3",
]
[project.scripts]
@ -70,8 +74,7 @@ darts = "entropice.darts:cli"
alpha-earth = "entropice.alphaearth:main"
era5 = "entropice.era5:cli"
arcticdem = "entropice.arcticdem:cli"
train = "entropice.training:main"
dataset = "entropice.dataset:main"
train = "entropice.training:cli"
[build-system]
requires = ["hatchling"]
@ -126,7 +129,7 @@ entropice = { path = ".", editable = true }
dashboard = { cmd = [
"streamlit",
"run",
"src/entropice/training_analysis_dashboard.py",
"src/entropice/dashboard/app.py",
"--server.port",
"8501",
"--server.address",