我正在编写一个简单的脚本,以使用 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"]]
我想下载不同目录中的产品。例如
。/数据