Skip to content

Commit

Permalink
- updated dataset
Browse files Browse the repository at this point in the history
- added NLCD Landcover Change
  • Loading branch information
samapriya committed Oct 29, 2024
1 parent d9c1621 commit 6910e41
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions community_datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -26582,6 +26582,18 @@
"thematic_group": "Regional Land Use and Land Cover",
"thumbnail": "https://gee-community-catalog.org/thumbnails/annual_nlcd.png"
},
{
"title": "USGS Annual NLCD Land Cover Change Dataset",
"sample_code": "https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:regional-landuse-landcover/NLCD-ANNUAL-LANDCOVER",
"type": "image_collection",
"id": "projects/sat-io/open-datasets/USGS/ANNUAL_NLCD/LANDCOVER_CHANGE",
"provider": "U.S. Geological Survey (USGS)",
"tags": "Land Cover, Land Change, Landsat, Deep Learning, Annual NLCD, USGS, Environmental Monitoring",
"license": "Creative Commons Zero v1.0 Universal",
"docs": "https://gee-community-catalog.org/projects/annual_nlcd",
"thematic_group": "Regional Land Use and Land Cover",
"thumbnail": "https://gee-community-catalog.org/thumbnails/annual_nlcd.png"
},
{
"title": "USGS Annual NLCD Fractional Impervious Surface",
"sample_code": "https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:regional-landuse-landcover/NLCD-ANNUAL-LANDCOVER-LAYERS",
Expand Down
1 change: 1 addition & 0 deletions docs/projects/annual_nlcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Sample Code: https://code.earthengine.google.com/?scriptPath=users/sat-io/awesom

```js
var nlcd_landcover_confidence = ee.ImageCollection("projects/sat-io/open-datasets/USGS/ANNUAL_NLCD/LANDCOVER_CONFIDENCE");
var nlcd_landcover_change = ee.ImageCollection("projects/sat-io/open-datasets/USGS/ANNUAL_NLCD/LANDCOVER_CHANGE");
var nlcd_fractional_impervious_surface = ee.ImageCollection("projects/sat-io/open-datasets/USGS/ANNUAL_NLCD/FRACTIONAL_IMPERVIOUS_SURFACE");
var nlcd_impervious_descriptor = ee.ImageCollection("projects/sat-io/open-datasets/USGS/ANNUAL_NLCD/IMPERVIOUS_DESCRIPTOR");
var nlcd_spectral_change_doy = ee.ImageCollection("projects/sat-io/open-datasets/USGS/ANNUAL_NLCD/SPECTRAL_CHANGE_DOY");
Expand Down

0 comments on commit 6910e41

Please sign in to comment.