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
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