Skip to main content

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.

Hi guillaumh,


Since the Landsat, MODIS, and Mapzen DEM are processed on different infrastructure, which requires https://services-uswest2.sentinel-hub.com/ogc/* end-point instead of https://services.sentinel-hub.com/ogc/* for these layers.


For example, https://services-uswest2.sentinel-hub.com/ogc/wms/{INSTANCE_ID}?REQUEST=GetMap&BBOX=3238005,5039853,3244050,5045897&LAYERS=TRUE_COLOR&MAXCC=20&WIDTH=320&HEIGHT=320&FORMAT=image/jpeg&TIME=2018-03-29/2018-05-29


This should work for you 😉


Best regards,

Chung


Thanks! Problem solved.


Reply