OpenStreetMap.jl
OpenStreetMap.jl copied to clipboard
Julia OpenStreetMap Package
Because all non-intersection nodes have been removed, and the euclidian distances between remaining nodes are tallied, ignoring curves in the road.
according to the API here: http://overpass-api.de/output_formats.html#json Some implementations (in javascript): https://github.com/aaronlidman/osm-and-geojson, and https://github.com/tyrasd/osmtogeojson
to use `hasparent` (to be introduced in [Graphs.jl](https://github.com/JuliaLang/Graphs.jl)); not ready for merge yet!
just to remind myself, when the changes in https://github.com/JuliaLang/Graphs.jl/pull/146 are merged, and Graphs is tagged
as the [third](http://wiki.openstreetmap.org/wiki/Relation) (and final) OSM [element](http://wiki.openstreetmap.org/wiki/Relation). in particular: [relation:restrictions](http://wiki.openstreetmap.org/wiki/Relation:restriction) Related: #31
Add a new Bounds type replacing/enhancing/extending the current one that allows a list of corners to define a boundary rather than just limiting to min/max Lat/Lon. This might be used...
Minor bug. When a road leaves the map boundary and later returns, the cropper does not properly handle this. I think that currently the cropper places the road as following...