I want to filter the data for a particular .osm file by highway, name, tiger:county, tiger:zip_left and tiger:zip_right. I've tried osmfilter,but it doesn't quite seem to work the way I want it to. I used it to just filter highway=residential, but when I look at the data it brings back data where highway is not residential. Also, I want to filter where the fields for highway, name, and tiger:county are absolutely populated and either one of zip_left must be populated. Any thoughts on how to do this with osmfilter? asked 18 Sep '12, 04:08 JMB5 |
You can try with osmosis. You should get the residential highways wich such a command:
answered 18 Sep '12, 08:14 NicolasDumoulin |
It is always helpful to show us the osmfilter call(s) you have tried so far.