qgis-profile-interpreter

qgis plugin for placing 3D points along elevation profiles
git clone git://src.adamsgaard.dk/qgis-profile-interpreter # fast
git clone https://src.adamsgaard.dk/qgis-profile-interpreter.git # slow
Log | Files | Refs | README | LICENSE Back to index

metadata.txt (1418B)


      1 [general]
      2 name=Profile Interpreter
      3 qgisMinimumVersion=3.40.0
      4 qgisMaximumVersion=4.99.0
      5 description=Place 3D interpretation points by clicking on the Elevation Profile view
      6 version=0.1.2
      7 author=Anders Damsgaard and Jakob Lanstorp
      8 email=andam@geus.dk
      9 about=Plugin for interpreting geophysical sections and borehole data. Adds a tool that captures clicks on the QGIS Elevation Profile panel and places PointZ features at the clicked along-section position and elevation. Useful for digitizing geological boundaries and other interpretation points from profile views such as those produced by the TEM Loader plugin.
     10 changelog=
     11     0.1.2
     12       * CRS-aware geometry reprojection when active layer has a different CRS
     13       * SVG toolbar icon
     14       * Feature IDs derived from target layer; no duplicate IDs across sessions
     15       * Warn and abort on addFeatures failure instead of silently dropping points
     16       * Replace console print with QgsMessageLog
     17     0.1.1
     18       * Do not force-enable snapping on tool activation; leave snapping to user settings
     19     0.1.0
     20       * Active-layer targeting, canvas redraw fix, test suite, PyQt5/6 support
     21     0.0.1
     22       * Pick PointZ interpretation features on the Elevation Profile canvas
     23 tracker=https://gitlab.com/qgeomodel/qgis-profile-interpreter/issues
     24 repository=https://gitlab.com/qgeomodel/qgis-profile-interpreter
     25 homepage=https://gitlab.com/qgeomodel/qgis-profile-interpreter