plot_openstreetmap

Version 0.1 (419 ko) par Alex Voronov
MATLAB function for plotting maps from OpenStreetMap and OpenSeaMap on the background of a figure
1,1K téléchargements
Mise à jour 11 mai 2020

MATLAB function for plotting maps from OpenStreetMap and OpenSeaMap on the background of a figure.

Example:
Plotting several points on a map in Gothenburg archipelago and adding base map from OpenStreetMap (water and land) and overlaying with sea markings from OpenSeaMap.

x = [11.6639 11.7078 11.7754 11.8063 11.8797];
y = [57.6078 57.6473 57.6607 57.6804 57.6886];
figure; plot(x, y, 'o-', 'LineWidth', 2);
hBase = plot_openstreetmap('Alpha', 0.4, 'Scale', 2); % Basemap.
hSea = plot_openstreetmap('Alpha', 0.5, 'Scale', 2, 'BaseUrl', "http://tiles.openseamap.org/seamark"); % Sea marks.

Citation pour cette source

Alexey Voronov (2019). plot_openstreetmap (https://www.github.com/alexvoronov/plot_openstreetmap), GitHub. Retrieved July 1, 2019.

Compatibilité avec les versions de MATLAB
Créé avec R2019a
Compatible avec les versions R2014b et ultérieures
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Oceanography and Hydrology dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
0.1

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.