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