File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
1515local 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' ,
Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
1515local 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' ,
You can’t perform that action at this time.
0 commit comments