Downloading multiple tiles #1211
Replies: 5 comments 4 replies
-
I forgot to precise : cop_dataspace_id, cop_dataspace_pwd, tiles and start date/end date are well defined in a config file, read at the beginning. |
Beta Was this translation helpful? Give feedback.
-
Hello, Yes sure : and here is the log of eodag obtained by executing my code with setup logging :
|
Beta Was this translation helpful? Give feedback.
-
Hello, Did you have to study a solution about my case ? I would be relieved if there was a way to fix that problem, I am quite stuck now and can't really move forward with my project. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
-
I have tried this, it seems that the pyproj package is not able to identify the CRS anymore. I suspect a miss match between this eodag plugin and the pyproj package. i will retry with a clear environnement. |
Beta Was this translation helpful? Give feedback.
-
Hello @sbrunato, Finally it worked ! I modified options in my search command : just replaced "tileIdentifier" with "id" and eodag is now able to read and download all my tiles serie. Re install pyproj package was also a good idea. Thanks a lot for your help ! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am facing troubles while trying to download a tile serie with EODAG downloader. In fact, I indicate a serie of tile to download such as : ["Tile_1", "Tile_2", "Tile_3"].
The first tile is finely downloaded, for the requested periode and product (S2_MSI_L1C). However, when the downloading of the second one starts, there is an error appearing :
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://download.dataspace.copernicus.eu/odata/v1/Products(b5edbb06-c4a2-52d3-b85e-1cbe28b783d8)/$value?token=
I understand that this probleme might come from some kind of authentification issue. But as the first tile is perfectly downloaded, it doesn't seem plausible to me. So is it something to change directly inside the http.py file ?
And plus, this is really bizarre because the search api works well, EODAG is able to find all the tiles requested, for the periode or product specified. And you must indicates username/password for that step....
By the way, I work with the newest Eodag version, 2.12.1
Here is the used code to download products :
I hope I am clear enough to be understood,
thanks in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions