Skip to content

nsidc/seaice_ecdr

Folders and files

NameName
Last commit message
Last commit date
Sep 25, 2024
Nov 5, 2024
Nov 7, 2024
Dec 6, 2024
Nov 4, 2024
Apr 24, 2023
Aug 9, 2023
Feb 21, 2024
Dec 6, 2024
Jan 22, 2025
Oct 4, 2023
Feb 22, 2024
Sep 17, 2024
Nov 5, 2024
Sep 18, 2024
Sep 12, 2024
Dec 6, 2024
Sep 13, 2024

Repository files navigation

NSIDC logo NOAA@NSIDC logo

Enhanced Sea Ice CDR

Enhanced SeaIce CDR (ECDR) enables the creation of the 12.5km SeaIce CDR.

Please note that this repository is a work in progress and breaking changes are to be expected. Initial work on this repository is specific to NSIDC's internal systems and may not work as expected for external collaborators.

Level of Support

  • This repository is not actively supported by NSIDC but we welcome issue submissions and pull requests in order to foster community contribution.

See the LICENSE for details on permissions and warranties. Please contact [email protected] for more information.

Requirements and installation

This code relies on the python packages defined in the included environment.yml file.

Use conda or mamba to install the requirements:

$ conda env create

To activate the environment:

$ conda activate pm_tb_data

Usage

seaice_ecdr is primarily interacted with through it's CLI. To utilize the CLI, use the provided scripts/cli.sh:

$ ./scripts/cli.sh  --help
Usage: python -m seaice_ecdr.cli.entrypoint [OPTIONS] COMMAND [ARGS]...

  Run the Sea Ice EDCDR.

Options:
  --help  Show this message and exit.

Commands:
  idecdr  Run the initial daily ECDR algorithm with AMSR2 data.
  nrt     Run NRT Sea Ice ECDR.

Logging

By default, logs are written to disk at /share/apps/G02202_V5/{ECDR_PRODUCT_VERSION}/{YYYY-MM-DD}.log. Up to 31 of these logs can exist at once (older log files get removed).

During large re-processing efforts, it may be desirable to temporarily disable logging to improve processing speed and reduce disk usage. To do so, set the DISABLE_FILE_LOGGING envvar to TRUE.

export DISABLE_FILE_LOGGING=TRUE

Development/contributing

See doc/development.md for more information.

License

See LICENSE.

Code of Conduct

See Code of Conduct.

Credit

This software was developed by the National Snow and Ice Data Center with funding from NOAA.