NetCDF4 into GeoTIFF/TIFF file conversion

조회 수: 1 (최근 30일)
Ahsan Abbas
Ahsan Abbas 2015년 7월 30일
댓글: Kelly Kearney 2015년 7월 31일
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

채택된 답변

Kelly Kearney
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
Ahsan Abbas
Ahsan Abbas 2015년 7월 31일
편집: Ahsan Abbas 2015년 7월 31일
Actually the data set is belong from Modis Satellite "Sea Surface Temperature", it contain 9 bands sst,l2_flags,sstref,latitude and longitude etc. The dimension information for sst is shown in attached picture.
Kelly Kearney
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 CenterFile Exchange에서 NetCDF에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by