Azzera filtri
Azzera filtri

How to mosaic several spatially referenced raster tiles or arrays

9 visualizzazioni (ultimi 30 giorni)
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!

Risposta accettata

KSSV
KSSV il 8 Ago 2021
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 Commenti
Sagar Parajuli
Sagar Parajuli il 8 Ago 2021
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 il 8 Ago 2021
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.

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by