Skip to content
Snippets Groups Projects
Commit 5eac8960 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Use new naming convention.

parent 72a3bc7c
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ if not PLOT_PATH.exists():
# path to the datasets on the current machine
# DRIVE_PATH = pathlib.Path('C:/Eurac/Projects/CCISNOW/Datasets/')
# DRIVE_PATH = pathlib.Path('F:/Studium/SS 2020/Datasets/')
# DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets') # nopep8
DRIVE_PATH = pathlib.Path('/home/dfrisinghelli/Datasets')
DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets') # nopep8
# DRIVE_PATH = pathlib.Path('/home/dfrisinghelli/Datasets')
# name and paths to the datasets
DATASETS = {'Sparcs': {'root_dir': DRIVE_PATH.joinpath('Sparcs'),
......@@ -45,7 +45,7 @@ DATASETS = {'Sparcs': {'root_dir': DRIVE_PATH.joinpath('Sparcs'),
}
# spectral bands to plot distribution
BANDS = ['aerosol', 'blue', 'green', 'red', 'nir', 'cirrus', 'swir1', 'swir2']
BANDS = ['ublue', 'blue', 'green', 'red', 'nir', 'cirrus', 'swir1', 'swir2']
# plot parameters
FIGSIZE = (16, 9)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment