forked from rldhont/PyWPS-QGIS-Processing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pywps.cfg
executable file
·77 lines (73 loc) · 1.83 KB
/
pywps.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[wps]
encoding=utf-8
title=PyWPS Server
version=1.0.0
abstract=See http://pywps.wald.intevation.org and http://www.opengeospatial.org/standards/wps
fees=None
constraints=none
serveraddress=http://localhost/cgi-bin/wps
keywords=GRASS,GIS,WPS
lang=en-CA
[provider]
providerName=Your Company Name
individualName=Your Name
positionName=Your Position
role=Your role
deliveryPoint=Street
city=City
postalCode=000 00
country=eu
providerSite=http://foo.bar
phoneVoice=False
phoneFacsimile=False
administrativeArea=False
hoursofservice=0:00-24:00
contactinstructions=none
[server]
maxoperations=30
maxinputparamlength=1024
maxfilesize=3mb
tempPath=/tmp
processesPath=
outputUrl=http://localhost/wps/wpsoutputs
outputPath=/path/to/wps/wpsoutputs
debug=true ;deprecated since 3.2, use logLevel instead
logFile=/path/to/pywps/wps/error.log
logLevel=INFO
[qgis]
prefix=/usr
#user_folder=/home/user/.qgis2 it's for log and batch file
user_folder=/tmp
#qgis,gdalogr,script,model,r,grass,grass70,saga
providers=model,qgis
#buffer
algs_filter=
#modeler:buffer
algs=
#projects_folder is for store project associated with algorithms
projects_folder=/path/to/projects
#http://localhost/cgi-bin/qgis_mapserv.fcgi
qgisserveraddress=
[qgis_processing]
ACTIVATE_QGIS=True
ACTIVATE_GDALOGR=True
ACTIVATE_SCRIPT=True
ACTIVATE_MODEL=True
ACTIVATE_R=True
ACTIVATE_GRASS=False
ACTIVATE_GRASS70=False
ACTIVATE_SAGA=True
#MODELS_FOLDER=/path/to/processes/processing/models
#SCRIPTS_FOLDER=/path/to/processes/processing/scripts
#R_FOLDER=/home/path/to/processes/processing/rscripts
SAGA_208=False
SAGA_IMPORT_EXPORT_OPTIMIZATION=False
SAGA_AUTO_RESAMPLING=True
SAGA_RESAMPLING_REGION_CELLSIZE=1
SAGA_RESAMPLING_REGION_XMIN=0
SAGA_RESAMPLING_REGION_YMIN=0
SAGA_RESAMPLING_REGION_XMAX=1000
SAGA_RESAMPLING_REGION_YMAX=1000
SAGA_LOG_CONSOLE=True
SAGA_LOG_COMMANDS=True