Closed pcace closed 2 months ago
open
and openAsync
support opening a Buffer
but the command-line tools (translateAsync
) do not. You can however use GDAL's own in-memory VFS:
https://gdal.org/en/latest/user/virtual_file_systems.html#vsimem-in-memory-files
https://mmomtchev.github.io/node-gdal-async/#vsimem
Hi there, i am trying to figure out how the library works.
for testing i currently do something like this:
which kind of works, but is quite annoying, that i am working with files on the disk. is it somehow possible to work with buffers here entirely?
Any help would be great! Thanks a lot!