![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@equinor/videx-wellog
Advanced tools
Well log powered by the ViDEx well log components and Volve open data sets provided by Equinor.
npm install @equinor/videx-wellog
Generate type-doc to ./docs
npm run docs
# from root:
npm run storybook:install
npm run storybook
Tracks are containers that can be added to a wellog component. A Track is resposible to react to lifecycle events provided by its container.
The Distribution Track visualizes the distribution of categories along a depth axis, showing how different components vary continuously or discretely with depth.
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.
We greatly appreciate contributions to this repository, see our contribution page on how to get started.
FAQs
Visualisation components for wellbore log data
The npm package @equinor/videx-wellog receives a total of 810 weekly downloads. As such, @equinor/videx-wellog popularity was classified as not popular.
We found that @equinor/videx-wellog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.