ocean_model_skill_assessor.paths#

Create paths, and handle file locations and vocabulary files.

Classes

Paths([project_name, cache_dir])

Object to manage paths

class ocean_model_skill_assessor.paths.Paths(project_name=None, cache_dir=None)[source]#

Bases: object

Object to manage paths

Attributes:
ALPHA_PATH

Return path to alphashape polygon.

LOG_PATH

Return path to vocab.

MODEL_CACHE_DIR

Return path to model cache directory.

OUT_DIR

Return path to output directory.

PROCESSED_CACHE_DIR

Return path to processed data-model directory.

PROJ_DIR

Return path to project directory.

VOCAB_DIR

Where to store and find vocabularies.

Methods

CAT_PATH(cat_name)

Return path to catalog.

MASK_PATH(key_variable)

Return path to mask cache for key_variable.

VOCAB_PATH(vocab_name)

Return path to vocab.

property ALPHA_PATH#

Return path to alphashape polygon.

CAT_PATH(cat_name)[source]#

Return path to catalog.

property LOG_PATH#

Return path to vocab.

MASK_PATH(key_variable)[source]#

Return path to mask cache for key_variable.

property MODEL_CACHE_DIR#

Return path to model cache directory.

property OUT_DIR#

Return path to output directory.

property PROCESSED_CACHE_DIR#

Return path to processed data-model directory.

property PROJ_DIR#

Return path to project directory.

property VOCAB_DIR#

Where to store and find vocabularies. Come from an initial set.

VOCAB_PATH(vocab_name)[source]#

Return path to vocab.