Both sides previous revisionPrevious revisionNext revision | Previous revision |
geoscene3d:project_content:datasets:logs_dataset [2020/02/12 16:24] – rebecca130301_gmail.com | geoscene3d:project_content:datasets:logs_dataset [2020/03/22 18:14] (current) – external edit 127.0.0.1 |
---|
A Logs Dataset is a specialized [[:geoscene3d:project_content:datasets:tabular_dataset|]] containing columnar data of values measured at different depths or elevations in wells. A dataset may contain multiple parameters from multiple wells. | A Logs Dataset is a specialized [[:geoscene3d:project_content:datasets:tabular_dataset|]] 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 [[:geoscene3d:project_content:datasets:tabular_dataset|]] or from an [[:geoscene3d:project_content:datasets:access_database_source|Access Database Source]] in [[:geoscene3d:project_content:datasets:gerda_database_format|GERDA Database Format]]. | Logs datasets are extracted from any of the sources that may be used for a [[:geoscene3d:project_content:datasets:tabular_dataset|]] or from an [[:geoscene3d:project_content:sources:access_database_source|]] in [[:geoscene3d:project_content:dataformats: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.\\ |
[[:geoscene3d:project_content:datasets:access_database_source|Access Database Source]] of any format\\ | [[:geoscene3d:project_content:sources:access_database_source|]] of any format\\ |
[[:geoscene3d:project_content:datasets:csv_file_source|CSV File Source]]. Formatted as shown below\\ | [[:geoscene3d:project_content:sources:csv_file_source|]]. Formatted as shown below\\ |
[[:geoscene3d:project_content:datasets:firebird_database_source|Firebird Database Source]] of any format\\ | [[:geoscene3d:project_content:sources:firebird_database_source|]] of any format\\ |
[[:geoscene3d:project_content:datasets:odbc_source|ODBC Source]] | [[:geoscene3d:project_content:sources:odbc_source|]] |
| |
Example of CSV file formatted for log data. Contains X, Y, Z, and three parameters. The columns may be in any order.<code> | Example of CSV file formatted for log data. Contains X, Y, Z, and three parameters. The columns may be in any order.<code> |
__Y:__ Field or column name for Y coordinates (required).\\ | __Y:__ Field or column name for Y coordinates (required).\\ |
__Well ID:__ Field or column name for Well ID (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" and "Z = Depth" radio buttons. Note: If Z = Depth the Z values are converted to elevation using the designated scene terrain model surface. See [[:geoscene3d:project_content:datasets:project_settings|Project Settings]].\\ | __Z:__ Field or column name for Z coordinates. Be sure to check the "Z = Elevation" and "Z = Depth" radio buttons. Note: If Z = Depth the Z values are converted to elevation using the designated scene terrain model surface. See [[:geoscene3d:application:project_settings|]].\\ |
__Value fields (Optional):__ List the names of the parameter value fields that should be included in the resulting dataset. The default "*" means that all fields will be included. If this box is left blank all fields are included. | __Value fields (Optional):__ List the names of the parameter value fields that should be included in the resulting dataset. The default "*" means that all fields will be included. If this box is left blank all fields are included. |
| |
**Preview Buttons** \\ | **Preview Buttons** \\ |
__Preview SQL…:__ Shows a preview of the resulting query. Advanced users can use this option to analyze the resulting query.\\ | __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 [[:geoscene3d:project_content:datasets:dataset_viewer|Dataset Viewer]]. | __Preview Data…:__ Shows a preview of the data resulting from the query using the [[:geoscene3d:application:data_management:dataset_viewer|]]. |
| |
==== GERDA Database Source ==== | ==== GERDA Database Source ==== |
| |
A logs dataset may be extracted directly from a [[:geoscene3d:project_content:datasets:gerda_database|GERDA Database]] in either Note: Because the GERDA logs dataset also uses a [[:geoscene3d:project_content:datasets:jupiter|Jupiter]] well database logs from GERDA is primarily intended for Danish users.\\ | A logs dataset may be extracted directly from a [[:geoscene3d:project_content:dataformats:gerda_database_format|GERDA Database]] in either Note: Because the GERDA logs dataset also uses a [[:geoscene3d:project_content:dataformats:jupiter_database_format|Jupiter]] well database logs from GERDA is primarily intended for Danish users.\\ |
[[:geoscene3d:project_content:datasets:access_database_source|Access Database Source]] in [[:geoscene3d:project_content:datasets:gerda_database_format|GERDA Database Format]]\\ | [[:geoscene3d:project_content:sources:access_database_source|]] in [[:geoscene3d:project_content:dataformats:gerda_database_format|]]\\ |
[[:geoscene3d:project_content:datasets:firebird_database_source|Firebird Database Source]] in [[:geoscene3d:project_content:datasets:gerda_database_format|GERDA Database Format]] | [[:geoscene3d:project_content:sources:firebird_database_source|]] in [[:geoscene3d:project_content:dataformats: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. |
**Preview Buttons** \\ | **Preview Buttons** \\ |
__Preview SQL…:__ Shows a preview of the resulting query in the GERDA database. This is the query that may be refined using the "Additional Conditions"\\ | __Preview SQL…:__ Shows a preview of the resulting query in the GERDA database. This is the query that may be refined using the "Additional Conditions"\\ |
__Preview Data…:__ Shows a preview of the data resulting from the query using the [[:geoscene3d:project_content:datasets:dataset_viewer|Dataset Viewer]]. | __Preview Data…:__ Shows a preview of the data resulting from the query using the [[:geoscene3d:application:data_management:dataset_viewer|]]. |
| |
| |