From af836f4e9bd001dc58d98973b35b1a689a0261b8 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Tue, 17 May 2022 12:35:13 +0200 Subject: [PATCH] Update docstring --- qgis/export.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qgis/export.py b/qgis/export.py index ce2bc10..7bc5315 100644 --- a/qgis/export.py +++ b/qgis/export.py @@ -5,6 +5,12 @@ Export layouts from QGIS project to pdf or jpg. Each exported map will contain a different combination of EP/type, e.g. 0.05/'ZSA' +Usage: + > export.bat + +This script must be run with the version of python installed with QGIS, that +is why 'export.bat' is required. + D Howe d.howe@wrl.unsw.edu.au 2022-05-17