Skip to content

Commit

Permalink
Change WRI natural lands image collection entry to an image, as there…
Browse files Browse the repository at this point in the history
… is only one year.

PiperOrigin-RevId: 728218925
  • Loading branch information
simonff authored and copybara-github committed Feb 18, 2025
1 parent 2543618 commit 6c333b8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local id = 'WRI/SBTN/naturalLands/v1';
local id = 'WRI/SBTN/naturalLands/v1/2020';
local subdir = 'WRI';

local ee_const = import 'earthengine_const.libsonnet';
Expand All @@ -21,7 +21,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
id: id,
title: 'SBTN Natural Lands Map v1',
version: 'v1',
'gee:type': ee_const.gee_type.image_collection,
'gee:type': ee_const.gee_type.image,
description: |||
The SBTN Natural Lands Map v1 is a 2020 baseline map of natural and
non-natural land covers intended for use by companies setting
Expand Down Expand Up @@ -147,10 +147,5 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
Material. Science Based Targets Network.
[https://sciencebasedtargetsnetwork.org/wp-content/uploads/2024/09/Technical-Guidance-2024-Step3-Land-v1-Natural-Lands-Map.pdf](https://sciencebasedtargetsnetwork.org/wp-content/uploads/2024/09/Technical-Guidance-2024-Step3-Land-v1-Natural-Lands-Map.pdf)
|||,
'gee:interval': {
type: 'cadence',
unit: 'year',
interval: 1,
},
'gee:terms_of_use': ee.gee_terms_of_use(license),
}
2 changes: 1 addition & 1 deletion catalog/WRI/catalog.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ local self_url = base_url + base_filename;
ee.link.child_collection('WRI_GFW_FORMA_thresholds', base_url),
ee.link.child_collection('WRI_GFW_FORMA_vegetation_tstats', base_url),
ee.link.child_collection('WRI_GPPD_power_plants', base_url),
ee.link.child_collection('WRI_SBTN_naturalLands_v1', base_url),
ee.link.child_collection('WRI_SBTN_naturalLands_v1_2020', base_url),
],
}
File renamed without changes.
2 changes: 1 addition & 1 deletion non_commercial_datasets.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
'projects/forestdatapartnership/assets/rubber',
'UN/Geodata/BNDA_simplified/current',
'WCMC/WDOECM',
'WRI/SBTN/naturalLands/v1',
'WRI/SBTN/naturalLands/v1/2020',
]

0 comments on commit 6c333b8

Please sign in to comment.