0.10.6 • Published 10 months ago

@equinor/videx-wellog v0.10.6

Weekly downloads
140
License
MIT
Repository
github
Last release
10 months ago

npm.io npm.io SCM Compliance

Videx well log

Well log powered by the ViDEx well log components and Volve open data sets provided by Equinor.

volve-well-log

Installation

npm install @equinor/videx-wellog

Docs

Generate type-doc to ./docs

npm run docs 

Storybook

# from root:
npm run storybook:install
npm run storybook

Tracks

Tracks are containers that can be added to a wellog component. A Track is resposible to react to lifecycle events provided by its container.

Distribution Track

The Distribution Track visualizes the distribution of categories along a depth axis, showing how different components vary continuously or discretely with depth.

Config

Provided is a sample configuration object for setting up a Distribution Track.

{
  label: 'Distribution',
  abbr: 'Dst',
  data: [
    {
        "depth": 1,
        "composition": [
            { "key": "Red Stone", "value": 80.00 },
            { "key": "Grey Stone", "value": 20.00 }
        ]
    },
    {
        "depth": 2,
        "composition": [
            { "key": "Red Stone", "value": 40.00 },
            { "key": "Grey Stone", "value": 60.00 }
        ]
    }
  ],
  legendConfig: distributionLegendConfig,
  components: {
    'Red Stone': {
      color: 'FireBrick',
      textColor: '#8E1B1B', // Optional, will use color by default
    },
    'Grey Stone': {
      color: 'SlateGrey',
    },
},
  interpolate: true,
}

Note: distributionLegendConfig will use color given in components.

Assumptions

  • Depth is sorted in ascending order.
  • Composition totals 100.

Contribution

We greatly appreciate contributions to this repository, see our contribution page on how to get started.

0.10.2

1 year ago

0.10.3

11 months ago

0.10.4

11 months ago

0.10.5

10 months ago

0.10.6

10 months ago

0.10.0

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.5

1 year ago

0.8.4

1 year ago

0.8.3

2 years ago

0.8.2

2 years ago

0.8.1

2 years ago

0.8.0-beta.0

3 years ago

0.8.0

3 years ago

0.7.3

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.5.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.1

4 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.16-alpha

5 years ago

0.2.15-alpha

5 years ago

0.2.14-alpha

5 years ago

0.2.13-alpha

5 years ago

0.2.12-alpha

5 years ago

0.2.11-alpha

5 years ago

0.2.10-alpha

5 years ago

0.2.8-alpha

5 years ago

0.2.9-alpha

5 years ago

0.2.7-alpha

5 years ago

0.2.5-alpha

5 years ago

0.2.6-alpha

5 years ago

0.2.4-alpha

5 years ago

0.2.3-alpha

5 years ago

0.2.2-alpha

6 years ago

0.2.1-alpha

6 years ago

0.2.0-alpha

6 years ago

0.1.0-alpha

6 years ago

0.0.19-alpha

6 years ago

0.0.18-alpha

6 years ago

0.0.17-alpha

6 years ago

0.0.16-alpha

6 years ago

0.0.15-alpha

6 years ago

0.0.14-alpha

6 years ago

0.0.13-alpha

6 years ago

0.0.12-alpha

6 years ago

0.0.2-alpha

6 years ago