Ruben L. Mendoza

Results 48 comments of Ruben L. Mendoza

@lxbarth @planemad , I fixed the script and now is possible to download per block from OSM API. [Example](https://github.com/osmlab/nycbuildings/blob/master/fixes/clean-up-special_co-address/a-urls-1.md) additionally, I've done new maps, from each files, and added Ordinal...

@lxbarth both are the same, I changed the url. https://github.com/osmlab/nycbuildings/blob/master/fixes/clean-up-special_co-address/index.js#L13

@lxbarth I saw the files, let me know when you want to talk.

@karitotp you are in a good position to create this validator, let me know if you need help!

Have you tried installing using the source? ``` git clone https://github.com/osmlab/osmlint.git --depth=1 cd osmlint npm install npm link ```

### unconnected highways https://github.com/osmlab/osmlint/tree/master/validators/unconnectedHighways ``` 13 tiles processed in 2s /usr/local/src/app/osmlint/node_modules/turf/node_modules/turf-buffer/node_modules/jsts/dist/jsts.min.js:16 fer(this.argGeom,this.distance)}catch(t){if(!(t instanceof l))throw t;this.sav ^ TypeError: object is not a function at bn.e.computeDepths (/usr/local/src/app/osmlint/node_modules/turf/node_modules/turf-buffer/node_modules/jsts/dist/jsts.min.js:13:3857) at ki.e.computeNodeDepth (/usr/local/src/app/osmlint/node_modules/turf/node_modules/turf-buffer/node_modules/jsts/dist/jsts.min.js:15:16265) at ki.e.computeDepths...

### Crossing highways and buildings https://github.com/osmlab/osmlint/tree/master/validators/crossingHighwaysBuildings ``` Starting up 4 workers... Job started. Processing tile coords from "osm" source. 1691 tiles processed in 4s /home/ruben/apps/osmlint/node_modules/jsts/dist/jsts.min.js:9 },getDimension:function(){return 1},reverse:function(){for(var t=this.geometries.length,e=new Array(t).fill(null),n=0;n

@maning you are right. looks like the issue is here: https://github.com/osmlab/osmlint/blob/master/validators/crossingHighways/map.js#L156-L174, since the way https://www.openstreetmap.org/way/597384240/history is not forming a segment to check if those roads are intersecting, we may need...

@maning the code line: https://github.com/osmlab/osmlint/blob/master/validators/crossingHighways/map.js#L68, is evaluating if two highways are intersecting, according to the starts and end coordinates, so in case the start and the end coordinates are the...

@maning you should use - node: v6.12.3 - npm : 3.10.10 Those mostly come with nvm.