Skip to content

Commit f1e19f6

Browse files
Google Earth Engine Community Authorscopybara-github
authored andcommitted
Make USFS/GTAC/TreeMap/v2020 and 2022 catalog entries public.
PiperOrigin-RevId: 788146169
1 parent f853383 commit f1e19f6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

catalog/USFS/USFS_GTAC_TreeMap_v2020.jsonnet

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
1515
local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
1616

1717
{
18-
'gee:status': 'beta',
1918
'gee:user_uploaded': true,
20-
2119
stac_version: ee_const.stac_version,
2220
type: ee_const.stac_type.collection,
2321
stac_extensions: [
@@ -159,7 +157,7 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
159157
description: |||
160158
Year of the product.
161159
|||,
162-
type: ee_const.var_type.int,
160+
type: ee_const.var_type.string,
163161
},
164162
{
165163
name: 'study_area',

catalog/USFS/USFS_GTAC_TreeMap_v2022.jsonnet

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
1515
local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
1616

1717
{
18-
'gee:status': 'beta',
1918
'gee:user_uploaded': true,
20-
2119
stac_version: ee_const.stac_version,
2220
type: ee_const.stac_type.collection,
2321
stac_extensions: [
@@ -159,7 +157,7 @@ local catalog_subdir_url = ee_const.catalog_base + subdir + '/';
159157
description: |||
160158
Year of the product.
161159
|||,
162-
type: ee_const.var_type.int,
160+
type: ee_const.var_type.string,
163161
},
164162
{
165163
name: 'study_area',

0 commit comments

Comments
 (0)