【问题标题】:Python API sentinelsat HTTP status 500 Internal Server Error:Python API sentinelsat HTTP 状态 500 内部服务器错误:
【发布时间】:2020-12-23 08:48:27
【问题描述】:

显示错误: “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)

【问题讨论】:

  • HTTP 500 是服务器端错误消息

标签: python download sentinel1 sentinelsat


【解决方案1】:

很遗憾,这个错误不是由sentinelsat api 引起的。

正如错误所说,你是

尝试下载离线产品。

您可以下载在线和离线的哨兵产品。

在线的 Sentinel 产品是过去 1 年的产品,您正在尝试下载旧产品。

如果您想要较旧的产品,请转到哨兵scihub 查找产品,请求它,它会稍后上线(可能需要 1 天或更长时间,或者如果幸运的话,几个小时后)。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-03-24
    • 2019-02-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-06-14
    • 1970-01-01
    相关资源
    最近更新 更多