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

__init__.py (130B)


      1 def classFactory(iface):
      2     from .profile_interpreter import ProfileInterpreterPlugin
      3     return ProfileInterpreterPlugin(iface)