Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 28, 2024
1 parent 2a14de7 commit 48dae29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/gee/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"extent": {
"spatial": { "bbox": [[-135.17, 36.83, -51.24, 62.25]] },
"temporal": {
"interval": [["2009-01-01T00:00:00Z", "2022-01-01T00:00:00Z"]]
"interval": [["2009-01-01T00:00:00Z", "2023-01-01T00:00:00Z"]]
}
},
"summaries": {},
Expand All @@ -35,7 +35,7 @@
"y": { "type": "spatial", "axis": "y", "extent": [36.83, 62.25] },
"t": {
"type": "temporal",
"extent": ["2009-01-01T00:00:00Z", "2022-01-01T00:00:00Z"]
"extent": ["2009-01-01T00:00:00Z", "2023-01-01T00:00:00Z"]
},
"bands": { "type": "bands", "values": ["landcover"] }
},
Expand Down

0 comments on commit 48dae29

Please sign in to comment.