stratus2019/make_tile_cache 0.0.1
alg install stratus2019/make_tile_cache
Make Tile Cache
Algorithm Description
Build a tile cache suitable for viewing imagery on the web.
License
BSD
Homepage
https://tiledriver.com/developer
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
image_filename | Image filename to build cache from | string | |
max_zoom_level | Max zoom leve to build cache to. | integer | |
min_zoom_level | Min zoom level to build cache with. | integer | |
nprocesses | Number of processes to build tile cache from | integer | |
output_dir | Path to directory to place tilecache. | string |
Outputs
Name | Description | Data Type |
---|---|---|
output_fname | Path to zip file containing tile cache. | string |
Versions
- 0.0.1 (current)