Sign inSign up

pdh21/kriller_tileserver

By pdh21

Updated about 6 years ago

Terracotta tile server for plotly dash prototype

Image
0

1.0K

pdh21/kriller_tileserver repository overview

Optimise files

docker run --rm -it -v /$(pwd)/:/data tile_server:0.0.1 terracotta optimize-rasters data/subset_images_ind_bands/*.tif -o cloud-optimized/

Ingest files in database:

terracotta ingest ./cloud-optimized/{}_{date}_{band}.tif -o out.sqlite

Got an example working woth the Bredon data file: terracotta serve -r ./data/{catch}_{town}_{type}_{res}.tif

Get example working on docker: docker run --rm -it -p 5000:5000 -v /$(pwd)/:/data tile_server:0.0.1 terracotta -c config.toml serve -r ./cloud-optimized/{}_{date}_{band}.tif --allow-all-ips

Tag summary

Content type

Image

Digest

Size

442.1 MB

Last updated

about 6 years ago

docker pull pdh21/kriller_tileserver