How to mosaic several spatially referenced raster tiles or arrays

9 次查看(过去 30 天)
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!

采纳的回答

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