-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdefault.yaml
More file actions
24 lines (24 loc) · 1.28 KB
/
default.yaml
File metadata and controls
24 lines (24 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# NOTICE: this is an example for the project.yaml file. Do not edit this file, copy it to project.yaml
# and edit that file. The script startup.m looks into project.yaml and, if that doesn't exist,
# looks into this file.
name: test
stopiferror: true
stopifwarning: false
recycle: on
# NOTICE If these directories are not in cwd (./), then links will be created there (by startup.m)
# This is so that there are always some valid 'data' and 'metadata' dirs in ./
# NOTICE: metadata is divided into directories corresponding to the projects and are
# saved in the git repo. If using a remote metadata dir (i.e. not inside ./), the same
# structure is created in that dir (and those metadata are NOT saved in the git repo)
# NOTICE: data is not saved in the git repo and should be properly defined in the project.yaml
# Using './data' will just create an empty dir (into where imported data will be saved)
data_dir: ./data
plot_dir: ./plot
metadata_dir: ./metadata
test_dir: ./test
#NOTICE: arbitrary <type>_dir entries can be added as needed, which can be retrieved with file.orbdir(<type>)
grace_L2_dir: ~/data/grace/L2
grace_L1B_dir: ~/data/grace/L1B
ESA_MTM_data_dir: /Volumes/data/data/ESA_MTM
ESA_MTM_stats_dir: ~/data/ESA-MTM.stats
icgem_data_dir: ~/data/icgem