jonnymaserati / welleng

A collection of Wells/Drilling Engineering tools, focused on well trajectory planning for the time being.
Apache License 2.0
113 stars 31 forks source link

Potential collisions missed using standard ISCWSA clearance check #128

Closed jonnymaserati closed 1 year ago

jonnymaserati commented 2 years ago

The standard ISCWSA clearance check method only interpolates between offset well survey stations and assumes that the reference well survey frequency is sufficient for a thorough collision check - however this is not always the case.

Include a check to identify potential collisions between reference well survey stations and perform more detailed checks where potential collisions may exist.

jonnymaserati commented 2 years ago

The scipy.signal.argrelmin function can be used to find the local minima of the SF results. Then use a scipy.optimize.minimize function to return the minimum SF in the identified interval along with a Node of the interpolated survey station.

jonnymaserati commented 1 year ago

Solution incorporated into #131.