Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move extra keywords from stac.py to jsonnet files #1286

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_006_BAI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ local license = spdx.proprietary;
'bai',
'modis',
'usgs',
'albedo',
'brdf',
'daily',
'global',
'mcd43a4',
'nasa',
'reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_006_EVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ local license = spdx.proprietary;
'evi',
'modis',
'usgs',
'albedo',
'brdf',
'daily',
'global',
'mcd43a4',
'nasa',
'reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_006_NDSI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ local license = spdx.proprietary;
'modis',
'ndsi',
'usgs',
'albedo',
'brdf',
'daily',
'global',
'mcd43a4',
'nasa',
'reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_006_NDVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ local license = spdx.proprietary;
'modis',
'ndvi',
'usgs',
'albedo',
'brdf',
'daily',
'global',
'mcd43a4',
'nasa',
'reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_006_NDWI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ local license = spdx.proprietary;
'modis',
'ndwi',
'usgs',
'albedo',
'brdf',
'daily',
'global',
'mcd43a4',
'nasa',
'reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_BAI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ local license = spdx.proprietary;
'bai',
'modis',
'usgs',
'16-day',
'brdf',
'global',
'mcd43a4',
'nbar',
'reflectance',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_EVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ local license = spdx.proprietary;
'evi',
'modis',
'usgs',
'16-day',
'brdf',
'global',
'mcd43a4',
'nbar',
'reflectance',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_NDSI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ local license = spdx.proprietary;
'modis',
'ndsi',
'usgs',
'16-day',
'brdf',
'global',
'mcd43a4',
'nbar',
'reflectance',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_NDVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ local license = spdx.proprietary;
'modis',
'ndvi',
'usgs',
'16-day',
'brdf',
'global',
'mcd43a4',
'nbar',
'reflectance',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 7 additions & 0 deletions catalog/MODIS/MODIS_MCD43A4_NDWI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ local license = spdx.proprietary;
'modis',
'ndwi',
'usgs',
'16-day',
'brdf',
'global',
'mcd43a4',
'nbar',
'reflectance',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MOD09GA_006_BAI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'bai',
'modis',
'usgs',
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MOD09GA_006_EVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ local license = spdx.proprietary;
'evi',
'modis',
'usgs',
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MOD09GA_006_NDSI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'modis',
'ndsi',
'usgs',
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MOD09GA_006_NDVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ local license = spdx.proprietary;
'modis',
'ndvi',
'usgs',
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MOD09GA_006_NDWI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'modis',
'ndwi',
'usgs',
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MOD09GA_BAI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'bai',
'modis',
'usgs',
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MOD09GA_EVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ local license = spdx.proprietary;
'evi',
'modis',
'usgs',
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
7 changes: 6 additions & 1 deletion catalog/MODIS/MODIS_MOD09GA_NDSI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ local license = spdx.proprietary;
'modis',
'ndsi',
'usgs',
],
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
ee.host_provider(version_config.ee_catalog_url),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MOD09GA_NDVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ local license = spdx.proprietary;
'modis',
'ndvi',
'usgs',
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MOD09GA_NDWI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'modis',
'ndwi',
'usgs',
'daily',
'global',
'mod09ga',
'surface_reflectance',
'terra',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_006_BAI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'bai',
'modis',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_006_EVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ local license = spdx.proprietary;
'evi',
'modis',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_006_NDSI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'modis',
'ndsi',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_006_NDVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ local license = spdx.proprietary;
'modis',
'ndvi',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_006_NDWI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'modis',
'ndwi',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_BAI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'bai',
'modis',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_EVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ local license = spdx.proprietary;
'evi',
'modis',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_NDSI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'modis',
'ndsi',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_NDVI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ local license = spdx.proprietary;
'modis',
'ndvi',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
5 changes: 5 additions & 0 deletions catalog/MODIS/MODIS_MYD09GA_NDWI.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ local license = spdx.proprietary;
'modis',
'ndwi',
'usgs',
'aqua',
'daily',
'global',
'myd09ga',
'surface_reflectance',
],
providers: [
ee.producer_provider('Google', 'https://earthengine.google.com/'),
Expand Down
1 change: 1 addition & 0 deletions catalog/WHBU/WHBU_NBAR_1YEAR.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
],
keywords: [
'albedo',
'annual',
'bu',
'mcd43a4',
'modis_derived',
Expand Down
1 change: 1 addition & 0 deletions catalog/WHBU/WHBU_NBAR_2YEAR.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
],
keywords: [
'albedo',
'annual',
'bu',
'mcd43a4',
'modis_derived',
Expand Down
Loading