Håvard Bjerke

Results 74 comments of Håvard Bjerke

PR submitted to deck.gl: https://github.com/visgl/deck.gl/pull/7814

Wait for info about AspenTech organization on GitHub.

@nilscb can we rephrase this as a use case and leave the suggested implementation as a detail (there might be other ways to achieve the same goal)? Eg. "Option to...

Deck.gl discussion: https://github.com/visgl/deck.gl/discussions/7557

Some more ideas: * Recycling the 3D canvas when the mouse cursor leaves it and replacing it with a snapshot * Using scissor test for each viewport and overlaying the...

I think this is related to [#669](https://github.com/equinor/webviz-subsurface-components/issues/669). @tagr71 do you have an example open ArcGIS service that we can use for testing?

Should be fairly simple to achieve with a [Tile3DLayer](https://deck.gl/docs/api-reference/geo-layers/tile-3d-layer), btw. Here is an example: https://deck.gl/examples/arcgis/

Looks like some NPD data uses some ArcGIS specific JSON format for describing geometry. Could we use this library to convert to GeoJSON: https://www.npmjs.com/package/@esri/arcgis-to-geojson-utils @amroahmed90