CS-SI / eodag

Earth Observation Data Access Gateway
https://eodag.readthedocs.io
Apache License 2.0
324 stars 44 forks source link

single file access cop_dataspace #1299

Closed mg-gv closed 2 months ago

mg-gv commented 2 months ago

I am currently trying to download S1_SAR_GRD scenes from copernicus dataspace. I can do that using the full .SAFE folders.

Nonetheless, their Copernicus Browser supports single file downloads from the folder structure after you login. It appears to me that the OData Api (which I think is what is used by eodag) also supports listing assets using 'nodes'

It would be absolutely great if the query and download of single files from SAFE folder structures from cop_dataspace could be made possible.

sbrunato commented 2 months ago

Hello @mg-gv , and thanks for the suggestion. A feature request is already opened here https://github.com/CS-SI/eodag/issues/1018 (I'll close this one as duplicate). Please also note that some work started to be done on it : https://github.com/CS-SI/eodag/pull/1231. It is stopped for the moment, as we faced performance issues while listing available assets through OData nodes. Instead, we'll try to bring this feature using cop_dataspace s3 API (also free)