필터 지우기
필터 지우기

How to mosaic several spatially referenced raster tiles or arrays

조회 수: 9 (최근 30일)
Sagar Parajuli
Sagar Parajuli 2021년 8월 8일
댓글: KSSV 2021년 8월 8일
I have several geolocated small tiles (obtained from satellite data) which I want to combine to conduct a global-scale analysis/plotting. What would be the best way to combine them into a single mosaic? What I want to do is similar to the example posted below, but I have several tiles, not only two, and they are not adjacent. Please advise a efficient way to combine the tiles into a single dataset. I have the original tiles in the form of arrays as well so I can use both cells and arrays. Each tile/array has associated lat/long arrays.
Thank you!
  댓글 수: 2
KSSV
KSSV 2021년 8월 8일
Do you have (x,y) i.e. locations of the data?
Sagar Parajuli
Sagar Parajuli 2021년 8월 8일
Yes, I have lat/long (degrees) arrays associated with the data

댓글을 달려면 로그인하십시오.

채택된 답변

KSSV
KSSV 2021년 8월 8일
Convert all your tile data into three column data i.e. (x,y,z) and then use griddata. Read about gridata. If you are not able to get it share the data.
  댓글 수: 4
Sagar Parajuli
Sagar Parajuli 2021년 8월 8일
Thanks, this is promising. I will have to use a loop to process all the data for the entire year (365 days) but I believe I can do that. This is very helpful.
KSSV
KSSV 2021년 8월 8일
Yes...you run a loop.... If you feel the indices always remain same....you can get them once and run a loop.
I think this is a satelite pass data.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by