Matt Amos

Results 89 comments of Matt Amos

The `planet-dump-ng` software only sets the [current time in the PBF header](https://github.com/zerebubuth/planet-dump-ng/blob/master/src/pbf_writer.cpp#L147), not the sequence number. This is because the planet dump is an independent process from the replication diffs...

Wow. I guess there's a bug in there that's massively undercounting or underestimating the byte count for relations. Short term, you could try reducing the constant in https://github.com/zerebubuth/planet-dump-ng/blob/master/src/pbf_writer.cpp#L107 to 0.125...

Urgh. Crap. Sorry about that. I've pushed [v1.2.5](https://github.com/zerebubuth/planet-dump-ng/releases/tag/v1.2.5), which should have the lower limit plus also a reduced recheck time. I'm hoping that helps, and I'll try to repro locally...

Thanks for your patience! I think I found what was causing the issue: basically [relation 6677259](https://www.openstreetmap.org/relation/6677259) is very large (some versions >25k members) and has relatively many versions (about 440),...

@bcamper I was thinking about the transition between roads, and wondering how flexible we can be with the end caps? For example, if we have the topology (hi, TopoJSON!) then...

@bcamper We can try recovering adjacency data in the same way we do for TopoJSON tiles. The difficulty might be if we have any joins which don't occur at the...

If I'm understanding `werkzeug` correctly, it looks like it [might be difficult to add headers to its exceptions](https://github.com/pallets/werkzeug/blob/d129d17066768238139b8f8a5d667d9a4f4d68db/werkzeug/exceptions.py#L128-L130), unfortunately. We used to run `tileserver` behind a proxy, would it be...

Refs mapzen/tilequeue#70.

I think both mechanisms would be good to have. Rolling the deploy requires outside tooling, which is great for anything which is compatible with that. But I wouldn't be confident...

We've been using Batch + `rawr-tile` rather than SQS + `rawr-process` for our more recent runs, so apologies if my memory of how the SQS-based system works is a little...