All Projects → johnyf → Openstreetmap

johnyf / Openstreetmap

Licence: bsd-2-clause
Interface to OpenStreetMap (load maps, extract road connectivity, plot road network & find shortest path)

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Openstreetmap

Scala Plotly Client
Visualise your data from Scala using Plotly
Stars: ✭ 39 (-43.48%)
Mutual labels:  plot
Nominatim Docker
Fully-featured container for geocoding, reverse geocoding and address lookup based on Nominatim and Open Street Map data.
Stars: ✭ 52 (-24.64%)
Mutual labels:  openstreetmap
Dijkstra Cartography
Using Dijkstra's algorithm ("finding the shortest paths between nodes in a graph") to draw maps 🌍.
Stars: ✭ 1,112 (+1511.59%)
Mutual labels:  openstreetmap
Osm Meta Util
Utility for downloading and processing OSM metadata
Stars: ✭ 42 (-39.13%)
Mutual labels:  openstreetmap
Openstreetmap Cartographic
A port of OpenStreetMap Carto to Mapbox GL for client-side rendering
Stars: ✭ 50 (-27.54%)
Mutual labels:  openstreetmap
Indoorjs
Indoor mapping for floorplans using on fabricjs
Stars: ✭ 59 (-14.49%)
Mutual labels:  plot
Streetmangler
Russian street name database and format converter
Stars: ✭ 34 (-50.72%)
Mutual labels:  openstreetmap
Laravel Leaflet Example
Laravel Leaflet JS project example.
Stars: ✭ 66 (-4.35%)
Mutual labels:  openstreetmap
Makina Maps
Full Stack to Build, Serve and Update your own Vector and Raster Tiles from OpenStreetMap Data.
Stars: ✭ 52 (-24.64%)
Mutual labels:  openstreetmap
Asciichart
Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
Stars: ✭ 1,107 (+1504.35%)
Mutual labels:  plot
Xyzpy
Efficiently generate and analyse high dimensional data.
Stars: ✭ 45 (-34.78%)
Mutual labels:  plot
Urbansprawl
Open framework for calculating spatial urban sprawl indices and performing disaggregated population estimates using open data
Stars: ✭ 48 (-30.43%)
Mutual labels:  openstreetmap
Hacktobermap
A map of Hacktoberfest 2019 participants https://abhijitparida.github.io/hacktobermap/
Stars: ✭ 59 (-14.49%)
Mutual labels:  openstreetmap
Go Chartjs
golang library to make https://chartjs.org/ plots (this is vanilla #golang, not gopherjs)
Stars: ✭ 42 (-39.13%)
Mutual labels:  plot
Engraver
PoCC Burstcoin Reference Plotter
Stars: ✭ 61 (-11.59%)
Mutual labels:  plot
Osmnet
Tools for the extraction of OpenStreetMap street network data
Stars: ✭ 39 (-43.48%)
Mutual labels:  openstreetmap
Openrouteservice R
🌐 R package to query openrouteservice.org
Stars: ✭ 57 (-17.39%)
Mutual labels:  openstreetmap
Harrypotter
🎨 Harry Potter inspired palette for R
Stars: ✭ 66 (-4.35%)
Mutual labels:  plot
Ggstatsplot
Enhancing `ggplot2` plots with statistical analysis 📊🎨📣
Stars: ✭ 1,121 (+1524.64%)
Mutual labels:  plot
Ggthemes
Additional themes, scales, and geoms for ggplot2
Stars: ✭ 1,107 (+1504.35%)
Mutual labels:  plot

Summary

Load map, extract connectivity, plot road network & find shortest paths from OpenStreetMap XML file.

Description

This software package includes functions for working with OpenStreetMap XML Data files (extension .osm), as downloaded from here, to:

  1. Import and parse the XML data file and store the parsed data in a MATLAB structure. This data represents the graph of the transportation network.

  2. Plot the MATLAB structure to get a visualization of the transportation network, its nodes and their labels.

  3. Extract the adjacency matrix of the directed graph representing the network's connectivity (i.e., road intersections).

  4. Find shortest routes between nodes within the network. Note that distance is measured as the number of transitions between intersection nodes, not over the map.

Download

Distribution zip from the File Exchange. Includes dependencies.

Documentation

Included in PDF format in the distribution zip.

Dependencies

License

This package is licensed under the 2-clause BSD license. The authors of dependencies are included to enable their inclusion for distribution here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].