IAC ReadStations Project
-----------------------------

This directory ( iac_proj/rd_stat ) contains all the V code, source code,
HTML documentation, and installation information for the ReadGeoTiff project "ReadStations".

The directory should be placed into your existing project directory, which
should already contain the IAC Project File structure, i.e., the iac_proj/,
iac_lib/ and v/ directories.

The file INSTALL contains information on how to edit the existing IAC
files: a single line addition to the iac_proj/iac_proj.v file, to add the
new ReadStations project, and two single line additions to some of the iac_lib/
files (in this instance data_io.v and examples.v) to add a link to the User
Macro and the Example Application from the new top-level IAC library page.

Once the files have been correctly installed, the low-level module of the new
project may be compiled. Users of the Developer's Edition may select the
library IAC_PROJ.ReadStations.ReadStatMods in the Templates library, and then
perform a compile. Alternatively, you may type the following command into
the VCP prompt; Visualization Edition users must type the following command
to compile the project, as there is no access to the Templates library
through the Network Editor:

$compile IAC_PROJ.ReadStations.ReadStatMods

Files
-----

The following files can be found in the iac_proj/ReadStations/ directory.

INSTALL 	Contains installation instructions for editing the iac_proj.v
		and iac_lib/data_io.v and examples.v files. This file should
		not be edited as the future installation script will use this
		file.

rd_stat.v	Creates the IAC_PROJ.ReadStations library.

rdst_mods.v	Creates the ReadStatMods library containing the low-level
		module ReadStations and the parameter group
		ReadStatParams.

rdst_macs.v	Creates the ReadStatMacs library containing the high-level
		macros ReadStatUI, ReadStatFunc, ReadStations and the example
		appplication ReadStat_Eg.

rd_stat.html	HTML documentation for the ReadStations module.

README		This file.

