Skip to content

Commit

Permalink
align spatio-temporal extents
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Apr 1, 2021
1 parent ebd1675 commit 0684c3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions examples/collection.json
Expand Up @@ -19,10 +19,10 @@
"spatial": {
"bbox": [
[
172.911,
1.343,
172.955,
1.3691
172.91173669923782,
1.3438851951615003,
172.95469614953714,
1.3690476620161975
]
]
},
Expand Down
6 changes: 3 additions & 3 deletions examples/extended-item.json
Expand Up @@ -45,9 +45,9 @@
"properties": {
"title": "Extended Item",
"description": "A sample STAC Item that includes a variety of examples from the stable extensions",
"datetime": "2020-12-11T22:38:32.125Z",
"created": "2020-12-12T01:48:13.725Z",
"updated": "2020-12-12T01:48:13.725Z",
"datetime": "2020-12-14T18:02:31.437000Z",
"created": "2020-12-15T01:48:13.725Z",
"updated": "2020-12-15T01:48:13.725Z",
"platform": "cool_sat2",
"instruments": [
"cool_sensor_v1"
Expand Down

0 comments on commit 0684c3a

Please sign in to comment.