Importing open street map data through readgeotable fails
Afficher commentaires plus anciens
Dear community,
Exporting a file directly from open street map (in my code called <map.osm>) and then importing it using the readgeotable function returns me an error. Could you please tell me why?
Thanks!:)
My code and error message follow:
clear all
filename = 'map.osm';
lake = readgeotable(filename, Layer = "water");
Error using readgeotable
Unable to read 'map.osm'. Format may not be supported, file may be corrupt, or a supporting file may have been
specified.
Error in my_lake (line 6)
lake = readgeotable(filename, Layer = "water");
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Map Display dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!