Skip to content

Commit

Permalink
ver 0.3.0 Breaking upgrade to GEBCO(2023) now. Change to use pipenv f…
Browse files Browse the repository at this point in the history
…or package version management
  • Loading branch information
cywhale committed Nov 29, 2023
1 parent d9fe56f commit 3cc1b62
Show file tree
Hide file tree
Showing 22 changed files with 4,532 additions and 2,784 deletions.
21 changes: 21 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
dask = "==2023.11.0"
fastapi = "==0.104.1"
geopy = "==2.4.1"
gunicorn = "==21.2.0"
numpy = "==1.26.2"
polars = "==0.19.17"
requests = "==2.31.0"
uvicorn = "==0.24.0.post1"
xarray = "==2023.11.0"
zarr = "==2.16.1"

[dev-packages]

[requires]
python_version = "3.11"
675 changes: 675 additions & 0 deletions Pipfile.lock

Large diffs are not rendered by default.

Empty file added __init__.py
Empty file.
3 changes: 3 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@
###### ver 0.2.4 Add jsonsrc can feed JSON url/string, and fix openapi.json in /swagger

###### ver 0.2.5 Package upgrade/improve pm2 restart by pre_stop


#### ver 0.3.0 Breaking upgrade to GEBCO(2023) now. Change to use pipenv for package version management
2 changes: 1 addition & 1 deletion conf/ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
apps : [{
name: 'gebco',
script: 'gunicorn gebco_app:app -w 4 -k uvicorn.workers.UvicornWorker -b 127.0.0.1:8013 --keyfile conf/privkey.pem --certfile conf/fullchain.pem --reload',
script: 'gunicorn gebco_app:app -w 2 -k uvicorn.workers.UvicornWorker -b 127.0.0.1:8013 --keyfile conf/privkey.pem --certfile conf/fullchain.pem --reload',
args: '',
merge_logs: true,
autorestart: true,
Expand Down
Binary file added data_src/GEBCO_2023_Grid_documentation.pdf
Binary file not shown.
Binary file added data_src/GEBCO_Grid_terms_of_use.pdf
Binary file not shown.
Loading

0 comments on commit 3cc1b62

Please sign in to comment.