stac-utils / pgstac

Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL
MIT License
153 stars 39 forks source link

BETWEEN operator bug #249

Closed drnextgis closed 8 months ago

drnextgis commented 8 months ago

As per the spec and examples, the args parameter for the BETWEEN operator should consist of a list containing three elements. However, it appears that PgSTAC anticipates receiving a list with only two elements, as inferred from here.