Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
geoscene3d:data_formats_and_specifications:lasfilespecifications [2020/03/20 15:26] – rebecca130301_gmail.com | geoscene3d:data_formats_and_specifications:lasfilespecifications [2020/03/23 23:32] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
• Well section **requires NULL, X, Y** values between a “.” and a “:”’ e.g | • Well section **requires NULL, X, Y** values between a “.” and a “:”’ e.g | ||
+ | < | ||
+ | NULL. -999.999 : | ||
- | NULL. -999.999 : | + | </ |
• Well section **identifiers are upper case** e.g. NULL | • Well section **identifiers are upper case** e.g. NULL | ||
• Well section **option: WELL**, the name of the log | • Well section **option: WELL**, the name of the log | ||
+ | < | ||
+ | WELL. My well 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: Depth and Induction, and exactly two data columns. | • Curve section with names of the data columns. **There must be as many names as data columns**. In this example there are two names: Depth and Induction, and exactly two data columns. | ||
+ | < | ||
+ | | ||
+ | | ||
- | Depth.m :\\ | + | </code> |
- | Induction.mS/m : | + | |
• The first data **column must be depth/ | • 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 **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**: “.” | • Data section **decimal separator is dot**: “.” | ||
+ | ==== Copy paste example: ==== | ||
- | **Copy paste example:** \\ | ||
~Well\\ | ~Well\\ | ||
NULL. -999.999 :\\ | NULL. -999.999 :\\ |