(Answers Dev) Restored edit
CRS mismatch or I do not know
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
Risposte (1)
UDAYA PEDDIRAJU
il 7 Mag 2024
Modificato: Walter Roberson
il 19 Gen 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 Commenti
Vedere anche
Categorie
Scopri di più su Web Services in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!