필터 지우기
필터 지우기

Matlab code for atmosphere level 2 HDF files

조회 수: 3 (최근 30일)
jewi
jewi 2012년 9월 27일
Hello,
I am the beginner of matlab and would like to know if someone has a matlab script for retrieving some parameters from HDF files of MOD06 level 2 data. There are many parameters from global coverage (latitude, longitude) but i would like to retrieve parameter for small area of 2 or 3 degrees.
Thanking you. Regards,
Adam.

답변 (1개)

John
John 2012년 9월 27일
If it's hdfeos (grid? swath?), take a look at the examples for HDFREAD. If you need finer control that what HDFREAD gives you, then look at the help for matlab.io.hdfeos.gd.readField or matlab.io.hdfeos.gd.extractRegion
If it's hdfeos5 (hopefully swath data) then try some combination of H5DISP and H5READ to figure out what you need.

카테고리

Help CenterFile Exchange에서 HDF5에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by