Filter löschen
Filter löschen

How to Interpolate data from a geotiff on the grid of another geotiff

4 Ansichten (letzte 30 Tage)
Timbro
Timbro am 25 Nov. 2023
Kommentiert: Ganesh am 5 Dez. 2023
Hello,
I have 2geotif files that correspond almost to the same grid but not exactly. I need to interpolate the data grom the larger one on the grid of the smaller one.
[A, R] = geotiffread('SSTBathyAO1_Lolli.tif');
[A2, R2] = geotiffread('SST_bathy_AO_UTM_model2.tif');
In other words, I need the values in A2 to fit the size of A, but I want this grid change to respect the geographical informations asociated (in R and R2).
I'm not sure my question is clear?
  1 Kommentar
Ganesh
Ganesh am 5 Dez. 2023
Your question isnt perfectly clear. Have you tried using readgeoraster function instead of geotiffread? Could you try to visualize the current grid and explain what you are looking to create?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by