Kristian Bendiksen
acddb4a156
#4819 Export correct UTM coordinates.
2019-10-22 21:58:45 +02:00
Kristian Bendiksen
847bd0736a
#4819 Write contour map metadata header.
2019-10-22 21:58:45 +02:00
Kristian Bendiksen
174248087d
#4819 Add option to exclude undefined values from contour map export.
2019-10-22 21:58:45 +02:00
Kristian Bendiksen
8e076b3acb
#4821 Add python objects for Contour Map export.
2019-10-22 21:58:45 +02:00
Kristian Bendiksen
c615c7507b
#4820 Start using RicfCommand for RicExportContourMapToAsciiFeature.
2019-10-22 09:15:26 +02:00
Gaute Lindkvist
dc9e064c9a
#4819 Basic export and nearly completed UI.
2019-10-22 08:43:07 +02:00
Gaute Lindkvist
b3dd2109ac
#4819 Add separate header prefix for RifTextDataTableFormatter.
2019-10-22 08:43:07 +02:00
Gaute Lindkvist
7f3240fd70
#4819 Export contour map to ascii.
2019-10-22 08:43:07 +02:00
Kristian Bendiksen
3cbbf1fd6e
Merge pull request #4870 from OPM/system-refactor-EclipseDataTableFormatter-rename
...
Rename RifEclipseOutputDataTable* to RifTextDataTable*
2019-10-22 08:27:32 +02:00
Magne Sjaastad
53e8cc82bd
#4876 Resampeled Plot Data: Show time short text labels when possible
2019-10-19 15:05:59 +02:00
Magne Sjaastad
6d7b29bb29
#4893 Formations : Make sure "layer_zone_table.txt" is defined once
2019-10-18 14:45:12 +02:00
Magne Sjaastad
3f617c93d2
#4893 Import Observed FMU data : Add error message
2019-10-18 14:36:53 +02:00
Gaute Lindkvist
d681b75d24
Rename RifEclipseOutputDataTable* to RifTextDataTable*
2019-10-15 17:05:46 +02:00
Gaute Lindkvist
d21afc5a41
#4866 Fix Python example script
2019-10-15 16:26:41 +02:00
Gaute Lindkvist
d3140b6aac
System command command file merger ( #4845 )
...
* Move Import WellPaths command-file functionality into RicImportWellPaths
* Add new RICF_init macros for command file objects
* Make project save commands available in Python
* Fix RiaLogging build errors
* Move RiaLogging include from RiaGrpcServer.h to cpp file
2019-10-15 15:46:19 +02:00
Gaute Lindkvist
708d4b6197
Fix compile issue after RicImportWellPath rename
2019-10-09 11:00:11 +02:00
Gaute Lindkvist
32817d2cc6
Renamed RicWellPathsImportFileFeature to RicImportWellPaths
2019-10-09 09:27:26 +02:00
Gaute Lindkvist
11117383db
#4817 #4830 #4832 #4837 #4839 Python commands for WBS creation, well path import and well log file import ( #4838 )
...
* Better minimum width for well log tracks
* Fix alignment of scrollbar in Well log plots
* Better Well Log Plot export
* Hide scroll bar before plotting
* Better borders
* Create plots through Python
* #4817 Create WBS plots with Python
* Rebase Summary and WellLogPlot on top of a new RimPlot
* Also Python: Allow setting folder as a parameter to export_snapshots
* #4832 Prepare for well path import command
* Well Path import WIP
* #4830 #4832 Import well paths and well log files from file using Python.
* #4837 Implement import of formation names in Python
* Fix debug build issue
* Fix RiaLogging build issue
* Fix warnings
* Yet another RiaLogging.h import added
* #4839 Import exporting of las and ascii files from well log plots
2019-10-09 09:21:28 +02:00
Magne Sjaastad
06b007effb
Ensemble plot templates ( #4829 )
...
* #4828 Summary Plot Templates : Support ensembles as plot data sources
Guard null pointer access and use regexp to match case and index
2019-10-08 09:08:04 +02:00
Magne Sjaastad
55224bed3d
Fix signed/unsigned compare
2019-10-08 08:20:03 +02:00
Magne Sjaastad
1f181fa175
#4827 Completion Data : Guard index out of range
2019-10-08 08:01:25 +02:00
Magne Sjaastad
cc746a20cb
#4828 Summary Plot Templates : Robustification
2019-10-08 07:27:45 +02:00
Magne Sjaastad
5a410ca8be
#4828 Summary Plot Templates : Use regexp to match case and index
2019-10-07 12:05:14 +02:00
Magne Sjaastad
56a5a750f2
#4828 Summary Plot Templates : Improve robustness
2019-10-07 10:30:17 +02:00
Magne Sjaastad
9365511f3d
#4828 Summary Plot Templates : Remove unused function
2019-10-07 07:47:44 +02:00
Magne Sjaastad
2c73b2ed02
#4828 Summary Plot Templates : Support ensembles as plot data sources
2019-10-04 18:46:30 +02:00
Magne Sjaastad
8a11c565f3
#4827 Completion Data : Support Eclipse input text files as data source
2019-10-04 15:55:31 +02:00
Magne Sjaastad
a6733ae776
Merge pull request #4818 from OPM/improve-ensemble-stepping
...
Improve ensemble stepping
2019-10-04 11:43:06 +02:00
Magne Sjaastad
311dd5b5c4
#4811 Source Stepping : Fix well stepping for ensembles
2019-10-04 09:09:22 +02:00
Gaute Lindkvist
f5b10b4d70
#4800 WBS: Add parameter track which is off by default ( #4816 )
...
* Initial WIP
* Identical results with spreadsheet
* Improved and more robust smoothing by filtering points first
* Improved smoothing and more GUI
* Include mixed-label for smoothing threshold
* Implement WBS parameters track
* Much better alignment of tracks without flickering
* Don't replace user description when dragging and dropping tracks
* Fix missing OBG and SH curves
* Fix curve and track D&D
* Make sure parameter curves aren't WBS curves
2019-10-03 14:41:37 +02:00
Magne Sjaastad
c90e7e0663
#4814 Ensemble Summary Curves : Fix creation of new curve set
2019-10-03 14:36:10 +02:00
Gaute Lindkvist
55f0cac713
#4664 Implement smoothing of WBS curves ( #4809 )
...
* Initial WIP
* Identical results with spreadsheet
* Improved and more robust smoothing by filtering points first
* Improved smoothing and more GUI
* Include mixed-label for smoothing threshold
2019-10-03 14:16:56 +02:00
Magne Sjaastad
5a2bea38f7
#4750 Summary : Use first ensemble case if no standalone case is found
2019-10-03 10:12:50 +02:00
Gaute Lindkvist
86b1264a7b
Merge pull request #4804 from OPM/feature-minor-wbs-changes
...
Minor wbs changes
2019-10-02 17:56:09 +02:00
Magne Sjaastad
7ce7211187
Merge remote-tracking branch 'origin/dev' into summary-template-adjustments
2019-09-30 19:43:08 +02:00
Gaute Lindkvist
62c48d3cdb
#4797 Alphabetize order of well log channels in LAS-file export
2019-09-30 15:35:15 +02:00
Gaute Lindkvist
288acda703
#4801 Prefix WBS-las export and capitalize file name
2019-09-30 15:35:15 +02:00
Gaute Lindkvist
7f4869f37c
#4802 Change default colors of WBS plots
2019-09-30 15:35:15 +02:00
Magne Sjaastad
7173f1d4be
#4796 Summary Plot Template : Fix typo in include file name
2019-09-30 14:05:19 +02:00
Magne Sjaastad
0698674d59
#4796 Summary Plot Template : Add context menu of summary cases
2019-09-30 13:28:08 +02:00
Magne Sjaastad
64e617562d
#4796 Summary Plot Template : Add context menu of summary cases
2019-09-30 07:50:51 +02:00
Magne Sjaastad
18e6bec1bf
#4796 Summary Plot Template : Move code to SummaryPlotTemplateTools
2019-09-29 12:42:38 +02:00
Magne Sjaastad
fbfba745c3
#4796 Summary Plot Template : Add context menu to selected summary cases
2019-09-29 12:31:21 +02:00
Magne Sjaastad
d2df004cf3
#4795 Summary Plot Templates : Make sure summary address is valid
...
If the summary address specified in the template does not exist, uses the first valid address of the specified quantity.
2019-09-27 16:18:12 +02:00
Magne Sjaastad
cf482edd3e
#4795 Summary Plot Templates : Do not set custom plot title
2019-09-27 16:14:56 +02:00
Gaute Lindkvist
7625da7a21
#4790 Make sure window maximation state is restored after project load + tiling fixes
2019-09-27 15:29:24 +02:00
Magne Sjaastad
1ab58449bd
#4793 Summary Plot Templates : Help accessible from About menu
2019-09-27 15:15:09 +02:00
Gaute Lindkvist
1e75c3aff6
Merge pull request #4771 from OPM/feature-ensemble-sources
...
Ensemble RFT: Keep matching sources when switching well plus lots of other changes
2019-09-27 11:04:42 +02:00
Gaute Lindkvist
79da8ba5b5
#4773 Ensemble RFT: load formation file when loading observed data
2019-09-26 15:43:13 +02:00
Magne Sjaastad
b8e36de943
#4707 Update web address for Help/User Guide/F1
2019-09-26 10:04:26 +02:00