pbf_parser icon indicating copy to clipboard operation
pbf_parser copied to clipboard

FEATURE REQUEST: parse from data (string) already in RAM, not from disk file

Open weshatheleopard opened this issue 2 years ago • 0 comments

I receive a PBF from a web server. As a result, I have all the necessary data in RAM. But it looks like the only way to pass that data to this gem is to save it to the disk, and then pass the file name to the gem so it can read the file. This is an unnecessary step, the gem should be capable of reading the data directly from RAM.

weshatheleopard avatar May 31 '23 17:05 weshatheleopard