Skip to content

Commit 4f2b594

Browse files
committed
Upload a Python script to batch processing data by VIC RF solution
1 parent a04d9a0 commit 4f2b594

File tree

2 files changed

+454
-0
lines changed

2 files changed

+454
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
output_folder: s3://dea-public-data-dev/projects/vic_rf/derivative
2+
3+
input_products:
4+
platform: ls
5+
geomed_name: ga_ls8c_nbart_gm_4cyear_2016
6+
wofs_summary_name: ga_ls_wo_fq_cyear_3
7+
input_gm_bands:
8+
- red
9+
- green
10+
- blue
11+
- nir
12+
- swir1
13+
- swir2
14+
15+
product:
16+
name: ga_ls8c_nbart_vic_rf_cyear_3
17+
short_name: ga_ls8c_nbart_vic_rf_cyear_3
18+
version: 3.0.0
19+
product_family: vic_rf
20+
bands:
21+
- wofsstartdate
22+
- wofsseverity
23+
- wofssevere
24+
- wofsmoderate
25+
- wofsduration
26+
- wofscorroborate
27+
- wofscleaned
28+
- count
29+
inherit_skip_properties:
30+
- eo:cloud_cover
31+
- fmask:clear
32+
- fmask:snow
33+
- fmask:cloud
34+
- fmask:water
35+
- fmask:cloud_shadow
36+
- eo:sun_elevation
37+
- eo:sun_azimuth
38+
- gqa:iterative_stddev_x
39+
- gqa:iterative_stddev_y
40+
- gqa:iterative_stddev_xy
41+
- gqa:stddev_xy
42+
- gqa:stddev_x
43+
- gqa:stddev_y
44+
- gqa:mean_xy
45+
- gqa:mean_x
46+
- gqa:mean_y
47+
- gqa:abs_xy
48+
- gqa:abs_x
49+
- gqa:abs_y
50+
- gqa:abs_iterative_mean_y
51+
- gqa:abs_iterative_mean_x
52+
- gqa:abs_iterative_mean_xy
53+
- gqa:iterative_mean_xy
54+
- gqa:iterative_mean_x
55+
- gqa:iterative_mean_y
56+
- gqa:cep90
57+
- landsat:landsat_product_id
58+
- landsat:landsat_scene_id
59+
- landsat:collection_category
60+
- landsat:collection_number
61+
- landsat:wrs_path
62+
- landsat:wrs_row
63+
- fmask:clear
64+
thumbnail_styling:
65+
index_function:
66+
function: datacube_ows.band_utils.single_band
67+
kwargs:
68+
band: wofssevere
69+
mapped_bands: true
70+
mpl_ramp: Oranges
71+
name: ga_ls8c_nbart_vic_rf_cyear_3
72+
needed_bands:
73+
- wofssevere
74+
range:
75+
- 0
76+
- 1
77+
78+
task_table: 10-year-historical-processing-4year-geomad.csv

0 commit comments

Comments
 (0)