mapprofile used on a projected map
古いコメントを表示
I am trying to get a data profile along an image band in projection UTM and datum WGS84. I am surprised that mapprofile does not work on a projected image. I'll be grateful to know about alternatives to use. Reprojecting to Geographical coordinates is rather time-consuming. Thanks! BM
回答 (1 件)
Chad Greene
2017 年 2 月 8 日
0 投票
If you have a 2D projected map and its corresponding x,y coordinates, you can use interp2 to interpolate along any path you wish. You can create a straight-line path using linspace to make x and y (or lat and lon) arrays from the starting point to the ending point.
6 件のコメント
BM
2017 年 2 月 9 日
Chad Greene
2017 年 2 月 9 日
BM-the image didn't get uploaded.
BM
2017 年 2 月 10 日
BM
2017 年 2 月 10 日
Chad Greene
2017 年 2 月 10 日
This is like pulling teeth. Exactly what information do you have? Do you have the x and y or lat and lon coordinates of the radiance map? Do you have x and y or lat and lon coordinates of the transect?
BM
2017 年 2 月 22 日
カテゴリ
ヘルプ センター および File Exchange で Coordinate Reference Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
