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