Loading an outdoor layout from its addressΒΆ

../_images/sphx_glr_plot_exLayout1_001.png

Out:

/home/uguen/Bureau/P1/struc/lay/lat_-1_4608251_lon_48_1218969.lay

from pylayers.gis.layout import *
# Load the layout from open street map
L = Layout('Servon sur Vilaine',dist_m=50,typ='outdoor')
# Show the layout
L.showG('s')
plt.show()

Total running time of the script: ( 0 minutes 2.868 seconds)

Gallery generated by Sphinx-Gallery