Skip to content

Commit

Permalink
revert pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjordan29 committed Oct 21, 2024
1 parent 3bdeefe commit e1f1f3f
Show file tree
Hide file tree
Showing 9 changed files with 728 additions and 141 deletions.
110 changes: 110 additions & 0 deletions config-gdp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
server:
bind:
host: 0.0.0.0
port: 5001
url: http://localhost:5001
mimetype: application/json; charset=UTF-8
encoding: utf-8
gzip: false
languages:
# First language is the default language
- en-US
- fr-CA
# cors: true
pretty_print: true
limit: 10
# templates:
# path: /path/to/Jinja2/templates
# static: /path/to/static/folder # css/js/img
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/
# ogc_schemas_location: /opt/schemas.opengis.net


logging:
level: ERROR
#logfile: /tmp/pygeoapi.log

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://example.org
license:
name: CC-BY 4.0 license
url: https://creativecommons.org/licenses/by/4.0/
provider:
name: Organization Name
url: https://pygeoapi.io
contact:
name: Lastname, Firstname
position: Position Title
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: you@example.org
url: Contact URL
hours: Mo-Fr 08:00-17:00
instructions: During hours of service. Off on weekends.
role: pointOfContact

resources:
PRISM:
description:
Parameter-elevation Regressions on Independent Slopes Model Monthly
Climate Data for the Continental United States. January 2012 Shapshot
extents:
spatial:
bbox:
- -125.02083587646484
- 24.10416603088379
- -66.52082824707031
- 49.937503814697266
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin: 1895-01-01 00:00:00+00:00
end: 2013-02-01 00:00:00+00:00
keywords:
- s3
- usgs
- PRISM
providers:
- data: s3://mdmf/gdp/PRISM.zarr
format:
mimetype: application/zip
name: zarr
name: xarray-edr
options:
s3:
anon: true
client_kwargs:
endpoint_url: https://usgs.osn.mghpcc.org/
type: edr
x_field: lon
y_field: lat
title: PRISM
type: collection
Loading

0 comments on commit e1f1f3f

Please sign in to comment.