-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #461 from kinverarity1/reshape-in-data-reader
Allow different data types per curve in data section reader
- Loading branch information
Showing
4 changed files
with
183 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
~VERSION INFORMATION | ||
VERS. 1.2: CWLS LOG ASCII STANDARD -VERSION 1.2 | ||
WRAP. NO: ONE LINE PER DEPTH STEP | ||
~WELL INFORMATION BLOCK | ||
STRT.M 1670.000000: | ||
STOP.M 1669.750000: | ||
STEP.M -0.1250: | ||
NULL. -999.2500: | ||
COMP. COMPANY: # ANY OIL COMPANY LTD. | ||
WELL. WELL: ANY ET AL OIL WELL #12 | ||
FLD . FIELD: EDAM | ||
LOC . LOCATION: A9-16-49-20W3M | ||
PROV. PROVINCE: SASKATCHEWAN | ||
SRVC. SERVICE COMPANY: ANY LOGGING COMPANY LTD. | ||
DATE. LOG DATE: 25-DEC-1988 | ||
UWI . UNIQUE WELL ID: 100091604920W300 | ||
~CURVE INFORMATION | ||
DEPT.M : 1 DEPTH | ||
DT_STR .US/M : 2 SONIC TRANSIT TIME | ||
RHOB_INT.K/M3 : 3 BULK DENSITY | ||
NPHI_FLOAT.V/V : 4 NEUTRON POROSITY | ||
~PARAMETER INFORMATION | ||
~Other | ||
~A DEPTH DT RHOB NPHI | ||
1670.000 123.450 2550.000 0.450 | ||
1669.875 123.450 2550.000 0.450 | ||
1669.750 123.450 2550.000 0.450 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters