Terracotta tile server for plotly dash prototype
1.0K
docker run --rm -it -v /$(pwd)/:/data tile_server:0.0.1 terracotta optimize-rasters data/subset_images_ind_bands/*.tif -o cloud-optimized/
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
Content type
Image
Digest
Size
442.1 MB
Last updated
about 6 years ago
docker pull pdh21/kriller_tileserver