Re: [gdal-dev] Build question: GDAL with libwebp....

2024-02-14 Thread Kai Pastor, DG0YT via gdal-dev
Am 15.02.24 um 00:42 schrieb Carl Godkin: Hi Kai, > To pass lists into cmake, you usually need ';' as item separator. Thanks for the suggestion.  I am sure I am missing something but inserting a semi-colon on the Linux command line appears to require it be escaped. When I pass this: -DW

[gdal-dev] netcdf url : should lack of range support be the error?

2024-02-14 Thread Michael Sumner via gdal-dev
on this URL I get an error, and as far as i understand - the server doesn't support range downloading, the file otherwise works fine. gdalinfo failed - unable to open '/vsicurl/ https://erddap.emodnet.eu/erddap/files/biology_6640_benthos_NorthSea_e4af_0f0e_6a73/04_2021_6640_diva_benthos_erddap.nc

Re: [gdal-dev] Build question: GDAL with libwebp....

2024-02-14 Thread Carl Godkin via gdal-dev
Hi Kai, > To pass lists into cmake, you usually need ';' as item separator. Thanks for the suggestion. I am sure I am missing something but inserting a semi-colon on the Linux command line appears to require it be escaped. When I pass this: -DWEBP_INCLUDE_DIR:PATH=/usr/local/devlibs/libwebp

[gdal-dev] GDAL does not support gpkg files generated by GeoServer

2024-02-14 Thread Raymond Nijssen via gdal-dev
Some fields in geopackages generated by GeoServer are not supported by GDAL. I have already made a ticket for GeoServer, but I'm unsure where the problem lies. More info in the GeoServer ticket here: https://osgeo-org.atlassian.net/browse/GEOS-11292 --- Gpkg output can contain fields of type I

Re: [gdal-dev] CPLCalloc() used for small memory allocations. And for big ones?

2024-02-14 Thread Laurențiu Nicola via gdal-dev
Hi, On Wed, Feb 14, 2024, at 10:53, Abel Pau via gdal-dev wrote: > Hi, > > I am currently working on a driver and have been utilizing CPL_calloc(). > However, when attempting to pass the Actions, I encounter errors such as: > > warning C4244: 'function': conversion from 'MM_INTERNAL_FID' to 'si

[gdal-dev] CPLCalloc() used for small memory allocations. And for big ones?

2024-02-14 Thread Abel Pau via gdal-dev
Hi, I am currently working on a driver and have been utilizing CPL_calloc(). However, when attempting to pass the Actions, I encounter errors such as: warning C4244: 'function': conversion from 'MM_INTERNAL_FID' to 'size_t', possible loss of data This issue can be addressed by casting 'MM_INTE