qgis-tem-loader

qgis plugin for loading TEM geophysical inversion XYZ files as 3D objects
git clone git://src.adamsgaard.dk/qgis-tem-loader # fast
git clone https://src.adamsgaard.dk/qgis-tem-loader.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