Zabamund / wellpathpy

Well deviation import
GNU Lesser General Public License v3.0
78 stars 28 forks source link

Remove surface_northing and surface_easting from location.py? #25

Closed Zabamund closed 3 years ago

Zabamund commented 3 years ago

We currently pass self to the position method but also the surface_easting and _northing. This seems redundant as perhaps we can just do:

northing -= northing
easting -= easting

dropping this here so I don't forget to look into this.

Zabamund commented 3 years ago

No this is incorrect; we do need the surface_easting and surface_northing arguments.