emissions-api / sentinel5dl

Sentinel-5(P) Downloader
https://sentinel5dl.emissions-api.org
MIT License
12 stars 8 forks source link

Retrying failed HTTP request. (22, 'The requested URL returned error: 400 Bad Request') #72

Closed adibratul closed 3 years ago

adibratul commented 3 years ago

I have got following error while dl the product

`from sentinel5dl import search, download

# Search for Sentinel-5 products
result = search(
        polygon='POLYGON((60.38 7.27, 97.73 7.27,97.73 37.05, 60.38 37.05, 60.38 7.27)',
        begin_ts='2020-01-01T00:00:00.000Z',
        end_ts='2020-01-17T23:59:59.999Z',
        product='L2__NO2___',
        processing_level='L2',
        processing_mode='Offline')

# Download found products to the local folder
download(result.get('products'))`
adibratul commented 3 years ago

polygon value was collected from sentinel 5p website