<div dir="ltr"><div>Hello all,</div><div><br></div><div>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".<br></div><div><br></div><div>My hope is to eliminate the need for that temporary file and instead read the bytes string directly. Is this possible?<br></div><div><br></div><div>Thanks,</div><div><br></div><div>Alex<br></div><div><br></div><div><br></div></div>