Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glenrobson/iiif-tiler-action

A github action to create level0 tiles with a Github action
https://github.com/glenrobson/iiif-tiler-action

Last synced: about 1 month ago
JSON representation

A github action to create level0 tiles with a Github action

Awesome Lists containing this project

README

        

# iiif-tiler-action
A github action to create level0 tiles using [iiif-tiler](https://github.com/glenrobson/iiif-tiler) with a Github action.

## Testing

Unit tests are in the `tests` folder and can be run with:
```
python -m unittest discover -s tests
```

Run single test:
```
python -m unittest tests.test_update_manifest.TestUpdateManifest.test_canvas_label
```