Skip to content

Commit 2efb2c7

Browse files
authored
Merge pull request #61 from Element84/blacksky-date-range
Make datetime a range for blacksky
2 parents 088ff30 + 0e8c755 commit 2efb2c7

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)