Skip to content

Commit

Permalink
update OpenET data ranges.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716359887
  • Loading branch information
simonff authored and copybara-github committed Jan 16, 2025
1 parent 6891c54 commit 357936b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
ee.producer_provider('OpenET, Inc.', 'https://openetdata.org/'),
ee.host_provider(self_ee_catalog_url),
],
extent: ee.extent(-126, 25, -66, 50, '2008-01-01T00:00:00Z', null),
extent: ee.extent(-126, 25, -66, 50, '2001-01-01T00:00:00Z', null),
summaries: {
'gee:schema': [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
ee.producer_provider('OpenET, Inc.', 'https://openetdata.org/'),
ee.host_provider(self_ee_catalog_url),
],
extent: ee.extent(-126, 25, -66, 50, '2008-01-01T00:00:00Z', null),
extent: ee.extent(-126, 25, -66, 50, '1999-10-01T00:00:00Z', null),
summaries: {
'gee:schema': [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
ee.producer_provider('OpenET, Inc.', 'https://openetdata.org/'),
ee.host_provider(self_ee_catalog_url),
],
extent: ee.extent(-126.0, 25.0, -66.0, 50.0, '2008-01-01T00:00:00Z', null),
extent: ee.extent(-126.0, 25.0, -66.0, 50.0, '1999-10-01T00:00:00Z', null),
summaries: {
'gee:schema': [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
ee.producer_provider('OpenET, Inc.', 'https://openetdata.org/'),
ee.host_provider(self_ee_catalog_url),
],
extent: ee.extent(-126, 25, -66, 50, '2008-01-01T00:00:00Z', null),
extent: ee.extent(-126, 25, -66, 50, '1999-10-01T00:00:00Z', null),
summaries: {
'gee:schema': [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
ee.producer_provider('OpenET, Inc.', 'https://openetdata.org/'),
ee.host_provider(self_ee_catalog_url),
],
extent: ee.extent(-126, 25, -66, 50, '2008-01-01T00:00:00Z', null),
extent: ee.extent(-126, 25, -66, 50, '1999-10-01T00:00:00Z', null),
summaries: {
'gee:schema': [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
ee.producer_provider('OpenET, Inc.', 'https://openetdata.org/'),
ee.host_provider(self_ee_catalog_url),
],
extent: ee.extent(-126, 25, -66, 50, '2008-01-01T00:00:00Z', null),
extent: ee.extent(-126, 25, -66, 50, '1999-10-01T00:00:00Z', null),
summaries: {
'gee:schema': [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ local self_ee_catalog_url = ee_const.ee_catalog_url + basename;
ee.producer_provider('OpenET, Inc.', 'https://openetdata.org/'),
ee.host_provider(self_ee_catalog_url),
],
extent: ee.extent(-126, 25, -66, 50, '2008-01-01T00:00:00Z', null),
extent: ee.extent(-126, 25, -66, 50, '1999-10-01T00:00:00Z', null),
summaries: {
'gee:schema': [
{
Expand Down

0 comments on commit 357936b

Please sign in to comment.