Filter löschen
Filter löschen

How to mosaic several spatially referenced raster tiles or arrays

9 Ansichten (letzte 30 Tage)
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 Kommentare
KSSV
KSSV am 8 Aug. 2021
Do you have (x,y) i.e. locations of the data?
Sagar Parajuli
Sagar Parajuli am 8 Aug. 2021
Yes, I have lat/long (degrees) arrays associated with the data

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

KSSV
KSSV am 8 Aug. 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 Kommentare
Sagar Parajuli
Sagar Parajuli am 8 Aug. 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 am 8 Aug. 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by