I am currently getting this error while trying to show a layer with Landsat 8 Level 2 as source using WMS :
<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport SYSTEM
"http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException>
<![CDATA[ Unknown collection type: LOTL2 ]]>
</ServiceException>
</ServiceExceptionReport>
I have a custom script that uses Landsat 8 - L2 as source in my dashboard, but when I change the source to L! I get this:
<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport SYSTEM
"http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException>
<![CDATA[ Unknown collection type: LOTL1 ]]>
</ServiceException>
</ServiceExceptionReport>
Otherwise I have no issues with Sentinel2 L1 or L2.
It also seems that the Catalog request I am doing with the landsat-8-l1c collection is failing.
I see in the “Request builder” page that Collections depend on the world area. I am in South America, maybe Landsat 8 is not available here? Thanks.