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

Updating v2023.9 lcms with tags #1247

Open
wants to merge 3 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
26 changes: 14 additions & 12 deletions catalog/USFS/USFS_GTAC_LCMS_v2023-9.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,25 @@ local license = spdx.proprietary;
questions or specific data requests.
|||,
license: license.id,
links: ee.standardLinks(subdir, id) + version_config.version_links,
links: ee.standardLinks(subdir, id) + [
{
rel: ee_const.rel.cite_as,
href: 'https://data.fs.usda.gov/geodata/rastergateway/LCMS/index.php',
},
] + version_config.version_links,
keywords: [
'lcms',
'usda',
'usfs',
'change_detection',
'landcover',
'landuse',
'forest',
'landsat',
'sentinel',
'landsat-derived',
'sentinel-derived',
'time_series',
'gtac',
'usda',
'usfs',
'redcastle_resources',
],
providers: [
ee.producer_provider('USDA Forest Service (USFS) Geospatial Technology and Applications Center (GTAC)', 'https://apps.fs.usda.gov/lcms-viewer/'),
Expand Down Expand Up @@ -505,11 +512,11 @@ local license = spdx.proprietary;
name: 'Land_Cover_Raw_Probability_Barren-or-Impervious',
description: |||
Raw LCMS modeled probability of Barren or Impervious. Defined as: The majority of the pixel
is comprised of 1) bare soil exposed by disturbance (e.g., soil uncovered by mechanical
is comprised of 1.) bare soil exposed by disturbance (e.g., soil uncovered by mechanical
clearing or forest harvest), as well as perennially barren areas such as deserts, playas,
rock outcroppings (including minerals and other geologic materials exposed by surface mining
activities), sand dunes, salt flats, and beaches. Roads made of dirt and gravel are also
considered barren or 2) man-made materials that water cannot penetrate, such as paved roads,
considered barren or 2.) man-made materials that water cannot penetrate, such as paved roads,
rooftops, and parking lots.
|||,
},
Expand Down Expand Up @@ -878,11 +885,6 @@ local license = spdx.proprietary;

USDA Forest Service. 2024. USFS Landscape Change Monitoring System v2023.9
(Conterminous United States and Outer Conterminous United States). Salt Lake City, Utah.

Note

* [https://data.fs.usda.gov/geodata/rastergateway/LCMS/index.php](https://data.fs.usda.gov/geodata/rastergateway/LCMS/index.php) is the preferred link for citations

|||,
'gee:user_uploaded': true,
}
Loading