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
I'm trying the example from LearnOSM. However it seems an incorrect result is got.
Filter all schools from sample_osmosis.osm.pbf
rem use osmosis to get result
osmosis --rbf sample_osmosis.osm.pbf --nkv keyValueList="amenity.school" --wx schools.osm
rem use osmconvert to get osm file
osmconvert sample_osmosis.osm.pbf -o=sample_osmosis.osm
rem use osmfilter to get result
osmfilter sample_osmosis.osm --keep="amenity=school" -o=schools2.osm
Open a text edit to search tag <tag k="amenity" v="school"/>
Tools
Filename
Tag count
-
sample_osmosis.osm
78
osmosis
schools.osm
55
osmfilter
schools2.osm
78
I'm not sure the reason why this happened. Any idea?
The text was updated successfully, but these errors were encountered:
I'm trying the example from LearnOSM. However it seems an incorrect result is got.
Filter all schools from
sample_osmosis.osm.pbf
Open a text edit to search tag
<tag k="amenity" v="school"/>
sample_osmosis.osm
osmosis
schools.osm
osmfilter
schools2.osm
I'm not sure the reason why this happened. Any idea?
The text was updated successfully, but these errors were encountered: