Hi,
I’m having issues with WmsRequest when trying to query images with get_data(). Basically I have a collection of coordinates that I want to query on various dates. WmsRequest returns multiple WmsRequest objects but when I use the get_data() method on these they return an empty array.
Next to that I’m having issues extracting any other layer then the TRUE_COLOR layer. Specifically, I’m trying to get all the bands with BANDS-S2-L1C but this gives me a DownloadFailedException error, saying that the band isnt found even though this is the band used in the api example guide.
Would love to have some help!