emissions-api / sentinel5dl

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

Fix Response Format #82

Closed lkiesow closed 1 year ago

lkiesow commented 1 year ago

In some cases, sentinel5dl would fail with an error when searching for products:

json.decoder.JSONDecodeError: Expecting value: ...

This patch fixes the issue by specifically telling the Sentinel API to return JSON and not XML data as a response to our search request.