Skip to content

Commit

Permalink
updates for PR earthengine-catalog/pull/997 suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhass-neon committed May 28, 2024
1 parent 696274d commit 7205946
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
3 changes: 2 additions & 1 deletion catalog/catalog.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ local self_url = base_url + base_filename;
ee.link.child_catalog('CIESIN', base_url),
ee.link.child_catalog('COPERNICUS', base_url),
ee.link.child_catalog('CPOM', base_url),
ee.link.child_catalog('CSIC', base_url),
ee.link.child_catalog('CSIRO', base_url),
ee.link.child_catalog('CSP', base_url),
ee.link.child_catalog('DLR', base_url),
Expand Down Expand Up @@ -75,7 +76,6 @@ local self_url = base_url + base_filename;
ee.link.child_catalog('NOAA', base_url),
ee.link.child_catalog('NRCan', base_url),
ee.link.child_catalog('OREGONSTATE', base_url),
ee.link.child_catalog('ORTHO', base_url),
ee.link.child_catalog('OSU', base_url),
ee.link.child_catalog('OpenET', base_url),
ee.link.child_catalog('OpenLandMap', base_url),
Expand All @@ -86,6 +86,7 @@ local self_url = base_url + base_filename;
ee.link.child_catalog('SNU', base_url),
ee.link.child_catalog('Slovakia', base_url),
ee.link.child_catalog('Spain', base_url),
ee.link.child_catalog('Switzerland', base_url),
ee.link.child_catalog('TERN', base_url),
ee.link.child_catalog('TIGER', base_url),
ee.link.child_catalog('TOMS', base_url),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ local units = import 'units.libsonnet';
],
keywords: [
# 'airborne',
# 'canopy',
'canopy',
# 'ecology',
'forest',
'lidar',
# 'neon',
'vegetation',
],
providers: [
ee.producer_provider('NEON', 'https://www.neonscience.org/'),
ee.producer_provider('NEON', 'https://data.neonscience.org/data-products/DP3.30015.001'),
ee.host_provider(self_ee_catalog_url),
],
extent: ee.extent(-170, 16, -66, 73, '2013-01-01T00:00:00Z', null),
Expand All @@ -93,7 +93,7 @@ local units = import 'units.libsonnet';
{
name: 'FLIGHT_YEAR',
description: 'Year the data were collected',
type: ee_const.var_type.string,
type: ee_const.var_type.int,
},
{
name: 'NEON_DOMAIN',
Expand Down Expand Up @@ -137,12 +137,17 @@ local units = import 'units.libsonnet';
type: ee_const.var_type.string,
},
{
name: 'RELEASE_TAG',
description: 'NEON Release Tag. See ' +
name: 'PROVISIONAL_RELEASED',
description: 'Whether the data are Provisional or Released. See ' +
'[https://www.neonscience.org/data-samples/data-management/data-revisions-releases]' +
'(https://www.neonscience.org/data-samples/data-management/data-revisions-releases)',
type: ee_const.var_type.string,
},
{
name: 'RELEASE_YEAR',
description: 'If data are released, the year of the NEON Release Tag.',
type: ee_const.var_type.int,
},
],
gsd: [1],
platform: ['NEON'],
Expand All @@ -152,7 +157,6 @@ local units = import 'units.libsonnet';
description: 'Canopy Height Model',
'gee:units': units.meter,
}],
// TODO(bhass-neon): Add the range values for CHM.
CHM: {minimum: 0, maximum: 100, 'gee:estimated_range': false},
'gee:visualizations': [{
display_name: 'Canopy Height Model (CHM)',
Expand Down
1 change: 0 additions & 1 deletion checker/tree/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
'calcium',
'calibrated',
'caltech',
'canopy',
'carbon_organic',
'cas',
'cci',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var chm = ee.ImageCollection(
'projects/neon-prod-earthengine/assets/DP3-30015-001');
'projects/neon-prod-earthengine/assets/chm');

var startDate = ee.Date('2021-01-01');
var endDate = startDate.advance(1, 'year');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var chm = ee.ImageCollection(
'projects/neon-prod-earthengine/assets/DP3-30015-001');
'projects/neon-prod-earthengine/assets/chm');

var startDate = ee.Date('2021-01-01');
var endDate = startDate.advance(1, 'year');
Expand Down
5 changes: 2 additions & 3 deletions owners/neon-prod-earthengine.jsonnet
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"contactDisplay": "neon@service-now.com",
"contactLink": "mailto:neon@service-now.com",
"description": "The U.S. National Science Foundation's National Ecological Observatory Network (NEON) is a continental-scale observation facility operated by Battelle and designed to collect long-term open access ecological data to better understand how U.S. ecosystems are changing. In addition to in situ data products, N
EON provides repeat high-resolution airborne remote sensing data at 81 terrestrial and aquatic field sites throughout the United States and Puerto Rico for ecological research and monitoring.",
"description": "The U.S. National Science Foundation's National Ecological Observatory Network (NEON) is a continental-scale observation facility operated by Battelle and designed to collect long-term open access ecological data to better understand how U.S. ecosystems are changing. In addition to in situ data products, NEON provides repeat high-resolution airborne remote sensing data at 81 terrestrial and aquatic field sites throughout the United States and Puerto Rico for ecological research and monitoring.",
"homeBucket": "projects/neon-prod-earthengine",
"id": "neon-aop",
"id": "neon-prod-earthengine",
"imageLink": "https://developers.google.com/static/earth-engine/datasets/logos/neon-prod-earthengine_image.png",
"link": "https://www.neonscience.org/data-collection/airborne-remote-sensing",
"logo": "https://developers.google.com/static/earth-engine/datasets/logos/neon-prod-earthengine_logo.png",
Expand Down

0 comments on commit 7205946

Please sign in to comment.