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

setup.cfg (103B)


      1 [flake8]
      2 max-line-length = 99
      3 exclude =
      4     .artifacts,
      5     .git,
      6     __pycache__,
      7     build,
      8     dist