Re: [gdal-dev] Open Python3 bytes using gdal's Python bindings

2020-12-11 Thread Even Rouault
On jeudi 10 décembre 2020 19:06:35 CET Alex Riggs wrote: > 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.O

[gdal-dev] Open Python3 bytes using gdal's Python bindings

2020-12-10 Thread Alex Riggs
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 Op