ProcessColorElevation 

This directory contains the files and directories that implement 
the example program, "ProcessColorElevation.exe" which processes
AVDS color and elevation files into AVDS terrain files. The source 
code, contained in the file, "ProcessColorElevation.c", uses the 
AVDS Terrain Library (ATL).

USAGE:
	ProcessColorElevation long_min long_max lat_min lat_max levels

	where: 	long_min, long_max, lat_min, lat_max are the minimum and 
		maximum values of the longitude and longitude of the data.

		levels is either: "0" - do not generatate the different terrain 
				      level files XXX_XXX_X (see below)
				  "1" - generatate the terrain level files  

OUTPUT:
	ProcessColorElevation outputs AVDS terrain files which have the form
		XXX_XXX_X (where the X's are numbers)
	These files can be used directly by AVDS to render the terrain.

	ProcessColorElevation also outputs terrain files with no trailing _X.
	These files can be used by the example program "AVDS2Bmp" to generate a 
	bitmap file depicting the terrain.
	NOTE: These files are not needed by AVDS for terrain rendering and can be 
	deleted.


