NetCDF4 into GeoTIFF/TIFF file conversion
1 次查看(过去 30 天)
显示 更早的评论
Hello Guys, I have a problem to convert the NetCDF file into GeoTIFF/TIFF file in matlab, i don't know how to do it (syntax), there are software's available for conversion, but the problem is i have huge data-set almost 300 images in NC file format and i don't have much time to do it manually, can some one please help me... Thank you
0 个评论
采纳的回答
Kelly Kearney
2015-7-30
Netcdf isn't an image format, it's a gridded data storage format. So you'll have to give us more information about the data in those files (dimensions?) for us to help. I suggest looking at the documentation for netcdf, ncread, etc. as well as geotiffwrite.
2 个评论
Kelly Kearney
2015-7-31
That shows me the attributes, not the dimensions. In matlab, type
ncdisp('modisfile.nc', 'sst')
(replacing modisfile.nc with the real name of your file), and paste the output here.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 NetCDF 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!