-
Notifications
You must be signed in to change notification settings - Fork 3
/
example-config.yml
100 lines (94 loc) · 2.55 KB
/
example-config.yml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
server:
bind:
host: 0.0.0.0
port: 5000
url: http://localhost:5000
mimetype: application/json; charset=UTF-8
encoding: utf-8
gzip: false
languages:
- en-US
# cors: true
pretty_print: true
limit: 10
# templates:
# path: /path/to/Jinja2/templates
# static: /path/to/static/folder # css/js/img
map:
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
manager:
name: pygeoapi_prefect.manager.PrefectManager
# name: TinyDB
# connection: /tmp/pygeoapi-process-manager.db
output_dir: /tmp/
# ogc_schemas_location: /opt/schemas.opengis.net
logging:
level: DEBUG
#logfile: /tmp/pygeoapi.log
metadata:
identification:
title:
en: pygeoapi default instance
description:
en: pygeoapi provides an API to geospatial data
keywords:
en:
- geospatial
- data
- api
keywords_type: theme
terms_of_service: https://creativecommons.org/licenses/by/4.0/
url: https://example.org
license:
name: CC-BY 4.0 license
url: https://creativecommons.org/licenses/by/4.0/
provider:
name: Organization Name
url: https://pygeoapi.io
contact:
name: Lastname, Firstname
position: Position Title
address: Mailing Address
city: City
stateorprovince: Administrative Area
postalcode: Zip or Postal Code
country: Country
phone: +xx-xxx-xxx-xxxx
fax: +xx-xxx-xxx-xxxx
email: you@example.org
url: Contact URL
hours: Mo-Fr 08:00-17:00
instructions: During hours of service. Off on weekends.
role: pointOfContact
resources:
hello-world:
type: process
processor:
name: HelloWorld
# greeter:
# type: process
# processor:
# name: pygeoapi.process.hello_world.GreeterProcessor
simple-flow:
type: process
processor:
name: pygeoapi_prefect.examples.simple_prefect.SimpleFlowProcessor
prefect:
result_storage: remote-file-system/test-sb1-results
deployment:
name: minio
queue: pygeoapi
storage_block: remote-file-system/test-sb1
storage_sub_path: simple-flow-flow
hi-prefect-world:
type: process
processor:
name: pygeoapi_prefect.examples.hi_prefect_world.HiPrefectWorldProcessor
prefect:
result_storage: remote-file-system/test-sb1-results
deployment:
name: minio
queue: pygeoapi
storage_block: remote-file-system/test-sb1
storage_sub_path: hi-prefect-world-flow