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

2 views (last 30 days)
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 Comment
Ganesh
Ganesh on 5 Dec 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?

Sign in to comment.

Answers (0)

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!