Borrar filtros
Borrar filtros

Converting a GeoTIFF to an unprojected lat/lon grid?

1 visualización (últimos 30 días)
Collin Tuttle
Collin Tuttle el 23 de Abr. de 2018
Hello, I would like to plot a GeoTIFF with the function surfacem.
Using
[A,cmap,R] = geotiffread(filin);
I get a 448 x 304 matrix, A, and the MapCellsReference object, R.
Additionally, I know that I can use
info = geotiffinfo(filin);
[x,y] = pix2map(R, 1, 1);
[lat,lon] = projinv(info, x, y)
to get single point lats and longs.
How would I convert the entire file to a grid? x and y need to be the same size, but the dimensions of A are not the same size. Thanks!

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by