Jochen Topf
Jochen Topf
I am not a fan of that. Who know what `bash` will be in the PATH? Any extra step makes is one extra thing that can go wrong. But I...
@dch0ph Your understanding is right, currently there is no way to look at tags of way nodes in some special way in osm2pgsql flex. This is certainly something where osm2pgsql...
There are loads of ways to convert JSON to CSV. For instance this scare looking line ``` jq -r '(.data | map(keys) | add | unique) as $cols | .data...
CSV is now available for many tables/API calls. Some are missing because they use a more complex data structure internally that is not easily mapped to CSV. If and when...
I really don't know how to best solve this. * The tests are there to test the different formats being generated. If we change them to decode those formats, they...
I don't have a good solution for this, so I implemented a bad one. There is now a CMake option which allows disabling those tests. Run CMake with `-DRUN_TESTS_WITH_BINARY_COMPARE=OFF` to...
I can reproduce the problem. This is most likely due to taginfo changing the URL without using the [History API](https://developer.mozilla.org/en-US/docs/Web/API/History_API).
Protozero has switched to C++14, so I believe this has been fixed.
I can not reproduce this. I used the USA file from Geofabrik and did the steps you describe and the resulting file is fine. I had to repair the config...
Ah, you should have mentioned that you are working with proprietary data. If you want support for that, please contact me by email and I'll send you my consulting rates.