You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2026. It is now read-only.
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.
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.