OpenStreetMap Functions

버전 1.4.0.0 (14.6 KB) 작성자: Ioannis Filippidis
Load map, extract connectivity, plot road network & find shortest paths from OpenStreetMap XML file.
다운로드 수: 14.3K
업데이트 날짜: 2021/8/4

This software package includes functions for working with OpenStreetMap XML Data files (extension `.osm`), as downloaded from http://www.openstreetmap.org, 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.

Development and releases on GitHub:
https://github.com/johnyf/openstreetmap
(linked also here).

PDF documentation, bundled dependencies, and an example file `map.osm` can be found in the releases page on GitHub:

https://github.com/johnyf/openstreetmap/releases

The example file `map.osm` can be used with `usage_example.m`.

인용 양식

Ioannis Filippidis (2024). OpenStreetMap Functions (https://github.com/johnyf/openstreetmap), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.4.0.0

link to github using matlabcentral itself
Link to releases page on GitHub, where docs and dependencies can be obtained from.

1.3.0.0

included restorehold.m, fix warning, rename xml2struct to avoid name shadowing

1.2.0.0

development on github

1.1.0.0

Bug fixes associated with some ways having no tags.
Included routing functionality.
Added more plotting functions.
Updated manual.

1.0.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.