Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 85fd206

Browse files
committed
Use start/end datetimes in examples
1 parent 2d8f0b8 commit 85fd206

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

examples/cyclone-wind-speed/item.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@
6666
]
6767
},
6868
"properties": {
69-
"datetime": "2020-12-11T22:38:32Z",
69+
"datetime": null,
70+
"start_datetime": "2000-01-01T00:00:00Z",
71+
"end_datetime": "2019-12-12T23:59:59Z",
7072
"license": "MIT",
7173
"providers": [
7274
{
@@ -124,7 +126,7 @@
124126
],
125127
"assets": {
126128
"inferencing-compose": {
127-
"href": "./inferencing.yml",
129+
"href": "https://raw.githubusercontent.com/RadiantMLHub/cyclone-model-torchgeo/main/inferencing.yml",
128130
"type": "text/x-yaml; application=compose",
129131
"title": "Model inferencing runtime",
130132
"roles": [

examples/dummy/item.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
},
4141
"collection": "containing-collection",
4242
"properties": {
43-
"datetime": "2020-12-11T22:38:32Z",
43+
"datetime": null,
44+
"start_datetime": "2020-01-01T00:00:00Z",
45+
"end_datetime": "2020-12-12T23:59:59Z",
4446
"license": "MIT",
4547
"providers": [
4648
{

0 commit comments

Comments
 (0)