.babelrc.json
.eslintignore
.eslintrc
.gitignore
.npmignore
.prettierignore
.prettierrc
.pylintrc
LICENSE
MANIFEST.in
README.md
_validate_init.py
bandit.yml
index.html
package-lock.json
package.json
pytest.ini
setup.py
tsconfig.json
webpack.config.js
.github/CODEOWNERS
.github/workflows/webviz-subsurface-components.yml
examples/example_hm.py
examples/example_layered_map.py
examples/example_leaflet_map.py
examples/example_leaflet_map_colorscale.py
examples/example_leaflet_map_draw.py
examples/example_leaflet_map_hillshading.py
examples/example_leaflet_map_layer_manipulation.py
examples/example_morris.py
examples/example_prior_posterior.py
examples/example_subsurface_map.py
examples/example-data/layered-map-data.npz.gz
src/demo/App.js
src/demo/HistoryMatchDemo.js
src/demo/LayeredMapDemo.js
src/demo/LeafletMapDemo.js
src/demo/MorrisDemo.js
src/demo/PriorPosteriorDistributionDemo.js
src/demo/SubsurfaceMapDemo.js
src/demo/index.js
src/demo/example-data/layered-map.json
src/demo/example-data/leaflet-map.json
src/demo/example-data/prior-posterior.json
src/demo/example-data/subsurface-map.json
src/lib/index.js
src/lib/components/HistoryMatch/HistoryMatch.jsx
src/lib/components/HistoryMatch/index.js
src/lib/components/HistoryMatch/components/history_matching_plot.js
src/lib/components/HistoryMatch/utils/history_matching.js
src/lib/components/HistoryMatch/utils/legend.js
src/lib/components/LayeredMap/LayeredMap.jsx
src/lib/components/LayeredMap/index.js
src/lib/components/LayeredMap/layered-map.css
src/lib/components/LayeredMap/components/CanvasOverlay.react.js
src/lib/components/LayeredMap/components/Colormap.react.js
src/lib/components/LayeredMap/components/CompositeMapLayer.react.js
src/lib/components/LayeredMap/components/DrawControls.react.js
src/lib/components/LayeredMap/components/ImageOverlayWebGL.react.js
src/lib/components/LayeredMap/components/OptionalLayerControl.react.js
src/lib/components/LayeredMap/components/Switch.react.js
src/lib/components/LayeredMap/components/ValueInfoBox.react.js
src/lib/components/LayeredMap/components/VerticalZoom.react.js
src/lib/components/LayeredMap/shaders/fragmentShaderWithHillshading.fs.glsl
src/lib/components/LayeredMap/shaders/fragmentShaderWithoutHillshading.fs.glsl
src/lib/components/LayeredMap/shaders/vertexShader.vs.glsl
src/lib/components/LayeredMap/webgl/alter_image.js
src/lib/components/LeafletMap/LeafletMap.jsx
src/lib/components/LeafletMap/README.md
src/lib/components/LeafletMap/context.js
src/lib/components/LeafletMap/index.js
src/lib/components/LeafletMap/components/CompositeMapLayers.js
src/lib/components/LeafletMap/components/Controls/Controls.js
src/lib/components/LeafletMap/components/Controls/index.js
src/lib/components/LeafletMap/components/Controls/components/Colorbar.js
src/lib/components/LeafletMap/components/Controls/components/DrawControls.js
src/lib/components/LeafletMap/components/Controls/components/MousePosition.js
src/lib/components/LeafletMap/components/Controls/components/ScaleControl.js
src/lib/components/LeafletMap/components/Controls/components/Switch/L.SwitchControl.js
src/lib/components/LeafletMap/components/Controls/components/Switch/Switch.js
src/lib/components/LeafletMap/components/Controls/components/VerticalZoom/L.VerticalZoom.js
src/lib/components/LeafletMap/components/Controls/components/VerticalZoom/VerticalZoom.js
src/lib/components/LeafletMap/layers/L.imageWebGLOverlay.js
src/lib/components/LeafletMap/layers/L.tileWebGLLayer.js
src/lib/components/LeafletMap/shaders/blackalpha.fs.glsl
src/lib/components/LeafletMap/shaders/color.fs.glsl
src/lib/components/LeafletMap/shaders/image.fs.glsl
src/lib/components/LeafletMap/shaders/position.vs.glsl
src/lib/components/LeafletMap/shaders/hillshading/ambient.fs.glsl
src/lib/components/LeafletMap/shaders/hillshading/combined.fs.glsl
src/lib/components/LeafletMap/shaders/hillshading/directlightning.fs.glsl
src/lib/components/LeafletMap/shaders/hillshading/elevation.fs.glsl
src/lib/components/LeafletMap/shaders/hillshading/normals.fs.glsl
src/lib/components/LeafletMap/shaders/hillshading/softshadow.fs.glsl
src/lib/components/LeafletMap/shaders/hillshading/soft/softHillshading.fs.glsl
src/lib/components/LeafletMap/shaders/hillshading/soft/softHillshading.vs.glsl
src/lib/components/LeafletMap/utils/colorScale.js
src/lib/components/LeafletMap/utils/element.js
src/lib/components/LeafletMap/utils/image.js
src/lib/components/LeafletMap/utils/index.js
src/lib/components/LeafletMap/utils/leaflet.js
src/lib/components/LeafletMap/webgl/drawFunc.js
src/lib/components/LeafletMap/webgl/vec3.js
src/lib/components/LeafletMap/webgl/commands/drawRawImage.js
src/lib/components/LeafletMap/webgl/commands/drawWithAdvancedHillShading.js
src/lib/components/LeafletMap/webgl/commands/drawWithColormap.js
src/lib/components/LeafletMap/webgl/commands/drawWithHillShading.js
src/lib/components/LeafletMap/webgl/commands/index.js
src/lib/components/LeafletMap/webgl/eqGL/README.md
src/lib/components/LeafletMap/webgl/eqGL/builder.js
src/lib/components/LeafletMap/webgl/eqGL/draw.js
src/lib/components/LeafletMap/webgl/eqGL/framebuffer.js
src/lib/components/LeafletMap/webgl/eqGL/index.js
src/lib/components/LeafletMap/webgl/eqGL/texture.js
src/lib/components/LeafletMap/webgl/eqGL/variable.js
src/lib/components/LeafletMap/webgl/eqGL/webglutils.js
src/lib/components/Map/Map.jsx
src/lib/components/Map/index.js
src/lib/components/Map/utils/cell.js
src/lib/components/Map/utils/color-scale.js
src/lib/components/Map/utils/compass.js
src/lib/components/Map/utils/component.js
src/lib/components/Map/utils/distance-scale.js
src/lib/components/Map/utils/eventbus.js
src/lib/components/Map/utils/field.js
src/lib/components/Map/utils/flow_animation.js
src/lib/components/Map/utils/flow_map.js
src/lib/components/Map/utils/grid.js
src/lib/components/Map/utils/infobox.js
src/lib/components/Map/utils/linear_algebra.js
src/lib/components/Map/utils/map.js
src/lib/components/Map/utils/map2d.js
src/lib/components/Map/utils/particle.js
src/lib/components/Map/utils/particle_generator.js
src/lib/components/Map/utils/util.js
src/lib/components/Map/utils/vertical-slider.js
src/lib/components/Map/utils/tests/arbitraries.js
src/lib/components/Map/utils/tests/cell.spec.js
src/lib/components/Map/utils/tests/grid.spec.js
src/lib/components/Map/utils/tests/linear_algebra.spec.js
src/lib/components/Map/utils/tests/testingUtils.js
src/lib/components/Morris/Morris.jsx
src/lib/components/Morris/index.js
src/lib/components/Morris/morris.css
src/lib/components/Morris/utils/morris.js
src/lib/components/PriorPosteriorDistribution/PriorPosteriorDistribution.jsx
src/lib/components/PriorPosteriorDistribution/index.js
src/lib/components/PriorPosteriorDistribution/prior_posterior_distribution.css
src/lib/components/PriorPosteriorDistribution/utils/prior_posterior_distribution.js
src/lib/shared/component.js
src/lib/shared/eventbus.js
src/lib/shared/slider.css
src/lib/shared/slider.js
tests/__init__.py
tests/test_hm.py
tests/test_morris.py
tests/data/hm_data.json
tests/data/morris_data.json
webviz_subsurface_components/HistoryMatch.py
webviz_subsurface_components/LayeredMap.py
webviz_subsurface_components/LeafletMap.py
webviz_subsurface_components/Map.py
webviz_subsurface_components/Morris.py
webviz_subsurface_components/PriorPosteriorDistribution.py
webviz_subsurface_components/__init__.py
webviz_subsurface_components/_imports_.py
webviz_subsurface_components/metadata.json
webviz_subsurface_components/package.json
webviz_subsurface_components/webviz_subsurface_components.css
webviz_subsurface_components/webviz_subsurface_components.dev.js
webviz_subsurface_components/webviz_subsurface_components.min.js
webviz_subsurface_components.egg-info/PKG-INFO
webviz_subsurface_components.egg-info/SOURCES.txt
webviz_subsurface_components.egg-info/dependency_links.txt
webviz_subsurface_components.egg-info/requires.txt
webviz_subsurface_components.egg-info/top_level.txt