osmlint
osmlint copied to clipboard
An open source suite of js validators for OpenStreetMap data, to identify common geometry and metadata problems at scale.
In OSM using different ways to map the intersection of a highway and a building (building_passage, cover, layers, etc.) which are valid. Next exceptions needs to add to valid list...
A few times highway or railway segments between tunnels that are cuttings are additionally tagged as tunnel=no to clarify that the tunnel does not continue there. Right now OSM Lint...
``` # npm install -g osmlint /root/.nvm/versions/node/v9.11.1/bin/osmlint -> /root/.nvm/versions/node/v9.11.1/lib/node_modules/osmlint/cli.js > [email protected] install /root/.nvm/versions/node/v9.11.1/lib/node_modules/osmlint/node_modules/sqlite3 > node-pre-gyp install --fallback-to-build sh: 1: node-pre-gyp: Permission denied npm ERR! file sh npm ERR! code ELIFECYCLE...
Hello, I'd like to use this tool, but am confused on how to get osm data (typically .pbf) into .mbtiles format. When I searched the net, I'm getting guides on...
We are seeing cases of undetected crossinghighways. Posting stub ticket as we investigate the problem. To replicate. 1. Download latest qa-tiles 2. `osmlint crossinghighways --zoom=12 --bbox="[-88.3265, 41.4343, -87.1057, 42.2823]" united_states_of_america.mbtiles...
The buffer distance is less than 0.01 miles (16 meters) but not detected. https://github.com/osmlab/osmlint/blob/607d662d6f5d5882da30381845e97f8196cf092d/validators/unconnectedHighways/map.js#L12-L14 OSM Way - https://www.openstreetmap.org/way/192426240/ 
Compiling examples of missing detection for islandhighways  [OSM way](https://www.openstreetmap.org/way/571559969/history#map=19/41.86055/-87.62342)
Missing detection of crossingHighway - [OSM way](https://www.openstreetmap.org/way/248962005/history) 
Since docker is becoming more acceptable to run any app, would be good to have it in this repo!! cc. @maning
Stub validator for missing oneway tag on drivethroughs. Source [wiki](https://wiki.openstreetmap.org/wiki/Tag:service%3Ddrive-through) - [ ] Add test fixture - [ ] Add fixtures mbtiles