We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e7d2f commit 0272646Copy full SHA for 0272646
stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/mappings.py
@@ -143,8 +143,8 @@ class Geometry(Protocol): # noqa
143
"properties": {
144
# Common https://github.com/radiantearth/stac-spec/blob/master/item-spec/common-metadata.md
145
"datetime": {"type": "date_nanos"},
146
- "start_datetime": {"type": "date"},
147
- "end_datetime": {"type": "date"},
+ "start_datetime": {"type": "date_nanos"},
+ "end_datetime": {"type": "date_nanos"},
148
"created": {"type": "date"},
149
"updated": {"type": "date"},
150
# Satellite Extension https://github.com/stac-extensions/sat
0 commit comments