hdevine825 / overpass-queries

overpass-queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overpass Queries

A collection of my overpass queries. Includes a python script to update this readme.

Queries

Returns crossings without crossing=traffic_signals near traffic signals.

Returns crossing nodes that are not attached to a crossing way. Also includes crossing nodes attached directly to sidewalks.

Returns crossing ways that are not attached to a kerb node. Will not return crossings that have incomplete kerbs, such as only at one end.

Returns all features last edited by the specified user as of a chosen time with a start time as well. Good for seeing everything edited on a mapping excursion.

Query to resolve a long running inside joke about the intersection of paralell roads Alberta and Prescott in Portland, OR.

Returns all miniature railways in US, styled to indicate whether gauge is specified.

Returns a selection of roads without surface values.

Finds sett, cobblesotn, paving_stones, and unhewn_cobblestone surface values.

Finds all sett, cobblestone, unhewn_cobblestone, and paving_stones road sufaces. In addition finds all roads nearby them with no surface values.

About

overpass-queries

License:MIT License


Languages

Language:Python 100.0%