Re: Interpolation and creating profiles from contour maps. [message #83728] |
Tue, 26 March 2013 08:42 |
Kenneth Bowman
Messages: 86 Registered: November 2006
|
Member |
|
|
On 2013-03-22 18:56:39 +0000, gpeterso@ucsc.edu said:
> I have a very large 2d data array 824 by 912 of elevation points. I
> have successfully contoured it and I am wondering if anyone has any
> advice on how to create profiles using the interpolate command of areas
> on the contour map I find specifically interesting. My data goes from
> 0-90s latitude and 270-360 longitude.
Once you figure out how the keyword parameters work, you can use
MAP_2POINTS to generate an equally-spaced line of points along a great
circle arc. Then use INTERPOLATE to interpolate to those points. You
can use the CURSOR procedure to interactively select the end points of
the arc.
Ken Bowman
|
|
|
Re: Interpolation and creating profiles from contour maps. [message #83745 is a reply to message #83728] |
Fri, 22 March 2013 13:36  |
gpeterso
Messages: 22 Registered: February 2013
|
Junior Member |
|
|
On Friday, March 22, 2013 11:56:39 AM UTC-7, gpet...@ucsc.edu wrote:
> I have a very large 2d data array 824 by 912 of elevation points. I have successfully contoured it and I am wondering if anyone has any advice on how to create profiles using the interpolate command of areas on the contour map I find specifically interesting. My data goes from 0-90s latitude and 270-360 longitude.
To specify even more I think I have written a code that will create an image profile I am just confused on how to actually specify the beginning and endpoints along the line.
|
|
|