forked from brendancol/poly-intersect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathendpoint_datasets.config
More file actions
31 lines (29 loc) · 940 Bytes
/
endpoint_datasets.config
File metadata and controls
31 lines (29 loc) · 940 Bytes
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
declare -A ANALYSES
G=("wdpa" "peat" "peat-pr" "land-rights" "gadm" "ifl" "aze" "plantations-by-type" "plantations" "hnd-forest" "afr-forest" "brazil-biomes")
AG=("wdpa" "peat-pr" "gadm" "peat" "ifl" "plantations-by-type")
EIG=("plantations")
A=("wdpa" "peat" "ifl" "aze" "land-rights")
IG=("none")
IA=("none")
D=("none")
AGB=("ifl" "land-rights" "peat")
AGBT=("land-rights")
ACB=("aze")
ABCB=("wdpa")
RL=("soy" "prodes")
CBY=("modis")
CBM=("viirs")
ANALYSES["geom"]=G[@]
ANALYSES["area-and-geom"]=AG[@]
ANALYSES["erase-and-intersect-geom"]=EIG[@]
ANALYSES["area"]=A[@]
ANALYSES["intersect-geom"]=IG[@]
ANALYSES["intersect-area"]=IA[@]
ANALYSES["dissolve"]=D[@]
ANALYSES["area-and-geom-buffered"]=AGB[@]
ANALYSES["area-and-geom-buffered-test"]=AGBT[@]
ANALYSES["area-and-count-buffered"]=ACB[@]
ANALYSES["area-by-category-buffered"]=ABCB[@]
ANALYSES["raster-loss"]=RL[@]
ANALYSES["count-by-year"]=CBY[@]
ANALYSES["count-by-month"]=CBM[@]