This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpygeoapi-config.yml
152 lines (149 loc) · 4.69 KB
/
pygeoapi-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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
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
- fr-CA
cors: true
pretty_print: true
limit: 10
map:
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
logging:
level: ERROR
metadata:
identification:
title:
en: pygeoapi default instance
fr: instance par défaut de pygeoapi
description:
en: pygeoapi provides an API to geospatial data
fr: pygeoapi fournit une API aux données géospatiales
keywords:
en:
- geospatial
- data
- api
fr:
- géospatiale
- données
- api
keywords_type: theme
terms_of_service: https://creativecommons.org/licenses/by/4.0/
url: https://api.opencdms.org
license:
name: CC-BY 4.0 license
url: https://creativecommons.org/licenses/by/4.0/
provider:
name: OpenCDMS
url: https://pygeoapi.io
contact:
name: Admin, OpenCDMS
position: Admin
address: [email protected]
city: City
stateorprovince: Administrative Area
postalcode: Zip or Postal Code
country: England
phone: +xx-xxx-xxx-xxxx
fax: +xx-xxx-xxx-xxxx
email: [email protected]
url: Contact URL
hours: Mo-Fr 08:00-17:00
instructions: During hours of service. Off on weekends.
role: pointOfContact
resources:
climsoft:
type: collection
title: Climsoft Observationfinal
description: Climsoft observations
keywords:
- climsoft
- observation
languages:
- en-US
- fr-CA
context:
- schema: https://schema.org/
obsDatetime:
"@id": schema:observationDate
"@type": schema:DateTime
value:
"@id": schema:value
"@type": schema:Number
links:
- type: text/csv
rel: canonical
title: example data
href: https://github.com/mapserver/mapserver/blob/branch-7-0/msautotest/wxs/data/obs.csv
hreflang: en-US
extents:
spatial:
bbox: [ -180,-90,180,90 ]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin: 1960-10-30T18:24:39Z
end: 2022-10-30T08:57:29Z
providers:
- type: feature
editable: true
name: opencdms.pygeoapi.climsoft_provider.ClimsoftProvider
languages:
- en
- fr
data:
host: 127.0.0.1
port: 23306 # Default 3306 if not provided
dbname: mariadb_climsoft_test_db_v4
user: root
password: password
surface:
type: collection
title: Surface observation data
description: Surface observation data from raw_data
keywords:
- climsoft
- observation
languages:
- en-US
- fr-CA
context:
- schema: https://schema.org/
datetime:
"@id": schema:observationDate
"@type": schema:DateTime
value:
"@id": schema:value
"@type": schema:Number
links:
- type: text/csv
rel: canonical
title: example data
href: https://github.com/mapserver/mapserver/blob/branch-7-0/msautotest/wxs/data/obs.csv
hreflang: en-US
extents:
spatial:
bbox: [ -180,-90,180,90 ]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin: 1960-10-30T18:24:39Z
end: 2022-10-30T08:57:29Z
providers:
- type: feature
editable: true
name: opencdms.pygeoapi.surface_provider.SurfaceProvider
languages:
- en
- fr
data:
host: 127.0.0.1
port: 45432 # Default 5432 if not provided
dbname: postgres
user: postgres
password: password