# ================================================================= # # Authors: Benjamin Webb # # Copyright (c) 2022 Benjamin Webb # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation # files (the "Software"), to deal in the Software without # restriction, including without limitation the rights to use, # copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following # conditions: # # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # # ================================================================= server: bind: host: 0.0.0.0 port: 80 url: http://localhost:5000 mimetype: application/json; charset=UTF-8 encoding: utf-8 gzip: false language: en-US cors: true pretty_print: true limit: 10 # templates: /path/to/templates map: url: https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png attribution: 'Wikimedia maps | Map data © OpenStreetMap contributors' ogc_schemas_location: /schemas.opengis.net logging: level: ERROR #logfile: /tmp/pygeoapi.log metadata: identification: title: SODA pygeoapi demo instance description: pygeoapi for Socrata Open Data API keywords: - soda - socrata - 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: Center for Geospatial Solutions url: https://www.lincolninst.edu/center-geospatial-solutions contact: name: Webb, Benjamin position: Softare Developer 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: you@example.org url: Contact URL hours: Hours of Service instructions: During hours of service. Off on weekends. role: pointOfContact resources: earthquakes: type: collection title: USGS Earthquakes Demo description: USGS Earthquakes Demo keywords: - earthquakes - usgs links: - type: text/html rel: canonical title: data source href: https://soda.demo.socrata.com/dataset/USGS-Earthquakes-Demo/emdb-u46w/ hreflang: en-US extents: spatial: bbox: [-180, -90, 180, 90] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 providers: - type: feature name: Socrata data: https://soda.demo.socrata.com/ resource_id: emdb-u46w id_field: earthquake_id time_field: datetime geom_field: location