Hello
I’m trying to get image history from WFS service. It works fine for Sentinel 2 with TYPENAMES=S2.TILE (http://services.sentinel-hub.com/ogc/wfs/INSTANCE_ID?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetFeature&TIME=2019-09-01/2020-01-01/P1D&OUTPUTFORMAT=application/json&TYPENAMES=S2.TILE&SRSNAME=EPSG:4326&BBOX=51.8888774436112,39.0887805772598,51.9004602040773,39.1014729230514).
But when I’m trying to get same data for Landsat8 with TYPENAMES=L8.TILE or DSS6 service responses “TYPENAME=L8.TILE not found!”.
What am I missing for Landsat 8?
Thanks