{
"server": {
"bind": {
"host": "0.0.0.0",
"port": 5000
},
"url": "http://localhost:5000",
"admin": true,
"mimetype": "application/json; charset=UTF-8",
"encoding": "utf-8",
"languages": ["en-US"],
"cors": true,
"pretty_print": true,
"limit": 10,
"map": {
"url": "https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png",
"attribution": "Wikimedia maps | Map data © OpenStreetMap contributors"
}
},
"logging": {
"level": "INFO"
},
"metadata": {
"identification": {
"title": {
"en": "pygeoapi default instance"
},
"description": {
"en": "pygeoapi provides an API to geospatial data"
},
"keywords": {
"en": ["geospatial", "data", "api"]
},
"keywords_type": "theme",
"terms_of_service": "https://creativecommons.org/licenses/by/4.0/",
"url": "http://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": "Hours of Service",
"instructions": "During hours of service. Off on weekends.",
"role": "pointOfContact"
}
},
"resources": {
"hello-world": {
"type": "process",
"processor": {
"name": "HelloWorld"
}
}
}
}