如何在目录中下载产品?

时间:2019-04-13 11:13:10

标签: python sentinel sentinelsat

我正在编写一个简单的脚本,以使用Sentinelsat的Python API获得一些SENTINEL产品

然后,我想将某些产品下载到与脚本不同的目录中。

我不知道该怎么做。

我的脚本

api = SentinelAPI('xxxxxx', 'xxxx','https://scihub.copernicus.eu/dhus')
footprint = geojson_to_wkt(read_geojson('search_polygon.geojson'))
products = api.query(footprint,
                     platformname = "Sentinel-1",
                     beginposition =  ["2019-{}-{}T00:00:00.000Z".format(month_start,day_start),"2019-{}-{}T00:00:00.000Z".format(mont_stop,day_stop)],producttype='GRD')
gdf = api.to_geodataframe(products)
[api.download(item) for item in gdf["uuid"]]

bu我想将产品下载到另一个目录中。例如

./数据

2 个答案:

答案 0 :(得分:1)

您可以设置要在api.download内下载数据的目录

directory = 'data'
[api.download(item, directory_path= directory) for item in gdf["uuid"]]

答案 1 :(得分:0)

这很简单,只需添加 磁盘名称://您的目录/文件

var_dump($foo->{$bar});

但是应该创建文件