Closed jyucsiro closed 4 years ago
Create a base flask app to wrap functionality from https://github.com/GeoscienceAustralia/AusPIX_DGGS
Consider these lib for swagger/openapi bindings:
Create a dockerfile extending python 3 base image. You can look at this for a template: https://github.com/CSIRO-enviro-informatics/geometry-data-service/blob/master/api/Dockerfile
Another swagger or openAPI library to consider is connexion - https://github.com/zalando/connexion
Create a base flask app to wrap functionality from https://github.com/GeoscienceAustralia/AusPIX_DGGS
Consider these lib for swagger/openapi bindings:
Create a dockerfile extending python 3 base image. You can look at this for a template: https://github.com/CSIRO-enviro-informatics/geometry-data-service/blob/master/api/Dockerfile