-
Notifications
You must be signed in to change notification settings - Fork 5
/
settings_harvest.yaml
41 lines (34 loc) · 1.13 KB
/
settings_harvest.yaml
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
# Basic settings file for the Geodata-Harvester w/o GEE.
# Path to the input file containing the site locations:
infile: data/example-site_llara.csv
# Path to output directory (will be created if it doesn't exist):
outpath: results_example_harvest/
# Column names for latitude and longitude in input file:
colname_lat: Lat
colname_lng: Long
# Bounding box: Left (min Long), Bottom (min Lat), Right (max Long), Top (max Lat)
target_bbox: [149.769345, -30.335861, 149.949173, -30.206271]
# Resolution of data download in arcseconds (1 arcsec ~ 30m)
target_res: 6.0
# Start date and end date of image collection
date_min : 2022-10-01
date_max : 2022-11-30
# Number of time intervals to split the image collection into
time_intervals : 2
# List of data sources to download
# see https://github.com/Sydney-Informatics-Hub/geodata-harvester#-data-sources
target_sources:
DEA:
- landsat_barest_earth
- ga_ls_ard_3
DEM:
- DEM
Landscape: [Slope, Aspect]
Radiometric:
- radmap2019_grid_dose_terr_awags_rad_2019
- radmap2019_grid_dose_terr_filtered_awags_rad_2019
SILO:
monthly_rain: sum
SLGA:
Bulk_Density: [0-5cm]
Clay: [0-5cm]