OpendTect Application Management Documentation version 4.2
Prev Next

Chapter 2. Data storage

Table of Contents

2.1. DTECT_DATA: the data access point
2.2. Data management

2.1. DTECT_DATA: the data access point

Installation of OpendTect usually means making available a base directory from which the project data can be reached. The location of this directory can be set in the user's environment as DTECT_DATA, although, especially on Windows, this will be done 'behind the scenes' through a user setting ('Default DATA directory'). Anyway, the DTECT_DATA directory must be:
When users create a new project (known as 'Survey' in OpendTect), they can choose to locate the project directory on another disk than the $DTECT_DATA directory. In that case, OpendTect will locate the directory on the specified location and put a link in the $DTECT_DATA directory. Therefore, this directory does not necessarily have to have a lot of disk storage available.

The directory structure is as follows:

Table 2-1. Directory structure
$DTECT_DATA/
.omf
project_dir/ (user defined name)
.omf
.survey
.defs
2DGeom/
Attribs/
Attribute sets
Features/
Point-related data (Cross-plot, NN training)
Locations/
Pick sets, Polygons
Models/
Modeling descriptions
Misc/
a.o. Sessions
NLAs/
Non-Linear Analysis models (usually Neural networks)
Proc/
Processing files
Seismics/
Seismic data (Imported, attribute, ...), Wavelets
Surfaces/
Horizons, Faults
WellInfo/
Well data

Prev Home Next
Content   Data management