首页 > 其他分享 >使用metalink批量下载sentinel数据

使用metalink批量下载sentinel数据

时间:2023-01-02 21:32:49浏览次数:61  
标签:http 批量 -- metalink user sentinel aria2 下载


问题描述

在下载很多sentinel数据的时候,不想一个一个点,也没有IDM可以用,除了用Python下载,还有什么简便的方法没?

有​​Aria2​

具体步骤

1 首先安装Aria2

Github项目地址​​Aria2​​​ 下载地址:
​ ​​https://github.com/aria2/aria2/releases/tag/release-1.36.0​​

使用metalink批量下载sentinel数据_数据下载

2 将下载好的aria2解压

使用metalink批量下载sentinel数据_数据下载_02

3 在ASF挑选好数据并加入购物车

使用metalink批量下载sentinel数据_github_03

4 在ASF的购物车中下载metadata(metalink)

使用metalink批量下载sentinel数据_Python_04

5 将刚刚下载好的metadata放入aria2的文件夹内

使用metalink批量下载sentinel数据_Python_05

6 在cmd中cd到aria2

使用metalink批量下载sentinel数据_数据下载_06

// 2代表最大同时下载数,M后面的是metadata(metalink)文件的名称

for open access hub
aria2c --http-user=user_name --http-passwd=password -check-certificate=false --continue=true --max-concurrent-downloads=2 -M **.metalink
for ASF Data search
aria2c --http-user=user_name --http-passwd=password --check-certificate=false --continue=true --max-concurrent-downloads=3 -M **.metalink

使用metalink批量下载sentinel数据_Python_07


开始下载

谢谢阅读


标签:http,批量,--,metalink,user,sentinel,aria2,下载
From: https://blog.51cto.com/u_15813863/5984156

相关文章