Skip to content

Commit

Permalink
wo summaries config update for reprocessing (#1240)
Browse files Browse the repository at this point in the history
* exclude ls9 wo pre-2022

* include 1986 in wo summaries

* correct wo seasonal frequency

* cover 2022 in nov2mar for wo fq

* move wo summaries config to prod

* alter wo summaries config for 2022 onward

* update wo myear config

* correct wo fq myear version

* include ls9 wo for ALL wo summaries

---------

Co-authored-by: Emma Ai <emma.ai@ga.gov.au>
  • Loading branch information
emmaai and Emma Ai authored Jun 13, 2024
1 parent 6aa5104 commit 999ec7e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ plugin: wofs-summary # this can help system find the relative plugin and plugin
plugin_config:
cloud_filters:
cloud:
- [dilation, 5]
- [dilation, 6]
cloud_shadow:
- [dilation, 10]
- [dilation, 6]
transform_code: EPSG:9688
area_of_interest: [-180, -90, 180, 90] # accommodate the fact of 326xx not intersecting 3577 in LS

product:
name: ga_ls_wo_fq_apr_oct_3
short_name: ga_ls_wo_fq_apr_oct_3
version: 1.6.0
version: 2.0.0
product_family: wo

# -- EO Dataset3 relative section --
Expand Down Expand Up @@ -112,9 +112,9 @@ cog_opts:
zlevel: 9
apply_eodatasets3: True
output_location: >-
s3://dea-public-data-dev/derivative/ga_ls_wo_fq_apr_oct_3/1-6-0
s3://dea-public-data-dev/derivative/ga_ls_wo_fq_apr_oct_3/2-0-0
# save-tasks options
input_products: ga_ls_wo_3
frequency: seasonal
grid: au-30
frequency: apr-oct
grid: au_extended_30
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ plugin: wofs-summary # this can help system find the relative plugin and plugin
plugin_config:
cloud_filters:
cloud:
- [dilation, 5]
- [dilation, 6]
cloud_shadow:
- [dilation, 10]
- [dilation, 6]
transform_code: EPSG:9688
area_of_interest: [-180, -90, 180, 90] # accommodate the fact of 326xx not intersecting 3577 in LS

product:
name: ga_ls_wo_fq_cyear_3
short_name: ga_ls_wo_fq_cyear_3
version: 1.6.0
version: 2.0.0
product_family: wo

# -- EO Dataset3 relative section --
Expand Down Expand Up @@ -113,9 +113,9 @@ cog_opts:
zlevel: 9
apply_eodatasets3: True
output_location: >-
s3://dea-public-data-dev/derivative/ga_ls_wo_fq_cyear_3/1-6-0
s3://dea-public-data-dev/derivative/ga_ls_wo_fq_cyear_3/2-0-0
# save-tasks options
input_products: ga_ls_wo_3
frequency: annual
grid: au-30
grid: au_extended_30
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ plugin: wofs-summary # this can help system find the relative plugin and plugin
plugin_config:
cloud_filters:
cloud:
- [dilation, 5]
- [dilation, 6]
cloud_shadow:
- [dilation, 10]
- [dilation, 6]
transform_code: EPSG:9688
area_of_interest: [-180, -90, 180, 90] # accommodate the fact of 326xx not intersecting 3577 in LS

product:
name: ga_ls_wo_fq_fyear_3
short_name: ga_ls_wo_fq_fyear_3
version: 1.6.0
version: 2.0.0
product_family: wo

# -- EO Dataset3 relative section --
Expand Down Expand Up @@ -113,9 +113,9 @@ cog_opts:
zlevel: 9
apply_eodatasets3: True
output_location: >-
s3://dea-public-data-dev/derivative/ga_ls_wo_fq_fyear_3/1-6-0
s3://dea-public-data-dev/derivative/ga_ls_wo_fq_fyear_3/2-0-0
# save-tasks options
input_products: ga_ls_wo_3
frequency: annual-fy
grid: au-30
grid: au_extended_30
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugin: wofs-summary-fh # this can help system find the relative plugin and plug
product:
name: ga_ls_wo_fq_myear_3
short_name: ga_ls_wo_fq_myear_3
version: 1.6.0
version: 2.0.0
product_family: wo

# -- EO Dataset3 relative section --
Expand Down Expand Up @@ -109,3 +109,10 @@ s3_acl: public-read
cog_opts:
zlevel: 9
apply_eodatasets3: True
output_location: >-
s3://dea-public-data-dev/derivative/ga_ls_wo_fq_myear_3/2-0-0
input_products: ga_ls_wo_fq_cyear_3
frequency: all
grid: au_extended_30
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ plugin: wofs-summary # this can help system find the relative plugin and plugin
plugin_config:
cloud_filters:
cloud:
- [dilation, 5]
- [dilation, 6]
cloud_shadow:
- [dilation, 10]
- [dilation, 6]
transform_code: EPSG:9688
area_of_interest: [-180, -90, 180, 90] # accommodate the fact of 326xx not intersecting 3577 in LS

product:
name: ga_ls_wo_fq_nov_mar_3
short_name: ga_ls_wo_fq_nov_mar_3
version: 1.6.0
version: 2.0.0
product_family: wo

# -- EO Dataset3 relative section --
Expand Down Expand Up @@ -112,9 +112,9 @@ cog_opts:
zlevel: 9
apply_eodatasets3: True
output_location: >-
s3://dea-public-data-dev/derivative/ga_ls_wo_fq_nov_mar_3/1-6-0
s3://dea-public-data-dev/derivative/ga_ls_wo_fq_nov_mar_3/2-0-0
# save-tasks options
input_products: ga_ls_wo_3
frequency: seasonal
grid: au-30
frequency: nov-mar
grid: au_extended_30

0 comments on commit 999ec7e

Please sign in to comment.