Metadata-Version: 2.1
Name: gateway-4d-viewer
Version: 1.1.37
Summary: A flask-based gateway for serving data to Earthwave's 4d viewer client.
Home-page: https://earthwave.co.uk/
Author: Earthwave Ltd
Author-email: info@earthwave.co.uk
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: flask_cors
Requires-Dist: gunicorn
Requires-Dist: google-cloud-storage
Requires-Dist: google-api-core
Requires-Dist: schema

# gateway_4d_viewer
This repository hosts a simple flask app that serves data from various sources to Earthwave's 4d viewer client.

The package is typically run via gunicorn inside a container with the likes of google cloud run but can be downloaded
and run independently - such as within a juptyhub environemnt.

For core API definition, see gateway_4d_viewer/routes*.py.

For help with this package please e-mail support@earthwave.co.uk
