forked from geopython/pygeoapi
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpygeoapi-config_indoorFeature.yml
More file actions
87 lines (82 loc) · 2.58 KB
/
Copy pathpygeoapi-config_indoorFeature.yml
File metadata and controls
87 lines (82 loc) · 2.58 KB
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
server:
bind:
host: 0.0.0.0
port: 5000
url: http://localhost:5000
mimetype: application/json; charset=UTF-8
encoding: utf-8
language: en-US
cors: true
map:
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
limits:
default_items: 20
max_items: 50
pretty_print: true
# templates:
# path: /home/csm/venv/IndoorGML_API/pygeoapi/templates
# static: /home/csm/venv/IndoorGML_API/pygeoapi/static/folder # css/js/img
logging:
level: DEBUG
#logfile: /pygeoapi/log.py # Or a path on your MacBook like ./pygeoapi.log
metadata:
identification:
title: IndoorFeatures API Demonstration
description: Developing IndoorGML and IndoorJSON support for OGC API Standards.
keywords:
- IndoorGML
- PNU
- AIST
- OGC
terms_of_service: https://creativecommons.org/licenses/by/4.0/ # Add this line!
url: http://localhost:5000
provider:
name: PNU STEMLab and AIST IPRI
url: https://github.com/STEMLab
license:
name: MIT
url: https://opensource.org/licenses/MIT
contact:
name: Taehoon KIM
email: kim.taehoon@aist.go.jp
url: https://github.com/STEMLab/IndoorGML_API
resources:
pusan_national_university:
type: collection
itemType: indoorfeature
title:
en: Open IndoorFeauture sample data
fr: Ouvrir les données d'exemple IndoorFeature
description:
en: Sample IndoorFeature data from Pusan National University
fr: Données d'échantillon IndoorFeature de l'Université Nationale de Pusan
keywords:
en:
- indoorGML
- pnu-201
fr:
- indoorGML
- pnu-201
links:
- type: text/html
rel: canonical
title: information
href: https://github.com/STEMLab/IndoorGML_API
hreflang: en-CA
extents:
spatial:
bbox: [-180,-90,180,90]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
providers:
- type: indoorfeature
name: CSV
data: data/sample/sample_indoor.json
id_field: id
geometry:
x_field: long
y_field: lat
hello-world:
type: process
processor:
name: HelloWorld