Sarah Hoffmann
Sarah Hoffmann
I've used [modernizr](https://modernizr.com) to check if local storage is available. It also detects this kind of problem.
That's funny. A colon was never an acceptable separator for osm2pgsql as far as I know. The main thing that has changed is that recent versions of osm2pgsql complain about...
I'm not entirely happy with all the code duplication. Keeping the py and pyi files in sync will be a pain. So I'm not sure how to go forward with...
Thanks for looking into this. If you want to play with the pybind version, the current state is on branch https://github.com/osmcode/pyosmium/tree/pybind-rewrite. It only works with python3 at the moment and...
Sounds all good to me. And I see that your mypy change got merged already. I couldn't help with pybind11 either, as my C++ skills do not include that level...
Closing in favour of #211.
That's some good comments. Thoughts on that: * The thought about the multiple arguments was mainly that it saves two more characters. I'm not sure if there is any advantage...
Never had the use case for it. It wouldn't hurt to do it but it only work with diff files in pbf format.
This is possible for a subset of uses for apply() but not exactly trivial. libosmium's internal `apply()` would need to be replaced with a custom processing function that loops over...
You can get the relation object (list of tags and members) but not geometries. osmium does not yet have support for creating multilinestrings from relation which would be needed for...