@webviz/subsurface-viewer
Version:
3D visualization component for subsurface reservoir data
4 lines (3 loc) • 300 B
TypeScript
import type { FeatureCollection, GeometryCollection } from "geojson";
/** Projects well trajectories unfolded onto an XY plane. */
export declare function abscissaTransform<TFeatureCollection extends FeatureCollection<GeometryCollection>>(featureCollection: TFeatureCollection): TFeatureCollection;