Skip to main content

Hello,


I’m trying to get some statistics from Landsat 8-L2 with FIS Request from sentinelhub python package but i’m receiving the following error:



sentinelhub.exceptions.DownloadFailedException: Failed to download from: https://services-uswest2.sentinel-hub.com/ogc/fis/d0e4ffd8-eb27-4043-8725-64b4eeac4fb1


with HTTPError: 500 Server Error: Internal Server Error for url: https://services-uswest2.sentinel-hub.com/ogc/fis/d0e4ffd8-eb27-4043-8725-64b4eeac4fb1


Server response: “Illegal request to https://usgs-landsat.s3.amazonaws.com/collection02/level-1/standard/oli-tirs/2020/226/070/LC08_L1TP_226070_20201124_20201211_02_T1/LC08_L1TP_226070_20201124_20201211_02_T1_B2.TIF. HTTP Status: 404”



My request code:



            fis_request = FisRequest(
data_collection=DataCollection.LANDSAT8_L2,
layer='VI_LANDSAT8',
geometry_list=rgeojson],
maxcc= 1,
time=('2020-10-01', '2021-07-01'),
resolution='30m',
data_folder= **my folder here**,
config=config
)


I’ve already tried with MODIS and Sentinel2 and it was ok. Am I doing something wrong? Is it possible to get Landsat8 statistics with sentinelhub-py FIS request?

Hi @guilhermecosta ,


You are getting error because you are hitting one of the product that is no longer available. We removed the product manually and we are working on a solution that will do this automatically. We will update you when this happens.


Best,

Chung


Hi @guilhermecosta ,


We removed additional products that were reprocessed by USGS. Products are from November 1, 2020 to February 19, 2021. More about reprocessing here.


Best,

Chung


Reply