Add an inference map
This commit is contained in:
parent
150f14ed52
commit
fb522ddad5
6 changed files with 580 additions and 251 deletions
|
|
@ -49,7 +49,9 @@ dependencies = [
|
|||
"xvec>=0.5.1",
|
||||
"zarr[remote]>=3.1.3",
|
||||
"geocube>=0.7.1,<0.8",
|
||||
"streamlit>=1.50.0,<2", "altair[all]>=5.5.0,<6", "h5netcdf>=1.7.3,<2",
|
||||
"streamlit>=1.50.0,<2",
|
||||
"altair[all]>=5.5.0,<6",
|
||||
"h5netcdf>=1.7.3,<2", "streamlit-folium>=0.25.3,<0.26",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
@ -57,7 +59,8 @@ create-grid = "entropice.grids:main"
|
|||
darts = "entropice.darts:main"
|
||||
alpha-earth = "entropice.alphaearth:main"
|
||||
era5 = "entropice.era5:cli"
|
||||
train = "entropice.training:cli"
|
||||
train = "entropice.training:main"
|
||||
dataset = "entropice.dataset:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue