Wiktor Niesiobędzki
Wiktor Niesiobędzki
I did investigate that and I think I found the culprit. `wiktorn/overpass-api:latest` is the same as `wiktorn/overpass-api:0.7.61`, and `wiktorn/overpass-api:0.7.61.6` This version of Overpass might have a bug handing this argument....
It's failing because there are no binary arm64 builds available for pyosmium. You need to update Dockerfile and probably ensure that all dependencies required for building are also installed.
I would give it a try with more RAM. I have replica of Poland that runs with 16GB RAM and there wasn't much of headroom.
See #43. That's something that looks feasible, especially that osmium package is already within image. There is already `OVERPASS_PLANET_PREPROCESS`, what should be next - is to add `OVERPASS_DIFF_PREPROCESS` and in...
`OVERPASS_META` argument is also used when running update scripts as well as starting dispatcher. I'm not sure, if removing it will not affect the functionality. I do not have necessary...
I also vote for this feature. Is there any other way to vote? Can't see anywhere documented what's the best way to vote for feature.
Yes, this is main use of this container. With `clone` approach, you won't be able to have `local extract` there, as it will copy full world from the public instance....
> How can we solve linting failure for documentation drifting ? Create Python virtualenv and run `pip install -r tools/requirements.txt`. Then you can run `python tools/tfdoc.py fast/stages/2-networking-c-nva/` and README.md will...
I took a look, it might be the problem in `tfdoc.py` script. I proposed a fix, but I did not have a chance yet to test it on Windows machine....
> Can you please advice If you now update your branch to recent master it should work.