forked from geopython/pygeoapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.config.sandbox.yml
117 lines (111 loc) · 3.75 KB
/
local.config.sandbox.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
server:
bind:
host: 0.0.0.0
port: 5000
url: https://czs-pygeoapi.ddr-dev.services.geo.ca
mimetype: application/json; charset=UTF-8
encoding: utf-8
gzip: false
languages:
- en-US
- fr-CA
cors: true
pretty_print: true
limit: 500
map:
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
attribution: <a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia
maps</a> | Map data © <a href="https://openstreetmap.org/copyright">OpenStreetMap
contributors</a>
ogc_schemas_location: http://schemas.opengis.net
manager:
name: TinyDB
connection: /tmp/pygeoapi-test-process-manager.db
output_dir: /tmp
logging:
level: INFO
metadata:
identification:
title: PyGeoAPI for NRCan collections
description: NRCan's implementation of the PyGeoAPI to provide an API to NRCan's
geospatial data
keywords:
- geospatial
- data
- api
keywords_type: theme
terms_of_service: https://creativecommons.org/licenses/by/4.0/
url: https://github.com/geopython/pygeoapi
license:
name: CC-BY 4.0 license
url: https://creativecommons.org/licenses/by/4.0/
provider:
name: pygeoapi Development Team
url: https://pygeoapi.io
contact:
name: Roy, Alexandre
position: Lead Dev
address: Mailing Address
city: City
stateorprovince: Administrative Area
postalcode: Zip or Postal Code
country: Canada
phone: +xx-xxx-xxx-xxxx
fax: +xx-xxx-xxx-xxxx
email: alexandre.roy@nrcan-nrcan.gc.ca
url: Contact URL
hours: Hours of Service
instructions: During hours of service. Off on weekends.
role: pointOfContact
settings:
extract_url: https://ftp-dev.services.geo.ca/pub/czs/
catalogue_url: https://maps.canada.ca/geonetwork/srv/eng/csw?request=GetRecordById&service=CSW&version=2.0.2&elementSetName=full&outputSchema=http://www.isotc211.org/2005/gmd&typeNames=gmd:MD_Metadata&constraintLanguage=FILTER&id={metadata_uuid}
secret_aws_key: /dev/cdtk_api_pygeoapi
supported_crs: [3857, 3978, 3979, 4269, 4326, 4617]
resources:
obs:
type: collection
title: Observations
description: My cool observations
keywords:
- observations
- monitoring
context:
- datetime: https://schema.org/DateTime
- vocab: https://example.com/vocab#
stn_id: "vocab:stn_id"
value: "vocab:value"
links:
- type: text/csv
rel: canonical
title: data
href: https://github.com/mapserver/mapserver/blob/branch-7-0/msautotest/wxs/data/obs.csv
hreflang: en-US
- type: text/csv
rel: alternate
title: data
href: https://raw.githubusercontent.com/mapserver/mapserver/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: 2000-10-30T18:24:39Z
end: 2007-10-30T08:57:29Z
providers:
- type: feature
name: CSV
data: tests/data/obs.csv
id_field: id
geometry:
x_field: long
y_field: lat
hello-world:
type: process
processor:
name: HelloWorld
pygeometa-metadata-validate:
type: process
processor:
name: pygeometa.pygeoapi_plugin.PygeometaMetadataValidateProcessor