Files
2024-07-21 16:39:08 -04:00

148 lines
4.9 KiB
YAML

server:
bind:
host: 0.0.0.0
port: 5001
url: http://localhost:5001
mimetype: application/json; charset=UTF-8
encoding: utf-8
language: en-US
cors: true
pretty_print: true
limit: 100
# templates: /path/to/templates
map:
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png
attribution: '&copy; <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>'
manager:
name: TinyDB
connection: /tmp/pygeoapi-process-manager.db
output_dir: /tmp/
logging:
level: ERROR
#logfile: /tmp/pygeoapi.log
metadata:
identification:
title: pygeoapi CITE instance
description: pygeoapi instance in support of OGC CITE compliance
keywords:
- geospatial
- data
- api
keywords_type: theme
terms_of_service: https://creativecommons.org/licenses/by/4.0/
url: https://pygeoapi.io
license:
name: CC-BY 4.0 license
url: https://creativecommons.org/licenses/by/4.0/
provider:
name: pygeoapi
url: https://pygeoapi.io
contact:
name: Tom Kralidis
position: Senior Systems Scientist
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: pygeoapi@lists.osgeo.org
url: https://pygeoapi.io/community/
hours: Mo-Fr 08:00-17:00
instructions: During hours of service. Off on weekends.
role: pointOfContact
resources:
canada-hydat-daily-mean-02hc003:
type: collection
title: Daily Mean of Water Level or Flow
description: The daily mean is the average of all unit values for a given day.
keywords: [Daily, Daily Mean, Water Level, Flow, Discharge]
crs:
- CRS84
links:
- type: text/html
rel: canonical
title: Water Level and Flow - Environment Canada
href: https://wateroffice.ec.gc.ca
hreflang: en-CA
- type: text/html
rel: canonical
title: Niveau d'eau et débit - Environnement Canada
href: https://wateroffice.ec.gc.ca/index_f.html
hreflang: fr-CA
- type: text/html
rel: download
title: "National water data archive: HYDAT - Canada.ca"
href: https://www.canada.ca/en/environment-climate-change/services/water-overview/quantity/monitoring/survey/data-products-services/national-archive-hydat.html
hreflang: en-CA
- type: text/html
rel: download
title: "Archives nationales des données hydrologiques : HYDAT - Canada.ca"
href: https://www.canada.ca/fr/environnement-changement-climatique/services/eau-apercu/volume/surveillance/releves/produits-donnees-services/archives-nationales-hydat.html
hreflang: fr-CA
- type: application/zip
rel: download
title: download data
href: https://collaboration.cmc.ec.gc.ca/cmc/hydrometrics/www
hreflang: en-CA
extents:
spatial:
bbox: [-142, 52, -52, 84]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin: 1850-01-01T00:00:00Z
end: null # or empty
providers:
- type: feature
name: TinyDB
data: ../data/canada-hydat-daily-mean-02hc003.tinydb
id_field: IDENTIFIER
time_field: DATE
lakes:
type: collection
title: Large Lakes
description: lakes of the world, public domain
keywords:
- lakes
crs:
- CRS84
links:
- type: text/html
rel: canonical
title: information
href: http://www.naturalearthdata.com/
hreflang: en-US
extents:
spatial:
bbox: [-180,-90,180,90]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin: 2011-11-11T00:00:00Z
end: null # or empty
providers:
- type: feature
name: GeoJSON
data: ../data/ne_110m_lakes.geojson
id_field: id
- type: tile
name: MVT-tippecanoe
data: ../data/tiles/ne_110m_lakes
options:
bounds: [[-124.953634,-16.536406],[109.929807,66.969298]]
zoom:
min: 0
max: 5
format:
name: pbf
mimetype: application/vnd.mapbox-vector-tile
hello-world:
type: process
processor:
name: HelloWorld