Hi @leonale , thanks for sharing your data. This is a bit strange. Here’s what I see for the projection info on this raster (from gdalinfo
):
Driver: GTiff/GeoTIFF
Files: Current_Raster1.tif
Size is 9390, 12560
Coordinate System is:
GEODCRS["Mexico ITRF2008",
DATUM["Mexico ITRF2008",
ELLIPSOID["GRS 1980",6378137,298.257222101004,
LENGTHUNIT["metre",1]],
ID["EPSG",1120]],
PRIMEM["Greenwich",0,
ANGLEUNIT["degree",0.0174532925199433,
ID["EPSG",9122]]],
CS[Cartesian,3],
AXIS["(X)",geocentricX,
ORDER[1],
LENGTHUNIT["metre",1]],
AXIS["(Y)",geocentricY,
ORDER[2],
LENGTHUNIT["metre",1]],
AXIS["(Z)",geocentricZ,
ORDER[3],
LENGTHUNIT["metre",1]]]
Data axis to CRS axis mapping: 1,2,3
Origin = (-90.085700000000003,20.209299999999999)
Pixel Size = (0.000100000000000,-0.000100000000000)
Metadata:
AREA_OR_POINT=Area
Image Structure Metadata:
INTERLEAVE=BAND
Corner Coordinates:
Upper Left ( -90.0857000, 20.2093000) (167d21'21.36"E, 90d 0' 0.00"N)
Lower Left ( -90.0857000, 18.9533000) (168d 7' 7.38"E, 90d 0' 0.00"N)
Upper Right ( -89.1467000, 20.2093000) (167d13'37.55"E, 90d 0' 0.00"N)
Lower Right ( -89.1467000, 18.9533000) (167d59'49.85"E, 90d 0' 0.00"N)
Center ( -89.6162000, 19.5813000) (167d40'28.15"E, 90d 0' 0.00"N)
Band 1 Block=9390x1 Type=Float32, ColorInterp=Gray
NoData Value=0
It does list metre
as the linear unit, and that should be just fine. But the other places where we can see the actual coordinates in this raster (Origin, Pixel Size, Current Coordinates
) all show values that are probably decimal degrees instead of meters. So that makes me think this raster was not correctly projected to the Mexico ITRF system, but was incorrectly assigned/defined to that system without actually being projected/transformed. Does that make sense?