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 cdceee9 commit 36357c3Copy full SHA for 36357c3
stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/aggregation/client.py
@@ -316,6 +316,8 @@ async def aggregate(
316
search, datetime_search = self.database.apply_datetime_filter(
317
search=search, datetime=aggregate_request.datetime
318
)
319
+ else:
320
+ datetime_search = {"gte": None, "lte": None}
321
322
if aggregate_request.bbox:
323
bbox = aggregate_request.bbox
0 commit comments