[gdal-dev] A Java SWIG question

2023-06-20 Thread Barry DeZonia
Hello, I am trying to work on the swig java api. I've made a lot of progress and am running into one last error before my code completely compiles. I am getting a swig complaint when passing a java long[] to a C/C++ call that is expecting GUInt64*. Basically the error message is "long[] cannot be

Re: [gdal-dev] ESRI Shapefile API missing

2023-06-20 Thread Derek Newhall
Also worth noting that this appears in the console output: -- Enabled drivers and features and found dependency packages -- The following features have been enabled: * ogr_SHAPE, ESRI shape-file Derek Newhall On Tue, Jun 20, 2023 at 9:01 PM Derek Newhall wrote: > Hi all, > > We've just migra

[gdal-dev] ESRI Shapefile API missing

2023-06-20 Thread Derek Newhall
Hi all, We've just migrated from GDAL 3.5.1 to 3.7.0 which we build with (almost) all external dependencies as static libraries. However, we've noticed that when we try to compile our app against the resulting library the ESRI Shapefile API isn't available. Severity Code Description Error LNK2001

Re: [gdal-dev] gdal_translate tiff to netcdf

2023-06-20 Thread Scott
It sounds like the install wasn't built with libnetCDF. Try this: gdalinfo --formats If it's part of your install you'll see it. On 6/20/23 16:37, Abigaïl Dah wrote: Hello, I am trying to convert a file with the format GEOTIFF to netcdf using the command line: gdal_translate -of NetCDF

[gdal-dev] gdal_translate tiff to netcdf

2023-06-20 Thread Abigaïl Dah
Hello, I am trying to convert a file with the format GEOTIFF to netcdf using the command line: gdal_translate -of NetCDF However, I get the following error message: Output driver `NetCDF' not recognised. Would you know what's wrong and how to fix this? Thanks in advance, Best, Abigail _

[gdal-dev] OSX 13.4 (M1 Pro) troubles using GDAL

2023-06-20 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
Hi, My GDAL installation procedure looks like: Install python 3.11.4 from the official site brew install gdal (this grabbed numpy v1.25, and a number of other pre-reqs, and installs 3.6.4) python -m venv test_env // activate test_env // pip install numpy (installs v1.25) pip install gdal==3.6.4