WFS with long time period

Hi Grega,
is it possible to get meta-data for DSS3 where TIME range is larger than 3 months? For example TIME=2018-03-10/2018-11-15.

When wfs is used with DSS3 and mentioned TIME parameter it returns data for last 3 months. When used Sentinel-2 it returns all data for requested TIME range.

Best, Tomaž

I am not sure if there is any limit for WFS but it is almost certainly not only 3 months.
What you are probably seeing is getting more than 100 features (see MAXFEATURES parameter [1]).
You can go further “down” the list by using FEATURE_OFFSET parameter. See [1].

[1] https://www.sentinel-hub.com/develop/documentation/api/ogc_api/wfs-request

MAXFEATURES parameter it is.