Colin Dellow

Results 37 comments of Colin Dellow

Reading the code a bit more closely, it looks like libosmium maintains the order of blocks when calling the handler. Since the handler only runs on a single thread, that...

If anyone else is interested in this, I've started republishing the QRank dataset as an SQLite artifact weekly. It can be fetched from https://github.com/hikeratlas/qrank/releases/download/latest/qrank.db Hope that's OK - if not,...

I'd be interested in this feature, too - specifically case (3) described in https://github.com/protomaps/go-pmtiles/issues/105#issuecomment-1857413031 I've used tile-join to similar effect, but based on https://github.com/felt/tippecanoe/issues/10, I wonder if its support is...

Hey, glad you were able to get it working. I think you're touching on two things. 1) How do we warn people that `suggest_facets` should probably be disabled? 2) Why...

Ah, great, thanks for chasing that down! I'll leave this open as a reminder that it'd be good to add a warning about facet suggestions on startup

Nice debugging! `--shard-stores` and `--fast` together should probably be rejected by tilemaker before it does any real work, since they try to achieve mutually exclusive goals. I'll try to send...

I don't know how/if you do automated tests for performance, so I haven't changed any of the tests.

Ack, this PR is broken. I see now that the `inner.*` is necessary for ensuring the correct count in the face of rows having duplicate values in views. That fixes...

I pushed a revised version which ends up being faster -- the example which currently takes 4 seconds now runs in 500ms.