Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ec81ea745 | |||
| 79b0116d9a | |||
| cdc8717bde | |||
| 7141e081cc | |||
| 5ee0e75025 | |||
| 7bdbbb7cdf | |||
| 3bde1c3b93 | |||
| 0eb30470c6 | |||
| 652c52937c |
@@ -1,3 +1,6 @@
|
||||
access_log
|
||||
error_log
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
+1
-1
@@ -128,4 +128,4 @@ resources:
|
||||
hello-world:
|
||||
type: process
|
||||
processor:
|
||||
name: HelloWorld
|
||||
name: HelloWorld
|
||||
|
||||
@@ -17,3 +17,4 @@ shapely
|
||||
SQLAlchemy<2.0.0
|
||||
tinydb
|
||||
unicodecsv
|
||||
specklepy==2.19.6
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
source .venv/bin/activate
|
||||
|
||||
export PYGEOAPI_CONFIG="example-config.yml"
|
||||
export PYGEOAPI_OPENAPI="example-openapi.yml"
|
||||
export MAPTILER_KEY_SPECKLE="qam9vwl7bVk5tW1oZu46"
|
||||
export PORT=8000
|
||||
|
||||
gunicorn pygeoapi.flask_app:APP --timeout 100000 --access-logfile access_log --error-logfile error_log --capture-output
|
||||
Reference in New Issue
Block a user