Skip to content

Commit

Permalink
Add Landsat 9 to virtual product (#70)
Browse files Browse the repository at this point in the history
* Add Landsat 9 to virtual product

* add ls9c to db

* upload dump.sql

Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
robbibt and pindge authored Nov 8, 2022
1 parent 78f73b3 commit 555ba2d
Show file tree
Hide file tree
Showing 4 changed files with 1,815 additions and 319 deletions.
13 changes: 10 additions & 3 deletions configs/dea_virtual_product_landsat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ products:
oa_nbart_contiguity, oa_fmask]
gqa_iterative_mean_xy: [0, 1]
group_by: solar_day
# cloud_cover: [0, 90]

# Loads Landsat 7 data based on bands included in the `ls8_nbart` product
ls7_nbart:
Expand All @@ -28,8 +27,15 @@ products:
&ls5_nbart
<<: *ls8_nbart
product: ga_ls5t_ard_3

# Loads data from Landsat 5, 7 and 8, and combines this into a virtual

# Loads Landsat 9 data based on bands included in the `ls8_nbart` product
ls9_nbart:
recipe:
&ls9_nbart
<<: *ls8_nbart
product: ga_ls9c_ard_3

# Loads data from Landsat 5, 7, 8 and 9, and combines this into a virtual
# product containing spectral bands (blue, green, red, nir, swir1, swir2),
# a cloud masking band (fmask) and a contiguity band (contiguity).
ls_nbart:
Expand All @@ -41,6 +47,7 @@ products:
- *ls5_nbart
- *ls7_nbart
- *ls8_nbart
- *ls9_nbart
output:
blue:
formula: nbart_blue
Expand Down
Loading

0 comments on commit 555ba2d

Please sign in to comment.