ocean_model_skill_assessor.paths¶
Create paths, and handle file locations and vocabulary files.
Classes
|
Object to manage paths |
- class ocean_model_skill_assessor.paths.Paths(project_name=None, cache_dir=None)[source]¶
Bases:
objectObject to manage paths
- Attributes:
ALPHA_PATHReturn path to alphashape polygon.
LOG_PATHReturn path to vocab.
MODEL_CACHE_DIRReturn path to model cache directory.
OUT_DIRReturn path to output directory.
PROCESSED_CACHE_DIRReturn path to processed data-model directory.
PROJ_DIRReturn path to project directory.
VOCAB_DIRWhere 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.
- property LOG_PATH¶
Return path to vocab.
- 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.