You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @gemyasser , and thanks for pointing out this issue.
We can see that F:\codes\sat Download\dataDownloaded\Sentinel-2\S3B_OL_2_LFR____20230101T074319_20230101T074619_20230101T094239_0179_074_263_2700_PS2_O_NR_002.SEN3\Sentinel-3/OLCI/OL_2_LFR/2023/01/01/S3B_OL_2_LFR____20230101T074319_20230101T074619_20230101T094239_0179_074_263_2700_PS2_O_NR_002.SEN3 is malformed : there are / instead of \ in the path.
Notes to fix this issue:
AwsDownload.get_chunk_dest_path() must be fixed to return OS-independant paths
also fix re.sub(rf"^{common_path}/?", "", chunk_rel_path), regex in AwsDownload.get_chunk_parts()
Output
POLYGON ((32.20912518264985 16.001429600946867, 30.67994019716005 9.026086536531599, 33.283233091746496 9.023104392667678, 34.90623769472232 15.99810196896443, 32.20912518264985 16.001429600946867))
Found 16 products.
Downloading: S3B_OL_2_LFR____20230101T074319_20230101T074619_20230101T094239_0179_074_263_2700_PS2_O_NR_002.SEN3
Traceback (most recent call last):0230101T074619_20230101T094239_0179_074_263_2700_PS2_O_NR_002: 0%| | 0.00/165M [00:00<?, ?B/s]
File "f:\codes\sat Download\downloadData_CoPla.py", line 35, in
search_and_download_sentinel2(
File "f:\codes\sat Download\downloadData_CoPla.py", line 33, in search_and_download_sentinel2
dag.download(product, output_dir=output_dir)
File "C:\Users\mohamed.yasser.conda\envs\yasser\Lib\site-packages\eodag\api\core.py", line 2257, in download
path = product.download(
^^^^^^^^^^^^^^^^^
File "C:\Users\mohamed.yasser.conda\envs\yasser\Lib\site-packages\eodag\api\product_product.py", line 328, in download
fs_path = self.downloader.download(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mohamed.yasser.conda\envs\yasser\Lib\site-packages\eodag\plugins\download\aws.py", line 369, in download
os.makedirs(chunk_abs_path_dir)
File "", line 225, in makedirs
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'F:\codes\sat Download\dataDownloaded\Sentinel-2\S3B_OL_2_LFR____20230101T074319_20230101T074619_20230101T094239_0179_074_263_2700_PS2_O_NR_002.SEN3\Sentinel-3/OLCI/OL_2_LFR/2023/01/01/S3B_OL_2_LFR____20230101T074319_20230101T074619_20230101T094239_0179_074_263_2700_PS2_O_NR_002.SEN3'
S3B_OL_2_LFR____20230101T074319_20230101T074619_20230101T094239_0179_074_263_2700_PS2_O_NR_002: 0%| | 0.00/165M [00:00<?, ?B/s]
Environment:
3.11.9
3.0.1
The text was updated successfully, but these errors were encountered: