-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwdi.config.yml
93 lines (92 loc) · 3.66 KB
/
wdi.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
server:
bind:
host: 0.0.0.0
port: 80
url: http://wells.newmexicowaterdata.org
cors: true
pretty_print: true
language: en-US
encoding: utf-8
map:
url: https://maps.wikimedia.org/osm-intl/{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>'
limit: 10
logging:
level: ERROR
#logfile: /tmp/pygeoapi.log
metadata:
identification:
title: WDI PyGEOAPI
description: no description
keywords:
- geospatial
- data
- api
keywords_type: theme
terms_of_service: https://creativecommons.org/licences/by/4.0/
url: https://newmexicowaterdata.org
license:
name: CC-BY 4.0 license
url: https://creativecommons.org/licenses/by/4.0/
provider:
name: NM WDI
url: https://newmexicowaterdata.org
contact:
name: Ross, Jake
position: Technical Lead
address: 801 Leroy Place
city: Socorro
stateorprovince: New Mexico
postalcode: 87801
country: USA
email: jake.ross@nmt.edu
role: pointOfContact
resources:
nmbgmr_wells:
type: collection
title: NMBGMR Wells
description: New Mexico Bureau of Geology Water Wells
keywords:
- observations
- monitoring
links: []
extents:
spatial:
bbox: [-180,-90,180,90]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
provider:
name: SQLiteGPKG
data: data/nmbgmr_wells.gpkg
table: nmbgmr_wells
id_field: id
uri_field: uri
context:
- state: https://schema.org/geoWithin
- place: https://schema.org/geoWithin
- county: https://schema.org/geoWithin
- huc8: https://schema.org/geoWithin
- sta: https://www.w3.org/ns/sosa/sosa:isFeatureOfInterestOf
ose_wells:
type: collection
title: NM OSE Wells
description: New Mexico Office of the State Engineer Wells
keywords:
- observations
- monitoring
links: []
extents:
spatial:
bbox: [-180,-90, 180,90]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
provider:
name: SQLiteGPKG
data: data/ose_wells.gpkg
table: ose_wells
id_field: id
uri_field: uri
context:
- state: https://schema.org/geoWithin
- place: https://schema.org/geoWithin
- county: https://schema.org/geoWithin
- huc8: https://schema.org/geoWithin
- sta: https://www.w3.org/ns/sosa/sosa:isFeatureOfInterestOf