如何从python中的opendap\u下载模块导入DataManager

2024-09-27 22:38:56 发布

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

我正在尝试从以下链接下载多个MERRA2(netcdf)文件:https://goldsmr4.gesdisc.eosdis.nasa.gov/opendap/MERRA2/M2T1NXSLV.5.12.4/

我使用以下脚本来帮助我:https://github.com/emilylaiken/merradownload/blob/master/merra_scraping.py

它似乎基本上起作用了。但是,当我试着跑这条线的时候

from opendap_download.multi_processing_download import DownloadManager

出现以下错误:

ModuleNotFoundError: No module named 'opendap_download'

如果有人知道如何使用opendap\u dowload模块以及如何导入DataManager,那将不胜感激。谢谢


Tags: 文件httpsgithub脚本com链接downloadnetcdf

热门问题