Re: Matching two arrays of Lat and Lon [message #79055] |
Mon, 30 January 2012 13:45  |
Meredith Pind
Messages: 13 Registered: February 2011
|
Junior Member |
|
|
On Jan 30, 3:30 pm, JDS <jdtsmith.nos...@yahoo.com> wrote:
> You might try match_2d.pro. Beware the warning regarding longitude convergence near the poles.
Thanks, I'll give that a look over. My data points are in Baffin Bay
and through the Northwest Passage though...
|
|
|
|
Re: Matching two arrays of Lat and Lon [message #79149 is a reply to message #79057] |
Mon, 30 January 2012 14:35  |
Meredith Pind
Messages: 13 Registered: February 2011
|
Junior Member |
|
|
On Jan 30, 3:30 pm, JDS <jdtsmith.nos...@yahoo.com> wrote:
> You might try match_2d.pro. Beware the warning regarding longitude convergence near the poles.
I'm just wanting to make sure I'm understanding the wording of this
program properly:
; x1,y1: The target list to search for matches, of length n1.
;
; x2,y2: The search list of length n2, to be searched for
; matches to [x1,y1].
I am wanting to look through the MODIS data and match it to the in
situ data - therefore, x1,y1 are the in situ data and x2,y2 are the
MODIS data?
|
|
|