tilequeue icon indicating copy to clipboard operation
tilequeue copied to clipboard

Queue operations to manage the processes surrounding tile rendering.

Results 39 tilequeue issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v2.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.5.0...v4.6.0) - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v1.9.0 → v3.13.0](https://github.com/asottile/reorder-python-imports/compare/v1.9.0...v3.13.0) - https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.5.7 → v2.3.1](https://github.com/hhatto/autopep8/compare/v1.5.7...v2.3.1) - [github.com/asottile/yesqa: v0.0.11 → v1.5.0](https://github.com/asottile/yesqa/compare/v0.0.11...v1.5.0) -...

Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Bumps [redis](https://github.com/redis/redis-py) from 2.10.6 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...

dependencies

Hi, i was wondering if there is a way to see the progress of processing, and maybe how many tiles are processed per second just to get an idea of...

A lot of people (or at least myself) will come to tilequeue because it's used as a component of [tileserver](https://github.com/tilezen/tileserver). IIt would be good to explain how to contribute to...

Add contour lines layer support.

We support adding [key-value tags to stored S3 objects](https://github.com/tilezen/tilequeue/blob/c410aa52b1985c478a4da1484d5d5426b98d28e3/tilequeue/store.py#L155-L156), however this can be unexpectedly costly and we've [turned it off by default](https://github.com/tilezen/tileops/pull/46). The ability to trace the run which generated...

At the moment, tilequeue reads a `label-placement-layers` configuration from the RAWR section of its own configuration. However, this really ought to be a style option in `queries.yaml`, as it needs...

In order to be resilient to region failure, and to get tiles closer to the clients downloading them, it would be helpful to be able to write tiles into multiple...

in review