We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 088ff30 + 0e8c755 commit 2efb2c7Copy full SHA for 2efb2c7
1 file changed
demo/api/backends/blacksky_backend.py
@@ -82,7 +82,7 @@ def oppurtunity_to_stac_item(iw):
82
},
83
properties={
84
'title': '',
85
- 'datetime': iw['timestamp'],
+ 'datetime': f"{iw['timestamp']}/{iw['timestamp']}",
86
'constraints': {
87
'off_nadir': iw['offNadirAngleDegrees'],
88
'cloud_cover': iw['weatherForecast']['cloudCover']
0 commit comments