-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpywps.cfg
38 lines (36 loc) · 1.42 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
[metadata:main]
identification_title=LycheePy Server
identification_abstract=LycheePy is a distributed processing server which allows the publication of pre-defined processing chains through a WPS interface, implemented with PyWPS. In addition, it provides direct integration with repositories (e.g. GeoServer, FTP servers, or you own integration), allowing the automatic publication of processing results.
identification_keywords=LycheePy,WPS,PyWPS,Processes,Geospatial,Distribution,Automatic,Products,Publication,Repositories
identification_keywords_type=theme
identification_fees=None
identification_accessconstraints=None
provider_name=LycheePy Development Team
provider_url=http://lycheepy.org/
contact_name=Gabriel Jose Bazan
contact_position=Developer
contact_stateorprovince=Somewhere
contact_city=Space-time
contact_address=Somewhere in space-time
contact_postalcode=0
contact_country=World, Internet
contact_phone=+00
contact_fax=+00
contact_url=https://github.com/gabrielbazan/lycheepy
contact_hours=12:00-20:00UTC
contact_instructions=Knock on the heavens door
contact_role=LycheePy Development Team
[server]
maxsingleinputsize=10mb
maxrequestsize=30mb
url=http://{host_name_or_ip}
outputurl=http://{host_name_or_ip}/outputs/
outputpath=/root/outputs
workdir=/root/workdir
maxprocesses=10
parallelprocesses=20
[logging]
level=INFO
file=/root/logs/pywps.log
database=sqlite:////root/logs/pywps-logs.sqlite3