Wells correlation







Last updated







Last updated
=> og.wellById("261")->correlatedWells:seq
|> og.wellById(_$)
|> (_->location, _->description, _->wellId) every min
=> @chain
=>
location->latitude as lat,
location->longitude as long,
description->name as asset,
'well' as asset_type,
(
description->name as caption,'
'#/wells/'+wellId$+'/parameters' as link
) as tooltip