This is an old revision of the document!
LAS file support in GS3D
Requirements
Module
Data
Minimum LAS file example
• Well section requires NULL, X, Y values between a “.” and a “:”’ e.g
NULL. -999.999 :
• Well section identifiers are upper case e.g. NULL
• Well section option: WELL, the name of the log
WELL. My well log :
• Curve section with names of the data columns. There must be as many names as data columns. In this example there are two names: Depht and Induction, and exactly two data columns.
Depth.m :
Induction.mS/m :
• The first data column must be depth/elevation values
• Data section values are separated with space character. There can be one or more spaces between values. The space character is the only valid separator!
• Data section decimal separator is dot: “.”
Copy paste example:
~Well
NULL. -999.999 :
X. 566526.9514 :
Y. 6360814.298 :
~Curve
Depth.m :
Induction.mS/m :
~ASCII
0.9 102.392
0.95 78.087
1 70.554
