$Id: terrain_get_elevation.m,v 1.1.1.1 2003/09/24 15:12:24 cmart Exp $ cmart 030618 Returns the elevation at lat/lon Should be able to handle arrays of coordinates as input (NYI) and use buffered terrain information (NYI).
0001 function elevation = terrain_get_elevation(lat,lon) 0002 % $Id: terrain_get_elevation.m,v 1.1.1.1 2003/09/24 15:12:24 cmart Exp $ 0003 % cmart 030618 Returns the elevation at lat/lon 0004 % Should be able to handle arrays of coordinates as input (NYI) 0005 % and use buffered terrain information (NYI). 0006 elevation = flames_get_elevation(lat,lon);