Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
geoscene3d:project_content:datasets:logs_dataset [2020/02/12 16:18] – rebecca130301_gmail.com | geoscene3d:project_content:datasets:logs_dataset [2020/03/22 18:14] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Logs Dataset ====== | ====== Logs Dataset ====== | ||
- | A Logs Dataset is a specialized | + | A Logs Dataset is a specialized [[: |
- | containing columnar data of values measured at different depths or elevations in wells. A dataset may contain multiple parameters from multiple wells. | + | |
- | Logs datasets are extracted from any of the sources that may be used for a [[Tabular Dataset|]] | + | Logs datasets are extracted from any of the sources that may be used for a [[: |
- | or from an [[Access Database Source|]] | + | |
- | in [[GERDA Database Format|]]. | + | |
- | ==== | + | ==== Tabular Sources ==== |
- | Tabular Sources | + | |
- | Any of tabular sources can be used for a Logs Dataset. All sources must contain WellID, X, Y, Z, and at least one logged parameter. \\ | + | Any of tabular sources can be used for a Logs Dataset. All sources must contain WellID, X, Y, Z, and at least one logged parameter.\\ |
- | [[Access Database Source|]] | + | [[: |
- | of any format \\ | + | [[: |
- | [[CSV File Source|]]. Formatted as shown below \\ | + | [[: |
- | [[Firebird Database Source|]] | + | [[: |
- | of any format \\ | + | |
- | [[ODBC Source|]] | + | |
Example of CSV file formatted for log data. Contains X, Y, Z, and three parameters. The columns may be in any order.< | Example of CSV file formatted for log data. Contains X, Y, Z, and three parameters. The columns may be in any order.< | ||
ID; | ID; | ||
- | |||
Well1; | Well1; | ||
- | |||
Well1; | Well1; | ||
- | |||
Well1; | Well1; | ||
- | |||
. | . | ||
- | |||
. | . | ||
- | |||
Well2; | Well2; | ||
- | |||
Well2; | Well2; | ||
- | |||
Well2; | Well2; | ||
- | |||
. | . | ||
- | |||
. | . | ||
- | |||
Well3; | Well3; | ||
- | |||
Well3; | Well3; | ||
- | |||
Well3; | Well3; | ||
- | |||
. | . | ||
- | |||
. | . | ||
- | |||
. | . | ||
</ | </ | ||
- | ID: | + | __ID:__ Any number or string identifying the well\\ |
- | Any number or string identifying the well | + | __X:__ Easting in scene units\\ |
- | + | __Y:__ Northing in scene units\\ | |
- | X: | + | __Z:__ Depth or elevation of measurement. NOTE: if Z is elevation then the first Z value for each well must be the elevation at the top of the well. If Z is depth then the first Z value for each well must be zero.\\ |
- | Easting in scene units | + | __Param1:__ A numeric value for a parameter. The file may contain an unlimited number of parameters |
- | + | ||
- | Y: | + | |
- | Northing in scene units | + | |
- | + | ||
- | Z: | + | |
- | Depth or elevation of measurement. NOTE: if Z is elevation then the first Z value for each well must be the elevation at the top of the well. if Z is depth then the first Z value for each well must be zero. | + | |
- | + | ||
- | Param1: | + | |
- | A numeric value for a parameter. The file may contain an unlimited number of parameters | + | |
- | + | ||
- | Configuration | + | |
+ | **Configuration** \\ | ||
A tabular logs dataset is defined as a SQL query containing the three usual sections: SELECT, FROM, and WHERE. The configuration dialog reflects these three sections. | A tabular logs dataset is defined as a SQL query containing the three usual sections: SELECT, FROM, and WHERE. The configuration dialog reflects these three sections. | ||
- | SELECT | + | **SELECT** \\ |
- | + | __X:__ Field or column name for X coordinates (required).\\ | |
- | X: | + | __Y:__ Field or column name for Y coordinates (required).\\ |
- | Field or column name for X coordinates (required). | + | __Well |
- | + | __Z:__ Field or column name for Z coordinates. Be sure to check the "Z = Elevation" | |
- | Y: | + | __Value |
- | Field or column name for Y coordinates (required). | + | |
- | + | ||
- | Well ID: Field or column name for Well ID (required). | + | |
- | + | ||
- | Z: | + | |
- | Field or column name for Z coordinates. Be sure to check the "Z = Elevation" | + | |
- | + | ||
- | Value fields (Optional): | + | |
- | List the names of the parameter value fields that should be included in the resulting dataset. The default " | + | |
- | + | ||
- | FROM | + | |
+ | **FROM** \\ | ||
List the tables that contain the fields listed above in the SELECT box. Note: For CSV File Sources this is always the filename. | List the tables that contain the fields listed above in the SELECT box. Note: For CSV File Sources this is always the filename. | ||
- | WHERE | + | **WHERE** \\ |
+ | __Fixed Extent:__ By default the dataset extent is identical to the current scene extent. However, this option makes it is possible to fix the extent to any area. | ||
- | Fixed Extent: | + | __Extent:__ Defines a rectangular area where data are extracted from the source. |
- | By default | + | |
- | Extent: | + | __Additional " |
- | Defines a rectangular area where data are extracted from the source. | + | |
- | Additional " | + | Example: Join two tables |
- | The dataset | + | '' |
- | Example: Join two tables (Table1 and Table2) in the dataset. Both tables has an ID Field. | + | **Preview Buttons** \\ |
+ | __Preview SQL…:__ Shows a preview of the resulting query. Advanced users can use this option to analyze the resulting query.\\ | ||
+ | __Preview Data…:__ Shows a preview of the data resulting from the query using the [[: | ||
- | Table1.ID | + | ==== GERDA Database Source ==== |
- | Preview Buttons | + | A logs dataset may be extracted directly from a [[: |
- | + | [[: | |
- | Preview SQL...: | + | [[: |
- | Shows a preview of the resulting query. Advanced users can use this option to analyze the resulting query. | + | |
- | + | ||
- | Preview Data...: | + | |
- | Shows a preview of the data resulting from the query using the [[Dataset Viewer|]]. | + | |
- | + | ||
- | GERDA Database Source | + | |
- | + | ||
- | A logs dataset may be extracted directly from a [[GERDA Database|]] | + | |
- | in either | + | |
- | well database logs from GERDA is primarily intended for Danish users. | + | |
- | + | ||
- | [[Access Database Source|]] | + | |
- | in [[GERDA Database Format|]] | + | |
- | + | ||
- | [[Firebird Database Source|]] | + | |
- | in [[GERDA Database Format|]] | + | |
Warning: Log data may contain a very large number of data points. It is recommended to limit that number of logs to less that 10 in each dataset. | Warning: Log data may contain a very large number of data points. It is recommended to limit that number of logs to less that 10 in each dataset. | ||
- | Jupiter Wells Source (XYZ coordinates) | + | **Jupiter Wells Source (XYZ coordinates)** \\ |
The GERDA database does not contain XY-coordinates for the log data. Therefore, coordinates are extracted from a Jupiter database using the well ID (BOREHOLENO) that is stored in GERDA. | The GERDA database does not contain XY-coordinates for the log data. Therefore, coordinates are extracted from a Jupiter database using the well ID (BOREHOLENO) that is stored in GERDA. | ||
- | Available Logs | + | **Available Logs** \\ |
+ | The upper list box contains the log types that are available in one or more wells within the area defined by the horizontal extent. The lower list box contains the different names used for the selected log type in the upper list box. NOTE: if one well has multiple loggings of the same log type all the logs will be plotted. To further narrow down the data selection use " | ||
+ | __Refresh: | ||
+ | __Add:__ Adds the selected log type / log name to the selected logs list | ||
- | The upper list box contains the log types that are available in one or more wells within the area defined by the horizontal extent. The lower list box contains the different names used for the selected log type in the upper list box. NOTE: if one well has multiple loggings of the same log type all the logs will be plotted. To further narrow down the data selection use " | + | **Selected Logs** \\ |
- | + | The list shows the selected logs. The selected logs will be extracted from the source and will be available for visualization and interpolation.\\ | |
- | Refresh: | + | __Remove:__ Removes the selected log from the list |
- | Refreshes the lists from source | + | |
- | + | ||
- | Add: | + | |
- | Adds the selected log type / log name to the selected logs list | + | |
- | + | ||
- | Selected Logs | + | |
- | + | ||
- | The list shows the selected logs. The selected logs will be extracted from the source and will be available for visualization and interpolation. | + | |
- | + | ||
- | Remove: | + | |
- | Removes the selected log from the list | + | |
- | + | ||
- | WHERE (conditions) | + | |
- | + | ||
- | Horizontal Extent | + | |
+ | **WHERE (conditions)** \\ | ||
+ | **Horizontal Extent** \\ | ||
The dataset is generated for wells within this area. | The dataset is generated for wells within this area. | ||
- | Additional conditions (optional) | + | **Additional conditions (optional)** \\ |
Standard SQL may be used for additional refinement of the data search (see "Log Type and Name" | Standard SQL may be used for additional refinement of the data search (see "Log Type and Name" | ||
- | Examples 1, show only log for one named wells: | + | Examples 1, show only log for one named wells:\\ |
- | + | '' | |
- | BOREHOLENO | + | |
- | + | ||
- | Examples 2, show only logs for two named wells: | + | |
- | + | ||
- | BOREHOLENO | + | |
- | + | ||
- | Examples 1, show only log for one named wells and a particular GERDA dataset: | + | |
- | + | ||
- | BOREHOLENO | + | |
- | Preview Buttons | + | Examples 2, show only logs for two named wells:\\ |
+ | '' | ||
- | Preview SQL...: | + | Examples 1, show only log for one named wells and a particular GERDA dataset:\\ |
- | Shows a preview of the resulting query in the GERDA database. This is the query that may be refined using the " | + | '' |
- | Preview | + | **Preview |
- | Shows a preview of the data resulting from the query using the [[Dataset Viewer|]]. | + | __Preview SQL…:__ Shows a preview of the resulting query in the GERDA database. This is the query that may be refined using the " |
+ | __Preview Data…: | ||