ELL_GEO_INTERP_PTS Name
ELL_GEO_INTERP_PTS
Purpose
Add points interpolated on a geodesic between array points.
Category
Calling Sequence
ell_geo_interp_pts, lng1, lat1, lng2, lat2
Inputs
lng1, lat1 = Input lng and lat. in
Keyword Parameters
Keywords
MAX=m Max allowed separation in meters (def=1000).
If adjacent points are farther apart then
additional points are inserted between them
along a geodesic.
Outputs
lng2, lat2 = output lng and lat. out
Common Blocks
Notes
Modification History
R. Sterner, 2006 Feb 07
R. Sterner, 2010 May 04 --- Converted arrays from () to [].
R. Sterner, 2010 Dec 02 --- Returned interpolation indices.
Copyright (C) 2006, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.