Nicolás Mafla

Results 1 issues of Nicolás Mafla

I downloaded directly from https://download.geofabrik.de/south-america/brazil/sudeste.html .pbf file. I run the following code: `from pyrosm import OSM` `osm = OSM(filepath=".../sudeste-latest.osm.pbf")` `roads = osm.get_network(network_type="driving")` And return this error: File "/home/user/miniconda3/envs/.../lib/python3.8/site-packages/pyrosm/networks.py", line 12,...