Refactor non-dashboard modules
This commit is contained in:
parent
907e907856
commit
45bc61e49e
22 changed files with 122 additions and 186 deletions
|
|
@ -70,12 +70,12 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.scripts]
|
||||
create-grid = "entropice.grids:main"
|
||||
darts = "entropice.darts:cli"
|
||||
alpha-earth = "entropice.alphaearth:main"
|
||||
era5 = "entropice.era5:cli"
|
||||
arcticdem = "entropice.arcticdem:cli"
|
||||
train = "entropice.training:cli"
|
||||
create-grid = "entropice.spatial.grids:main"
|
||||
darts = "entropice.ingest.darts:cli"
|
||||
alpha-earth = "entropice.ingest.alphaearth:main"
|
||||
era5 = "entropice.ingest.era5:cli"
|
||||
arcticdem = "entropice.ingest.arcticdem:cli"
|
||||
train = "entropice.ml.training:cli"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue