import { WellSource } from "../../model/wellSource"; export const exampleWellSourceItems: WellSource[] = [ { name: "34/10-8", waterDepth: { value: 100.0, unit: "meter", }, wellhead: { x: 457008.04, y: 6781760.88, crs: "EPSG:23031", }, source: { assetExternalId: "asset:34/10-8", sourceName: "Petrel", }, description: "this is a test well ingestion", country: "Norway", quadrant: "8", spudDate: "2017-05-17", block: "34/10", field: "field", operator: "Op1", wellType: "production", license: "MIT", region: "North Sea", }, ];