我想检查我输入的密码是否正确。基本上我想从 sentinelsat api 得到一切正常的回应。
我的代码:
from sentinelsat import SentinelAPI
password = getpass.getpass("Enter password: ")
api = SentinelAPI('user', password, 'https://apihub.copernicus.eu/apihub')
我想检查我输入的密码是否正确。基本上我想从 sentinelsat api 得到一切正常的回应。
我的代码:
from sentinelsat import SentinelAPI
password = getpass.getpass("Enter password: ")
api = SentinelAPI('user', password, 'https://apihub.copernicus.eu/apihub')