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

Update to metadata for WRI SBTN naturalLands_v1 #1140

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
11 changes: 3 additions & 8 deletions catalog/WRI/WRI_SBTN_naturalLands_v1.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -141,16 +141,11 @@ 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)
|||,
'gee:interval': {
type: 'cadence',
unit: 'year',
interval: 1,
},
'gee:terms_of_use': ee.gee_terms_of_use(license),
}
Loading