Skip to content

Commit

Permalink
Dev icenet-ai#186: linking to download toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
JimCircadian committed Jan 25, 2024
1 parent bef4897 commit 4713544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion icenet/data/sic/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from icenet.data.cli import download_args
from icenet.data.producers import Generator
from icenet.utils import run_command
from icenet.data.sic.utils import SIC_HEMI_STR
from download_toolbox.utils import SIC_HEMI_STR
"""Sea Ice Masks
"""
Expand Down
13 changes: 3 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies = [
"cfgrib",
"dask",
"distributed",
"download-toolbox @ git+https://github.com/antarctica/download-toolbox@icenet_v0.3.0_dev",
"eccodes",
"ecmwf-api-client",
"h5py",
Expand Down Expand Up @@ -54,15 +55,6 @@ classifiers = [
]

[project.scripts]
icenet_data_masks = "icenet.data.sic.mask:main"
icenet_data_cmip = "icenet.data.interfaces.esgf:main"
icenet_data_era5 = "icenet.data.interfaces.cds:main"
icenet_data_oras5 = "icenet.data.interfaces.cmems:main"
icenet_data_hres = "icenet.data.interfaces.mars:hres_main"
icenet_data_seas = "icenet.data.interfaces.mars:seas_main"
icenet_data_sic = "icenet.data.sic.osisaf:main"
icenet_data_reproc_monthly = "icenet.data.interfaces.utils:reprocess_main"
icenet_data_add_time_dim = "icenet.data.interfaces.utils:add_time_dim_main"
icenet_process_cmip = "icenet.data.processors.cmip:main"
icenet_process_era5 = "icenet.data.processors.era5:main"
icenet_process_oras5 = "icenet.data.processors.oras5:main"
Expand Down Expand Up @@ -109,7 +101,8 @@ dev = [
"pytest",
"black",
"build",
"importlib_metadata"
"importlib_metadata",
"pre-commit",
]
docs = [
"jinja2",
Expand Down

0 comments on commit 4713544

Please sign in to comment.