mapprofile used on a projected map
Afficher commentaires plus anciens
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
Réponses (1)
Chad Greene
le 8 Fév 2017
0 votes
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 commentaires
BM
le 9 Fév 2017
Chad Greene
le 9 Fév 2017
BM-the image didn't get uploaded.
BM
le 10 Fév 2017
BM
le 10 Fév 2017
Chad Greene
le 10 Fév 2017
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
le 22 Fév 2017
Catégories
En savoir plus sur Coordinate Reference Systems dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
