Hello all,

First for some background. I have a service which receives protobuf
messages, each message contains a bytes-encoded netcdf file. Currently, I
write the netcdf to a temporary, on-disk file, which I then open with
gdal.Open() to do some stuff to. Based on what I could discern, both the
Open and OpenEx expect a string representing a file except in the case of
"exotic drivers".

My hope is to eliminate the need for that temporary file and instead read
the bytes string directly. Is this possible?

Thanks,

Alex
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to