Kristian Bendiksen

Results 11 comments of Kristian Bendiksen

Hi! It is possible to import color legends from file: https://resinsight.org/3d-main-window/colorlegends/#create-a-custom-color-legend The file format is similar to LYR, but with an extra color code per line. Example file here: https://github.com/OPM/ResInsight/blob/dev/ApplicationLibCode/UnitTests/TestData/RifColorLegendData/Norne_ATW2013ColorHTML.lyr...

Possibly related to style sheet? The point pixel size seems to be correctly set.

Hi @shohirose! Can you check the contents of the "timeFormat" field in the Windows registry? You can find it by opening "regedit.exe" and go into "Compute\HKEY_CURRENT_USER\SOFTWARE\Ceetron\ResInsight\". My value is "hh...

This is also an alternative: https://github.com/nlohmann/json

I am unable to reproduce this one on the Heat_DP_bug1 data. I have tried on Ubuntu 22.04 with v2023.06.1 and dev branch, and with the v2023.06.1 for windows (downloaded from...

`find -iname "*.cpp" | xargs wc -l | sort -n -r` All cpp files with 1000 or more lines: ``` 3513 ./ProjectDataModel/WellLog/RimWellLogTrack.cpp 3373 ./ReservoirDataModel/RigCaseCellResultsData.cpp 3167 ./ProjectDataModel/Summary/RimSummaryPlot.cpp 2749 ./ProjectDataModel/RimEclipseResultDefinition.cpp 2427 ./FileInterface/RifReaderEclipseOutput.cpp...

Unable to reproduce. Seems to work if perforation interval is inside grid.

Seems to be related to Qt's accessibility code. Unable to reproduce on my machine, though. Maybe try to disable screen reader as suggested in https://gitlab.kitware.com/LidarView/lidarview-core/-/issues/47 ?

Suggested solution: Replace the "Export in Local Coordinates" checkbox with a "Coordinate Transformation" drop-down box with three options: - "None": Map axes not exported, raw UTM in coordinates. - "Preserve...

Hi @RPH3 ! Did you have restart file available when you loaded the grid with opm-common input reader? And does it change if you remove the restart file?