cencalvm

cencalvm Documentation

Author:
Brad Aagaard
Date:
2011/05/26
Version:
0.8.0

Summary

This directory tree contains the software used to create and query the seismic velocity model(s) covering the greater San Francisco Bay area (central California) developed by the United States Geological Survey.

Note:
Updates to the data in the velocity model (the etree database file) are generally independent of updates to the querying software. This means the version numbers are also independent of one another. In other words, unless the velocity model undergoes fundamental changes in the way the data is stored, you can safely use updated versions of the etree database without recompiling the query software, and vice versa.

This software was designed with the assumption that users will want to query the velocity model from their own code. As a result, an API is provided for the query routines. Examples of how to use the query routines from C++, C, and Fortran are provided in examples/query with sample input and output in examples/query/data. Any of these examples could be used to get material property values for locations, but performance will be improved if you use the API because the data won't have to be written to and then read from a file.

Installation

For installation instructions, see INSTALL .

Directories

Version history

For information regarding changes, enhancements, significant bug fixes, etc. see CHANGES .