Re: [gdal-dev] GDALinfo 3.1.4 gives segmentation fault error

2020-12-11 Thread Jorge Gustavo Rocha
Hi Slav, You have a local build of gdal, right? Somewhere in /Users/vskorole/opendap/hyrax/. gdal and proj libraries are picked from /Users/vskorole/opendap/hyrax/build/deps/ Do have any other gdal installed from packages around? If you have more than one gdal, seems like a library mismatch issu

[gdal-dev] gdaljni

2020-12-11 Thread paul.malm
Hi, This java command: Dataset ds = gdal.Open(txtInFilename.getText()); Generates: Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: org.gdal.gdal.gdalJNI.Open__SWIG_1(Ljava/lang/String;)J at org.gdal.gdal.gdalJNI.Open__SWIG_1(Native Method) at org.gdal

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