没有名为“sentinelsat”的模块/NameError:未定义名称“SentinelAPI”

2024-05-16 20:06:59 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图用SentinelAPI捕捉房屋的屋顶。我在jupyter笔记本中运行以下代码时出现以下错误。 没有名为“sentinelsat”的模块

我也试过了

api = SentinelAPI('*username*','*password*!','https://scihub.copernicus.eu/dhus') 

在命令行中,我遇到以下错误:

NameError: name 'SentinelAPI' is not defined

Tags: 模块代码httpsapi错误username笔记本jupyter