Zack
Zack
Hello, this package does not seem to be recently maintained but I thought I would raised an issue I was having. I tried to install like so: ```r install.packages("devtools") devtools::install_github('jtleek/slipper')...
Since some `*.osm.pbf` files are quite large, do you think it would be possible to `yield` each row of data instead of appending it to a `dict`? So that `parse_osm_pbf()`...
Hello again, Since the parsing is layer-specific, I was wondering if its possible to associated each WayId to a list of NodeIds? This information does not seem to be available...