You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osmium version 1.17.0
libosmium version 2.21.0
Supported PBF compression types: none zlib lz4
What operating system version are you using?
debian:trixie-slim docker container
Tell us something about your system
Shouldn't matter
What did you do exactly?
I'm using "Italy Isole" from Geofabrik (https://download.geofabrik.de/europe/italy/isole-latest.osm.pbf downloaded on 2025-02-28) and executing a tags filter first
I'm getting broken JSON. Some issues were already fixed with #287, but one that according to the discussion there still remains, is a broken geometry value. Note how it's not a array but multiple ones separated by a ,.
What version of osmium-tool are you using?
What operating system version are you using?
debian:trixie-slim
docker containerTell us something about your system
Shouldn't matter
What did you do exactly?
I'm using "Italy Isole" from Geofabrik (
https://download.geofabrik.de/europe/italy/isole-latest.osm.pbf
downloaded on2025-02-28
) and executing a tags filter firstosmium tags-filter -v isole-latest.osm.pbf -e tags_included -f pbf | osmium tags-filter -i -v -e tags_excluded -F pbf -R -o isole-latest-filtered.pbf
and then exporting to
geojsonseq
osmium export -vi sparse_file_array,$3 -u type_id -a way_nodes -o "$2" "$1"
.What did you expect to happen?
Valid JSON.
What did happen instead?
I'm getting broken JSON. Some issues were already fixed with #287, but one that according to the discussion there still remains, is a broken
geometry
value. Note how it's not a array but multiple ones separated by a,
.Two example outputs are:
What did you do to try analyzing the problem?
I string replaced the inner
]]]],[[[[
with]]],[[[
before parsing to see if that solves it. Result still pending.The text was updated successfully, but these errors were encountered: