Combine(mosaic) geolocated Earth data horizontally

조회 수: 3 (최근 30일)
Sagar
Sagar 2017년 12월 21일
Hi, I am processing MODIS level 2 data granules in hdf format. Reading one granule, I get one 203*135 sized 'latitude' matrix, another 203*135 sized 'longitude' matrix, and a corresponding 203*135 sized 'data' matrix. For a particular day, I have about 150 such granules covering the entire Earth meaning that I will have 150 sets of latitude, longitude, and data for each day. I need to combine all of those granules in some way (mosaic or combine horizontally) so that I can visualize all the granules at once. I also need to process the data for a longer period of time and do some calculations as well so creating one matrix for each day makes it more convenient. Could you please suggest a way to mosaic such geolocated data in matlab? I know there is a function called 'geoloc2grid' in matlab which is useful, I can use this function to resample the data to a fixed grid size (say 0.1 degree) but I need to combine the resulting data sets (horizontally) ultimately.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by