Håvard Bjerke
Håvard Bjerke
- [ ] Too dense sampling? Not original sampling? - [ ] Remove "metadata_discrete" object - [ ] Use color tables for colors - [ ] Code to color mapping...
- Target needs to be ES5 for jest testing - Resource files (json, glsl, gltf) need to be embedded in the NPM package. Loading them in the client doesn't work...
The MD, name and color properties on wells should be optional. - [ ] default color should be used if not specified, suggested is solid black - [ ] readout...
Create intersection geometry from well trajectory and project trajectory on intersection Intersected geometry should show both in intersection and 3d views
Not sure what the purpose of the `valueRange` is for the Grid layer. When I change the values, then the property readout values do not change.
Create storybook example with log curves rendered in 3D.
Create a component that can display performance metrics, eg. using the [_onMetrics](https://deck.gl/docs/api-reference/core/deck#_onmetrics) callback for the `SubsurfaceViewer`. Ideally it should support all relevant packages.
The `fontFamily` option, which is present for the `AxesLayer` is missing for `Axes2DLayer`.
Many Well Log Viewer components are implemented as class-based React components. It is recommended to use functional components with Hooks for new development, as they offer a simpler syntax, improved...
Suggestions to improve default mouse camera control behaviour in `SubsurfaceViewer` - [ ] Increase default zoom granularity. Currently using the scrollwheel, each scroll increment results in a large jump in...