Skip to content

Commit f8bd4f6

Browse files
simonffcopybara-github
authored andcommitted
Clean up Landsat composites DDs:
1. Remove the 'derived' metadata from them and index them all normally. 2. Make them use the "landsat-composite" tag in addition to "landsat" to have a separate tag page for them 3. Add a few more keywords. 4. Change the NDWI dataset category to surface-ground-water PiperOrigin-RevId: 829854441
1 parent c541182 commit f8bd4f6

18 files changed

+33
-20
lines changed

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_32DAY.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
4444
'gee:categories': ['satellite-imagery'],
4545
keywords: [
4646
'landsat',
47+
'landsat-composite',
4748
'sr',
4849
'usgs',
4950
],
@@ -114,5 +115,4 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
114115
'gee:min_zoom_level': 4,
115116
'gee:interval': {type: 'cadence', unit: 'day', interval: 32},
116117
'gee:terms_of_use': importstr 'terms_of_use.md',
117-
'gee:is_derived': true,
118118
}

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_32DAY_BAI.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
4949
keywords: [
5050
'bai',
5151
'landsat',
52+
'landsat-composite',
53+
'fire',
5254
'usgs',
5355
],
5456
providers: [
@@ -91,5 +93,4 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
9193
'gee:min_zoom_level': 4,
9294
'gee:interval': {type: 'cadence', unit: 'day', interval: 32},
9395
'gee:terms_of_use': importstr 'terms_of_use.md',
94-
'gee:is_derived': true,
9596
}

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_32DAY_EVI.jsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
4848
keywords: [
4949
'evi',
5050
'landsat',
51+
'landsat-composite',
52+
'vegetation',
5153
'usgs',
5254
],
5355
providers: [

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_32DAY_NBR.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
4646
'gee:categories': ['vegetation-indices'],
4747
keywords: [
4848
'landsat',
49+
'landsat-composite',
50+
'fire',
4951
'nbrt',
5052
'usgs',
5153
],
@@ -93,5 +95,4 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
9395
'gee:min_zoom_level': 4,
9496
'gee:interval': {type: 'cadence', unit: 'day', interval: 32},
9597
'gee:terms_of_use': importstr 'terms_of_use.md',
96-
'gee:is_derived': true,
9798
}

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_32DAY_NDVI.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
4545
'gee:categories': ['vegetation-indices'],
4646
keywords: [
4747
'landsat',
48+
'landsat-composite',
49+
'vegetation',
4850
'ndvi',
4951
'usgs',
5052
],
@@ -112,5 +114,4 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
112114
'gee:min_zoom_level': 4,
113115
'gee:interval': {type: 'cadence', unit: 'day', interval: 32},
114116
'gee:terms_of_use': importstr 'terms_of_use.md',
115-
'gee:is_derived': true,
116117
}

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_32DAY_NDWI.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
4646
license: license.id,
4747
links: ee.standardLinks(subdir, id) + [
4848
],
49-
'gee:categories': ['vegetation-indices'],
49+
'gee:categories': ['surface-ground-water'],
5050
keywords: [
5151
'landsat',
52+
'landsat-composite',
5253
'ndwi',
5354
'usgs',
5455
],
@@ -99,5 +100,4 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
99100
'gee:min_zoom_level': 4,
100101
'gee:interval': {type: 'cadence', unit: 'day', interval: 32},
101102
'gee:terms_of_use': importstr 'terms_of_use.md',
102-
'gee:is_derived': true,
103103
}

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_8DAY.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
4444
'gee:categories': ['satellite-imagery'],
4545
keywords: [
4646
'landsat',
47+
'landsat-composite',
4748
'sr',
4849
'usgs',
4950
],
@@ -114,5 +115,4 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
114115
'gee:min_zoom_level': 4,
115116
'gee:interval': {type: 'cadence', unit: 'day', interval: 8},
116117
'gee:terms_of_use': importstr 'terms_of_use.md',
117-
'gee:is_derived': true,
118118
}

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_8DAY_BAI.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
5151
keywords: [
5252
'bai',
5353
'landsat',
54+
'landsat-composite',
55+
'fire',
5456
'usgs',
5557
],
5658
providers: [
@@ -93,5 +95,4 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
9395
'gee:min_zoom_level': 4,
9496
'gee:interval': {type: 'cadence', unit: 'day', interval: 8},
9597
'gee:terms_of_use': importstr 'terms_of_use.md',
96-
'gee:is_derived': true,
9798
}

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_8DAY_EVI.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
4848
keywords: [
4949
'evi',
5050
'landsat',
51+
'landsat-composite',
52+
'vegetation',
5153
'usgs',
5254
],
5355
providers: [
@@ -109,5 +111,4 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
109111
'gee:min_zoom_level': 4,
110112
'gee:interval': {type: 'cadence', unit: 'day', interval: 8},
111113
'gee:terms_of_use': importstr 'terms_of_use.md',
112-
'gee:is_derived': true,
113114
}

catalog/LANDSAT/LANDSAT_COMPOSITES_C02_T1_L2_8DAY_NBR.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
4646
'gee:categories': ['vegetation-indices'],
4747
keywords: [
4848
'landsat',
49+
'landsat-composite',
50+
'fire',
4951
'nbrt',
5052
'usgs',
5153
],
@@ -93,5 +95,4 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
9395
'gee:min_zoom_level': 4,
9496
'gee:interval': {type: 'cadence', unit: 'day', interval: 8},
9597
'gee:terms_of_use': importstr 'terms_of_use.md',
96-
'gee:is_derived': true,
9798
}

0 commit comments

Comments
 (0)