Guest User

Untitled

a guest
Nov 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from qgis.core import *
  2. QgsApplication.setPrefixPath(r"C:Program FilesQGIS 3.4appsqgis", True)
  3. qgs = QgsApplication([], False)
  4. qgs.initQgis()
  5. qgs.exitQgis()
Add Comment
Please, Sign In to add comment