-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathswgris.template
More file actions
45 lines (43 loc) · 1.58 KB
/
Copy pathswgris.template
File metadata and controls
45 lines (43 loc) · 1.58 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[options]
;running locally or on VM?
vm=True
; Tiles to process.
; Each tile must be in DOUBLE quotation marks; separate entries by commas
tiles=["22WEA","22WEB","22WEC","22WET","22WEU","22WEV"]
; Years to process.
years=[2016]
; Months to process.
months=[6,7,8]
; Name of pkl file (place the file in PROCESS_DIR).
classifier=Sentinel2_classifier.pkl
; Name of icemask file (place in PROCESS_DIR).
icemask=merged_mask.tif
; Sentinel-2 resolution at which to process to L2A.
resolution=20
; retrieve snicar params
retrieve_snicar_params=True
; interpolate over cloudy pixels?
interpolate_cloud=False
; interpolate to infill missing tiles
interpolate_missing_tiles=False
; run energy balance model to predict melt?
calculate_melt=False
; reduce temporal resolution of outData?
downsample_outData=False
; what resolution (in days) should outData have?
outData_resolution=3
; delete individual files after collated multi-date file created?
remove_individual_files=True
; upload outData to blob storage and delete local copy?
upload_to_blob=False
[thresholds]
; Minimum area required to be ice-covered and cloud free 0-100 (%).
minArea=40
; Cloud cover threshold, 0-100 (%) (if the probability of cloud cover
; exceeds this threshold it is considered cloudy)
cloudCoverThresh=20
[netcdf]
; Sets the author attribute of the netcdf files.
author=Joseph Cook, Aarhus University, 2021
title=Classified surface, LAP quantification, ice grain size/density and albedo maps produced from Sentinel-2 imagery of the SW Greenland Ice Sheet
predicted_legend="Snow:1; Water:2; Cryoconite:3; Clean Ice:4; Light Algae:5; Heavy Algae:6"