Open ksd3 opened 1 month ago
Hi @ksd3, from the error it seems like the request was not sent to Copernicus dataspace
here you have the same example but with some additional info for using Copernicus dataspace, and hopefully you'll find something useful there.
I'm trying to download Sentinel-1 SAR images using Copernicus. Specifically, I'm trying to follow example #15 in the tutorial. To get OGC data, I'm trying to set up my
instance_id
through Copernicus' dataspace, as I'd like to keep everything in the same ecosystem. However after generating aninstance_id
by logging in todataspace.copernicus.eu
, then going toConfiguration Utility
->New Configuration
->Naming my configuration and selectingSentinel-1 Template
, then copying theID
fromService Endpoint
into my configuration file, I cannot pull Sentinel-1 data.Specifically, I get the following error log (note that all personal information has been removed):
Is this the right way to go about doing this? Note that 'CustomConfig' is simply a class I wrote to get config files from a user-defined location, and it's not the problem, as I can easily pull Sentinel-2 images with it.