User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
geoscene3d:data_formats_and_specifications:lasfilespecifications [2020/02/23 17:07] – created rebecca130301_gmail.comgeoscene3d:data_formats_and_specifications:lasfilespecifications [2020/03/23 23:32] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== LAS file support in GS3D ====== ====== LAS file support in GS3D ======
- 
-==== Requirements ==== 
- 
-=== Module === 
- 
-FIXME 
- 
-=== Data === 
  
 ==== Minimum LAS file example ==== ==== Minimum LAS file example ====
Line 14: 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
 +<code>
 +     NULL. -999.999 :
  
-NULL. -999.999 :+</code>
  
 • 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
 +<code>
 +     WELL. My well log :
  
-WELL. My well log :+</code>
  
 • 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.
 +<code>
 +     Depth.m :\\
 +     Induction.mS/m :
  
-Depth.m :\\ +</code>
-Induction.mS/m :+
  
 • The first data **column must be depth/elevation values**.\\ • 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 **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 :\\

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information