DataAPI
Tile service providing GLTF models for BananaGL library
Last updated
Tile service providing GLTF models for BananaGL library
Last updated
The service frontend is available at .
As this is a service, it consists of several components:
The data storage is just a good old filesystem on our server. It contains folders of data exported from Metacity
- see
The catalog frontend is a small Flask application called
The data is served by Nginx - for more details, see
Currently, we need to upload the processed data to the server manually. If you are interested in us opening the access to others, !
The frontend is a small Flask application, which scans the filesystem on request and presents a list of found datasets. It operates based on a simple config:
It is possible to add a more detailed description to each datasets by placing a description.json
file into the dataset directory next to the obligatory layout.json
. The json gets rendered on the frontend above the dataset url.