Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:adddata:las [2020/01/14 14:35] – [LAS 2.0 format description from this link:] gs3d | tutorials:adddata:las [2020/03/25 11:08] (current) – removed gs3d | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 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/ | ||
- | |||
- | • The first data column must be depth/ | ||
- | • 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/ | ||
- | ~ASCII\\ | ||
- | 0.9 102.392\\ | ||
- | 0.95 78.087\\ | ||
- | 1 70.554 | ||
- | |||
- | ==== LAS 2.0 format description from this link: ==== | ||
- | |||
- | [[http:// | ||
- | |||
- | • An LAS file is a structured ASCII file containing log curve data and header information. The header information is located at the beginning of the file and followed by curve data.\\ | ||
- | \\ | ||
- | • The standard was designed to simplify the exchange of digital log data between users.\\ | ||
- | \\ | ||
- | • The LAS format is intended for optically presented log curves although other curves may also be included.\\ | ||
- | \\ | ||
- | • The ASCII character set is limited to ASCII 13 (carriage return), ASCII 10 (line feed), and ASCII 32 to ASCII 126 inclusive. All other ASCII characters are not allowed and it is suggested that software readers convert them to a space (removing them may cause issues if the character was intended to represent a space such as the tab character). Line termination will consist of ASCII 13 ASCII 10 (CR LF) except for the last line.\\ | ||
- | \\ | ||
- | • Each LAS 2.0 file contains only one continuous interval in the data section. For example, a repeat section would make up one file and the main pass another.\\ | ||
- | \\ | ||
- | • LAS files end in " | ||
- | \\ | ||
- | • Each LAS file consists of sections. Sections begin with a header line defined as beginning with the ~ tilde character when it occurs as the first non-space character on a line. The character immediately following the tilde character defines the section with the remainder of the line being ignored. The characters " | ||
- | \\ | ||
- | • The sections defined for the LAS 2.0 standard are as follows: | ||
- | |||
- | - " | ||
- | \\ | ||
- | - " | ||
- | \\ | ||
- | - " | ||
- | \\ | ||
- | -" | ||
- | \\ | ||
- | -" | ||
- | \\ | ||
- | - " | ||
- | |||
- | • Two flags are used in LAS files: 1) "#" | ||
- | \\ | ||
- | • The sections " | ||
- | |||