필터 지우기
필터 지우기

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

조회 수: 4 (최근 30일)
Timbro
Timbro 2023년 11월 25일
댓글: Ganesh 2023년 12월 5일
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
Ganesh
Ganesh 2023년 12월 5일
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?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by