Skip to content

Releases: Loop3D/loopresources

v0.0.2

25 Feb 22:03
01627e4

Choose a tag to compare

0.0.2 (2025-11-19)

Bug Fixes

  • add code to merge two interval tables: Currently a bit slow (12d7b02)
  • add flag for +ve dips down, convert +ve dips to negative on load (0da4293)
  • add function to calculate drillhole intersection with implicit function (24fe408)
  • add holeid to drillhole implicit function intersection (b8cab24)
  • add intersection value to implicit function intersection calc (5d7f802)
  • add vtk method for database and drillhole. (c63a25d)
  • adding efficient numpy resampling logic (91f370a)
  • adding orientation calc from alpha beta (3deed6e)
  • adding pre-commit (83ed914)
  • allow point/interval tables to be csv paths (72176fb)
  • assign property name directly to vtk object (27b2093)
  • avoid pandas copy warning (672e965)
  • avoiding overcalling pandas insert (dcbecfe)
  • change alphabetagamma to use dhconfig (2d84986)
  • change interval/point mapping to use pandas syntax (8724b6e)
  • change to add version in pyproject (28b0251)
  • don't list holes that are in collar but not survey (7850a35)
  • get version from pyproject (58195dd)
  • incorrect postive dips down (fa4372d)
  • making code robust to bad input. Also return dip not inclination where dip was passed (e7dc61b)
  • map resample correctly (ab58470)
  • migrate to pyproject from setup.py (c78608a)
  • move drillhole to own file and add a class to wrap interpolation of xyz along depth (57dc65c)
  • pandas indexing creating incompatible arrays (5c055b9)
  • remove -z conversion and enforce - angle dips down (a7ddc20)
  • remove add_ninety and dip_is_incl (b16ed91)
  • remove divide by 0 (9dff175)
  • removing unused modules (5702dd5)
  • try and guess the table type (04f0506)
  • updating desurvey (9412301)
  • use pd.rename to change column names (687d101)
  • use slerp instead of interp1 for orientation interpolation (57781d0)
  • use two/from to build grid and add merge intervals back in WARNING its slow (ba37b52)
  • variables from different tables desurveyed onto same interval (abbe11f)

Documentation

  • updating docstrings to be numpy compliant (0dd5060)