Commit Graph

27 Commits

Author SHA1 Message Date
Rebecca Cox
d5b12a8b23 Summary header parsing: Add summary region2region mnemonic 2017-12-15 13:48:20 +01:00
Bjørn Erik Jensen
622161776e CSV import. Rename ColumnInfo to Column 2017-11-28 11:35:17 +01:00
Bjørn Erik Jensen
6d4820a691 CSV import. Replaced old ASCII parser by the new RifCsvUserDataParser 2017-11-28 11:02:46 +01:00
Bjørn Erik Jensen
1acd39898e UserDataParser. Fix unit test 2017-11-23 09:48:36 +01:00
Bjørn Erik Jensen
fb24a9f29b #2018 CSV data. First working version of CSV import 2017-11-23 08:02:27 +01:00
Magne Sjaastad
e9a938ce78 #2003 Observed Data : Compare first time step when merging 2017-11-07 12:33:22 +01:00
Magne Sjaastad
b022492bc1 #2003 Observed Data : Improve detection of scientific number 2017-11-07 11:16:33 +01:00
Magne Sjaastad
179c15ef5c #2003 Observed Data : Adjust minimum required headers based on presence of units and scaling 2017-11-07 11:16:33 +01:00
Magne Sjaastad
d45ca19af4 #2003 Observed Data : Use epoch as start date when no date is present 2017-11-07 11:16:33 +01:00
Magne Sjaastad
222bf38d58 #2066 Observed Data : Detect scaling 2017-11-07 11:16:33 +01:00
Magne Sjaastad
5ab56bb2fb #2066 Observed Data : Improve detection of required header lines 2017-11-07 11:16:33 +01:00
Magne Sjaastad
9d06ef857e #2003 Observed Data : Use time with highest available resolution 2017-11-07 11:16:33 +01:00
Magne Sjaastad
d7f70f5c9f Remove duplicate function 2017-11-07 11:16:33 +01:00
Magne Sjaastad
6b18493599 #2003 Observed Data : Collect detection of string types 2017-11-07 11:16:33 +01:00
Magne Sjaastad
f53acbdce2 #2003 Observed Data : Handle STEPTYPE with potentially missing text for first row 2017-11-06 10:53:46 +01:00
Magne Sjaastad
296bacf7f6 #2003 Observed Data : Merge tables if DATE is present and size is equal 2017-11-03 17:44:48 +01:00
Magne Sjaastad
f50760bb35 #2003 Observed Data : Add basic support for fixed width in parser 2017-11-03 17:42:16 +01:00
Magne Sjaastad
50b2717ed2 #2003 Move conversion from string to double into RiaStdStringTools 2017-11-03 17:42:16 +01:00
Magne Sjaastad
265c0ebb70 #2003 Observed Data : Add file parsing of fixed column width 2017-11-03 17:42:16 +01:00
Magne Sjaastad
fee00918e9 #2066 Observed Data : Major rewrite of varying column width parsing
Add TableInfo to hold a table with several ColumnInfo objects
Improved detection of RifEclipseSummaryAddress from all variants
2017-11-02 19:00:27 +01:00
Rebecca Cox
9aaf56b4ef Observed data parser: Avoid infinite loop on parsing of invalid file 2017-10-12 12:43:55 +02:00
Magne Sjaastad
cc59b85ee9 #1966 : Use DATE if DATE is the only column present 2017-10-05 10:11:30 +02:00
Magne Sjaastad
56cd53a5f0 #1966 Observed Data : Use first item in DATE column as startdate for YEARS 2017-10-05 10:11:30 +02:00
Magne Sjaastad
f3f78995fa #1959 Observed Data : Support custom ordering of header rows 2017-10-03 11:55:06 +02:00
Magne Sjaastad
4c61696f4e #1959 Observed Data : Use seekg after parsing header 2017-10-03 11:55:06 +02:00
Magne Sjaastad
2fc1d20f45 #1959 : Improve detection of comment lines in header 2017-10-03 11:55:06 +02:00
Magne Sjaastad
2d50a68286 Observed Data : Rename to RifEclipseUserDataParserTools 2017-10-02 14:06:43 +02:00