Hi, > I am trying to find a way to get rid of untagged, unconnected nodes in a > .osm file. I know JOSM can do this but I need a command-line application. > I've been trying to do it with osmosis and osmfilter without success > (pattern *=* not allowed). Any ideas?
If your data file is well-formed, a simple grep will do: grep -v "<node .*/>" Cheers, Nik
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/talk

