From d91cf684583726c8ba9f099051c2145fadd173a9 Mon Sep 17 00:00:00 2001 From: elise-mazur <58054039+elise-mazur@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:45:03 -0700 Subject: [PATCH 1/4] Update author order of WRI_SBTN_naturalLands_v1 --- catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet b/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet index e295fe131..a4b194388 100644 --- a/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet +++ b/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet @@ -141,8 +141,8 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename; natural: {minimum: 0, maximum: 1, 'gee:estimated_range': false}, }, 'sci:citation': ||| - Mazur, E., M. Sims, E. Goldman, M. Schneider, M.D. Pirri, C.R. Beatty, F. - Stolle, Stevenson, M. 2024. "SBTN Natural Lands Map v1: Technical + Mazur, E., M. Sims, E. Goldman, M. Schneider, F. Stolle, M.D. Pirri, C.R. Beatty, + M. Stevenson, 2024. "SBTN Natural Lands Map v1: Technical Documentation". Science Based Targets for Land Version 1 - Supplementary 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) From 09b078c7d0dfd5f1793f216818d9eee996247626 Mon Sep 17 00:00:00 2001 From: elise-mazur <58054039+elise-mazur@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:53:23 -0700 Subject: [PATCH 2/4] Update type to image of WRI_SBTN_naturalLands_v1 --- catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet b/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet index a4b194388..a8c425e63 100644 --- a/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet +++ b/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet @@ -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 From f55bbcb6cf093d2a5a0ab7db220790ab62fe4625 Mon Sep 17 00:00:00 2001 From: elise-mazur <58054039+elise-mazur@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:29:05 -0700 Subject: [PATCH 3/4] Update to remove cadence property WRI_SBTN_naturalLands_v1 --- catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet | 1 - 1 file changed, 1 deletion(-) diff --git a/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet b/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet index a8c425e63..fa20e6f8b 100644 --- a/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet +++ b/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet @@ -148,7 +148,6 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename; [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, }, From 20355d02d1d761de93c1e952e6e211394dbc23a0 Mon Sep 17 00:00:00 2001 From: elise-mazur <58054039+elise-mazur@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:43:50 -0700 Subject: [PATCH 4/4] remove interval from WRI_SBTN_naturalLands_v1 --- catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet | 4 ---- 1 file changed, 4 deletions(-) diff --git a/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet b/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet index fa20e6f8b..9cccfc060 100644 --- a/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet +++ b/catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet @@ -147,9 +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': { - unit: 'year', - interval: 1, - }, 'gee:terms_of_use': ee.gee_terms_of_use(license), }