pszufe / OpenStreetMapX.jl

OpenStreetMap (*.osm) support for Julia 1.0 and up
MIT License
123 stars 24 forks source link

Displaying Buildings #45

Closed GGomez11 closed 3 years ago

GGomez11 commented 3 years ago

Hello,

I've recently been playing with this package and was wondering it it's possible to parse the nodes that are buildings in a .osm file? My goal is to plot buildings but I'm not sure if this is possible.

Thanks for all your work.

Best Regards, Greg

pszufe commented 3 years ago

Hi, we only parse routes (see https://github.com/pszufe/OpenStreetMapX.jl/blob/master/src/parseMap.jl) I believe LightOSM.jl claims that they parse buildings. Przemek.