-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpywps.cfg
50 lines (45 loc) · 1.16 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
[metadata:main]
identification_title=Digital Earth Australia WPS
identification_abstract=Digital Earth Australia WPS Service
identification_keywords=WPS,GRASS,PyWPS
identification_keywords_type=theme
identification_fees=None
identification_accessconstraints=None
provider_name=Digital Earth Australia
provider_url=http://www.ga.gov.au/dea
contact_name=Digital Earth Australia
contact_position=Organization
contact_address=GPO Box 378
contact_city=Canberra
contact_stateorprovince=ACT
contact_postalcode=2601
contact_country=Australia
contact_phone=+61 2 6249 9111
contact_fax=+61 2 6249 9999
contact_url=http://www.ga.gov.au/dea/contact-us
contact_hours=9:00-17:00AEST
contact_instructions=Send us an email
contact_role=pointOfContact
[server]
maxsingleinputsize=1mb
maxrequestsize=3mb
url=%(WPS_BASEURL)s
workdir=/tmp
maxprocesses=10
parallelprocesses=-1
outputurl=%(url)s/outputs/
outputpath=/opt/outputs/
storagetype=s3
[processing]
mode=default
[logging]
level=INFO
file=logs/pywps.log
database=sqlite:///logs/pywps-logs.sqlite3
[grass]
gisbase=/usr/local/grass-7.3.svn/
[s3]
bucket=dea-wps-results
region=ap-southeast-2
public=true