Skip to content

Commit 0e8c755

Browse files
committed
Make datetime a range
1 parent 088ff30 commit 0e8c755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/api/backends/blacksky_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def oppurtunity_to_stac_item(iw):
8282
},
8383
properties={
8484
'title': '',
85-
'datetime': iw['timestamp'],
85+
'datetime': f"{iw['timestamp']}/{iw['timestamp']}",
8686
'constraints': {
8787
'off_nadir': iw['offNadirAngleDegrees'],
8888
'cloud_cover': iw['weatherForecast']['cloudCover']

0 commit comments

Comments
 (0)