In IntersectionRealizationGridProvider, for instance, we are currently using the min/max values of the whole grid. This was to better support browsing of wellbores. However, in some cases it might also be interesting to support other color ranges:
- range for current intersection
- range across all grids in all realizations
- range across all timestamps
We could consider if we want to add an option to the data provider. For the latter two, we have to check if we can extract enough metadata from Sumo, but the first one is easy to implement.
In
IntersectionRealizationGridProvider, for instance, we are currently using the min/max values of the whole grid. This was to better support browsing of wellbores. However, in some cases it might also be interesting to support other color ranges:We could consider if we want to add an option to the data provider. For the latter two, we have to check if we can extract enough metadata from Sumo, but the first one is easy to implement.