Keybase proof
I hereby claim:
- I am jorgejesus on github.
- I am dovtov (https://keybase.io/dovtov) on keybase.
- I have a public key ASC7TIAkj21oc4ydbamSyjCG1U4d2wkAFIgYkmNVNf46bAo
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# Credit https://giters.com/decuser | |
# packages needed Ubuntu 20.04.3 LTS | |
# libsqlite3-dev lib3-mod-spatialite zlib1g-dev | |
set +x | |
PY_VERSION=3.10.1 | |
export MAKE_OPTS="-j8" | |
export PYTHON_CONFIGURE_OPTS="$PYTHON_CONFIGURE_OPTS --enable-loadable-sqlite-extensions" |
I hereby claim:
To claim this, I am signing this object:
{ | |
"openapi":"3.0.2", | |
"info":{ | |
"title":"GeoServer Web Feature Service", | |
"description":"This is the reference implementation of WFS 1.0.0 and WFS 1.1.0, supports all WFS operations including Transaction.", | |
"contact":{ | |
"name":"Jorge - pygeoapi", | |
"email":"foo@protonmail.com" | |
}, | |
"version":"2.18-SNAPSHOT" |
{ | |
'server': { | |
'bind': { | |
'host': '0.0.0.0', | |
'port': 5000 | |
}, | |
'url': 'http://localhost:5000/', | |
'mimetype': 'application/json; charset=UTF-8', | |
'encoding': 'utf-8', | |
'language': 'en-US', |
{ | |
'openapi': '3.0.2', | |
'tags': [ | |
{ | |
'name': 'server', | |
'description': 'pygeoapi provides an API to geospatial data', | |
'externalDocs': { | |
'description': 'information', | |
'url': 'http://example.org' | |
} |