- 再次尝试pyhdf失败后,转向gdal的学习
- 读取hdf文件:
from osgeo import gdal, gdalconst
ds = gdal.Open(fileName)
- 开始研究文件结构、gdal库对其的相关操作
- 阅读 海洋科学导论 的第一章至第二章的2.4节
from osgeo import gdal, gdalconst
ds = gdal.Open(fileName)
本文标题:2020-02-18
本文链接:https://www.haomeiwen.com/subject/tlowfhtx.html
网友评论