フィルターのクリア

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