We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我不想直接读取netcdf4然后转成nc存到本地,想直接下载原始的文件,比如EC数据,我想直接下载bz2文件或者grib文件,然后自己在本地进行解析,雷达数据 也是,直接下载bz2或者bin格式,而不是用接口获取dataset数据 请问如何实现这一操作?我看函数里的dataformat默认是json的
The text was updated successfully, but these errors were encountered:
你是指从大数据云平台下载数据吗?可以参考 cmadaas_get_obs_files 这个函数,通过获取文件的url地址,然后可以使用python的urllib.request.urlretrieve函数来下载。
urllib.request.urlretrieve
Sorry, something went wrong.
No branches or pull requests
我不想直接读取netcdf4然后转成nc存到本地,想直接下载原始的文件,比如EC数据,我想直接下载bz2文件或者grib文件,然后自己在本地进行解析,雷达数据 也是,直接下载bz2或者bin格式,而不是用接口获取dataset数据
请问如何实现这一操作?我看函数里的dataformat默认是json的
The text was updated successfully, but these errors were encountered: