(Answers Dev) Restored edit
CRS mismatch or I do not know
1 次查看(过去 30 天)
显示 更早的评论
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.
回答(1 个)
UDAYA PEDDIRAJU
2024-5-7
编辑:Walter Roberson
2025-1-19
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Google Earth 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!