Skip to content

Commit

Permalink
Deploying to gh-pages from @ d6e9289 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Sep 13, 2024
1 parent b9f27f9 commit cf1658a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion template_catalog/example_collection/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"interval": [
[
"1970-01-01T00:00:00Z",
"2024-06-28T11:49:18.210950Z"
"2024-09-13T10:03:03.098735Z"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,21 @@
"type": "application/json",
"title": "Template Catalog"
},
{
"rel": "wms",
"href": "https://tiles.maps.eox.at/wms?",
"type": "image/png",
"title": "example_collection",
"wms:layers": [
"terrain-light_3857"
],
"role": [
"data"
]
},
{
"rel": "item",
"href": "./example_collection/1970/88e23b0d-dbca-41ac-961f-232f5bbdbc08.json",
"href": "./example_collection/1970/e8a21fb4-4744-49ac-9af4-e83864569300.json",
"type": "application/json"
},
{
Expand Down Expand Up @@ -57,7 +69,7 @@
"temporal": {
"interval": [
[
"2024-06-28T11:49:16.862441Z",
"2024-09-13T10:03:02.588965Z",
null
]
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "88e23b0d-dbca-41ac-961f-232f5bbdbc08",
"id": "e8a21fb4-4744-49ac-9af4-e83864569300",
"properties": {
"start_datetime": "1970-01-01T00:00:00Z",
"end_datetime": "2024-06-28T11:49:18.210950Z",
"end_datetime": "2024-09-13T10:03:03.098735Z",
"datetime": "1970-01-01T00:00:00Z"
},
"geometry": null,
Expand Down

0 comments on commit cf1658a

Please sign in to comment.