显示错误:“HTTP 状态 500 内部服务器错误:尝试下载离线产品”我使用的代码是
import time
import datetime
from sentinelsat import SentinelAPI, read_geojson, geojson_to_wkt
api = SentinelAPI('*****','******', 'https://scihub.copernicus.eu/dhus')
footprint = geojson_to_wkt(read_geojson('E:\map.geojson'))
products = api.query(footprint, date =('20161001' , '20170425'), platformname ='Sentinel-1',
producttype = 'GRD')
api.download_all(products)