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 1acf1e9 commit 0d50357Copy full SHA for 0d50357
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