Caribbean Disaster Mitigation Project
Implemented by the Organization of American States
Unit of Sustainable Development and Environment
for the USAID Office of Foreign Disaster Assistance and the Caribbean Regional Program

USAID Logo OAS Logo

Database Structures for TAOS/L

Introduction

This document outlines the base structure of data bases used by TAOS/L and TAOS/R. The directory structure is discussed, followed by the two mandatory and one optional files which make up a TAOS/L data set.

Directory Structure

The file data.idx points to data sets available for TAOS runs. The format of this file is as follows:

NumberofDB
DBpath                                       Dbname

NumberofDB is the number of data bases available. Each data base definition is on one line. The format of each line is: "I2,X,35A,X,40A". DBPath is the path where the data base files reside. Dbname is the name which will appear in the taos  menu to allow selection of the data set.

The DB code MUST match the code in the area.dat file located in the directory path. DB codes are discussed in more detail in the following section.

Area Definition File

The file area.dat contains the study area geographic coordinates, vertical coordinate multiplier, and data base code. The format is as follows:

MinLon MaxLon MinLat MaxLat Rows Columns
VertMult
DBCode

All TAOS/L data bases are in the Lat/Long coordinate system. The vertical coordinate is in TAOS is assumed to be meters, however, the VertMult value in area.dat may be used for non-standard data sets. VertMult is the value the DEM must be multiplied by to get meters. For example, if the DEM is in feet, VertMult would be entered as 3.2808. For data sets in meters VertMult should be set to 1.0.

Note: sub-regional data sets are assumed to be set to MLLW for tide calculation purposes. All other data sets are assumed to be WGS-84. This primarily effects tide calculations.

The data base code is a two digit code (00-99) to insure a match between the data.idx definition and the area.dat file. Data base codes are presently grouped as follows:

00-09 Global data sets
10-19 US Data Sets
20-25 Florida HiRes
30-39 Caribbean Regional *
40-49 Hawaii/PDC data sets
50-55 Indian Ocean
60-69 Western Pacific/Japan
70-75 Australian/SW PAC
90-99 User Defined **

* Within the Caribbean, the following specific codes are already in use:

30 CDMP special high resolution database
31 Caribbean-wide 1 arc minute database
32 Caribbean-wide 30 arc second database
33 Mexico regional 30 arc second database
34 Belize 30 arc second database
35 Jamaica 30 arc second database
36 Lesser Antilles 30 arc second database
37 Greater Antilles 30 arc second database

** Codes between 90-99 should be used for user created data sets which will not be exported outside the user’s organization.

User’s note: any lines after the data base code are ignored. The user may wish to include a documentation file from the source GIS used to create the DEM. For example, the .doc file from Idrisi, or the .hdr file from an Arc/View export may be appended to the area.dat file.

DEM File

Topo.bin is the DEM file. It is a IEEE 32 bit (4 byte) floating point format file in native form corresponding to a REAL*4 (FORTRAN) or float (c) variable. Topo.bin has no header; all of the coordinate information is stored in area.dat. As noted earlier, the topo.bin vertical datum for sub-regional data sets is assumed to be registered to MLLW for tide calculation purposes.

LULC File

Lulc.bin is the optional land use/land cover file which specifies the frictional surfaces of the terrain. If it is absent, generic friction values are used for land and ocean bottom. Lulc.bin is a single byte format file corresponding to a CHARACTER*1 (FORTRAN) or unsigned char (C) variable. lulc.bin codes are from Anderson et al, 1976, commonly called the Level II USGS codes. These are the same codes used in the GIRAS format files available from the USGS EROS data center. Internally to TAOS, each LULC code has an associated hydrological and aerodynamic friction factor to allow the proper calculation of surface friction to the forces of air or water. General codes and types are below. For more details see the reference.

Code Type
10 Urban (general)
11 Residential
12 Commercial
13 Industrial
14 Transportation
15 Indus/Commer
16 Mixed Urban
17 Other Urban
20 Agricultural
21 Cropland
22 Orchards
23 Feed Operations
24 Other Agricult.
30 Rangeland
31 Herb. Rangeland
32 Scrub Rangeland
33 Mixed Rangeland
40 Forestland
41 Decid. Forestland
42 Everg. Forestland
43 Mixed Forestland
50 Water
60 Wetland
61 Forested Wetland
62 Nonforest Wetland
70 Barren Land
80 Tundra
90 Snow/Ice

References

Anderson, Hardy, Roach, Whitmer, 1976: A land use and land cover classification scheme for use with remote sensor data. US Geol. Survey Prof. Paper 964.

CDMP home page: http://www.oas.org/en/cdmp/ Project Contacts Page Last Updated: 20 April 2001