ImreSamu

Results 97 comments of ImreSamu

@glenharris : >Something is wrong here. It could be: > 2. A fault in the source OpenStreetMap dataset see `osmium check-refs -r ` result: `Ways in relations missing: 140` ```...

> r2323309 > This one is missing imho: it is expected ; broken border relation in the geofabrik area probably this (~Caribbean ) part is missing * https://en.wikipedia.org/wiki/Netherlands#Caribbean_islands ![image](https://user-images.githubusercontent.com/2217320/112285175-4f600380-8c8a-11eb-92d0-e73800ecf84c.png) And...

Yout can test for the missing ways with the https://docs.osmcode.org/osmium/latest/osmium-check-refs.html - tools. ``` $ osmium check-refs -rvi netherlands-latest.osm.pbf | grep r2323309 [ 0:00] Started osmium check-refs [ 0:00] osmium version...

@rouen-sk : > Is there a way to force Imposm to use 7-decimal places for coordinates, > so the resulting geometries would exactly match those imported with Osmosis (or other...

> please give help me to solve this according to [`osmium check-refs`](https://docs.osmcode.org/osmium/latest/osmium-check-refs.html) - your input osm file (`muve.osm.pbf`) is not valid ... ``` osm@10e96446737b:/osm/data$ osmium sort muve.osm.pbf -o muve_sorted.osm.pbf [======================================================================]...

it is not a valid osm file ... lot of nodes duplicated .. ``` osm@10e96446737b:/osm/data$ osmium cat muve.osm.pbf -t node -f opl | grep n844674876 | head n844674876 v1 dV...

> Is there any way to fix the file issues like you mentioned here ? imho: * this is just the first detected problems ... maybe other problem can be...

According to my best knowledge: - now - only the "hstore_tags"` column type supported. ( "Stores all tags in a HStore column.") - imposm3 documentation: http://imposm.org/docs/imposm3/latest/mapping.html#hstore-tags - example [single_table_mapping.json](https://github.com/omniscale/imposm3/blob/master/test/single_table_mapping.json) ```...

@zakjan > This field should prefer english names to local names. Is it possible? to the best of my knowledge: - if you want postgresql coalesce() functionality - it is...

status -> work-in-progress :) ( see: https://github.com/omniscale/imposm3/pull/59 )