(Answers Dev) Restored edit
CRS mismatch or I do not know
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am working on Matlab project and need some help. I am not quite sure whether it is between CRS or misalignment where 2 or the same coordinate reference systems. Attached is blend of two images: the raster image that uses EPSG:4326 WGS84 CRS, downloaded from https://www.igismap.com/mongolia-shapefile/ that is converted to .tif and image exported from Google Earth Pro. Unfortunately, Google Image is very large and following is a snap shot. As one can see that blue line is border of territory and raster is projecting over it. Thanks for the help.
Respuestas (1)
UDAYA PEDDIRAJU
el 7 de Mayo de 2024
Editada: Walter Roberson
el 19 de En. de 2025
Hi Bat,
It appears you're facing a Coordinate Reference System (CRS) mismatch between your raster image (EPSG:4326 likely) and the Google Earth image.
This mismatch causes misalignment between the border and background.
- Confirm your raster image's CRS.
- Check Google Earth image's CRS information (might be in properties/export settings).
- If CRS differ, refer to the following documentation to know how to align them (refer to https://www.mathworks.com/help/map/ref/geocrs.html and https://www.mathworks.com/help/map/reprojection-of-graphics-objects.html for details).
0 comentarios
Ver también
Categorías
Más información sobre Google Earth en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!