-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpywps.cfg
45 lines (43 loc) · 1.34 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
[server]
encoding=utf-8
language=en-US
url=http://localhost:5000/wps
maxinputparamlength=1024
maxsingleinputsize=1024
maxrequestsize=3mb
temp_path=./tmp
processes_path=
outputurl=/data/
outputpath=./data/
workdir=./tmp
maxprocesses=20
parallelprocesses=30
[processing]
mode=default
[metadata:main]
identification_title= NOBV PyWPS server
identification_abstract=PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
identification_keywords=PyWPS,WPS,OGC,processing, Groundwater, Timeseries
identification_keywords_type=Groundwater
identification_fees=NONE
identification_accessconstraints=NONE
provider_name=Deltares
provider_url=https://www.deltares.nl/
contact_name=Helpdesk Data
contact_position=Helpdesk
contact_city=Delft
contact_stateorprovince=South Holland
contact_postalcode=Zip or Postal Code
contact_country=Country
contact_phone=+xx-xxx-xxx-xxxx
contact_fax=+xx-xxx-xxx-xxxx
contact_url=https://www.deltares.nl/
contact_hours=Hours of Service
contact_instructions=During hours of service. Off on weekends.
contact_role=Gerrit Hendriksen
[logging]
level=INFO
file=logs/pywps.log
format=%(asctime)s] [%(levelname)s] file=%(pathname)s line=%(lineno)s module=%(module)s function=%(funcName)s %(message)s