Jonny
Jonny
Hi there! I'm getting the following error when I `!pip install kraky` in colab: ```terminal ERROR: pip's dependency resolver does not currently take into account all the packages that are...
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...
When using the `welleng.survey.Survey.interpolate_md` method, providing an `md` param equal to the shallowest survey md returns an `AssertionError`. It should return the shallowest md.
Add a convenience method for plotting a trajectory with the indicated projections.
Need to modify the function below to better handle fitting a min_curve to a tight survey, by processing a `dls_design=None` parameter to initiate a `radius_design` to a high number (e.g....
Use the lists attached survey object instead of continuously slicing lists when calculating the survey errors.
The code for balancing the radii for the upper and lower curve sections can take a couple of hundred iterations before finding an acceptable solution. This can likely be improved...
Hi there I've noticed that hover data has stopped showing (for me at least)... is this a known issue? I have the following code: ``` if names is not None:...
A description of the different aggregation methods is missing from the docs - it'd be nice if they were added. Referencing the `aggregations.py` file it becomes obvious, but not everyone...