Skip to content

Commit

Permalink
set date time as null
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Jul 26, 2023
1 parent 51f2753 commit 091e019
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"id": "ALOS_PALSAR2_RICE_PADDY_FIELD_MAP",
"properties": {
"start_datetime": "2019-03-01T00:00:00Z",
"end_datetime": "2020-03-01T00:00:00Z",
"cube:dimensions": {
"x": {
"type": "spatial",
Expand All @@ -25,7 +26,7 @@
"type": "temporal",
"extent": [
"2019-03-01T00:00:00Z",
null
"2020-03-01T00:00:00Z"
]
},
"bands": {
Expand All @@ -35,7 +36,7 @@
]
}
},
"datetime": "2000-01-01T00:00:00Z"
"datetime": null
},
"geometry": {
"type": "Polygon",
Expand Down

0 comments on commit 091e019

Please sign in to comment.