【发布时间】:2021-10-31 06:41:51
【问题描述】:
我是地理空间分析和使用 NetCDF 和 GeoTIFF 文件的新手。我正在尝试将 NetCDF 文件转换为 GeoTIFF 文件。我遇到了这个参考:netcdf-to-geotiff-file-conversion。我已经成功安装并且可以在我的 MacOS 终端中运行gdal_translate。但是,我收到此消息,我试图了解这意味着什么以及我缺少什么?这似乎是警告,但它没有产生任何输出。
我的代码执行了:
gdal_translate some_nc_file_name.nc output.tif
错误/消息:
Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
Input file contains subdatasets. Please, select one of them for reading.
这是我在 Python 中预览的数据输出:
【问题讨论】:
-
你可以为
some_nc_file_name.nc发布gdalinfo的输出吗?
标签: gdal netcdf netcdf4 geotiff