This confusion came up in a discussion with @VictorVerhaert:
date_between handles the temporal extent as left+right closed by default:
date_between(string x, string min, string max, ?boolean exclude_max = false) : boolean|null
By default, this process checks whether x is later than or equal to min and before or equal to max.
This is not in line with the left-closed definition of the temporal extents in filter_temporal, load_collection, load_stac, ...
This confusion came up in a discussion with @VictorVerhaert:
date_betweenhandles the temporal extent as left+right closed by default:This is not in line with the left-closed definition of the temporal extents in
filter_temporal,load_collection,load_stac, ...