read_netcdf.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:pycovjson 作者: Reading-eScience-Centre 项目源码 文件源码
def __init__(self, dataset_path):
        self.dataset_path = dataset_path
        try:
            self.dataset = xr.open_dataset(self.dataset_path)

        except OSError:
            print('File not found.')
            exit()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号