Re: [gdal-dev] Testing the driver

2024-02-18 Thread Andrew C Aitchison via gdal-dev
On Sun, 18 Feb 2024, Even Rouault wrote: Le 10/02/2024 à 18:34, Andrew C Aitchison via gdal-dev a écrit : On Sat, 10 Feb 2024, Even Rouault via gdal-dev wrote: To test your own development, you may have a more pleasant experience by directly running just the tests for your driver with somethi

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

2024-02-18 Thread Even Rouault via gdal-dev
Hi, addressed per https://github.com/OSGeo/gdal/pull/9244 Even Le 15/02/2024 à 04:29, Michael Sumner via gdal-dev a écrit : 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

Re: [gdal-dev] Testing the driver

2024-02-18 Thread Even Rouault via gdal-dev
Le 10/02/2024 à 18:34, Andrew C Aitchison via gdal-dev a écrit : On Sat, 10 Feb 2024, Even Rouault via gdal-dev wrote: To test your own development, you may have a more pleasant experience by directly running just the tests for your driver with something like "pytest autotest/ogr/ogr_miramo

Re: [gdal-dev] A qüestion about ICreateLayer() and it's parameter eType

2024-02-18 Thread Even Rouault via gdal-dev
Le 12/02/2024 à 11:05, Abel Pau via gdal-dev a écrit : Hi again, forget the question. I finally use the variable to inform that layers with measures will be processed without Measures. Otherwise you can just use the parameter type without its name (or by commenting out the name) void fo

Re: [gdal-dev] Delete untagged containers

2024-02-18 Thread Even Rouault via gdal-dev
Le 12/02/2024 à 17:18, Laurențiu Nicola via gdal-dev a écrit : Hi, That's related to the ghcr.io container registry, it's failing on your fork because you're missing an access token. Don't worry about it. confirmed it can be safely ignored. fixed per https://github.com/OSGeo/gdal/commit/32f

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

2024-02-18 Thread Even Rouault via gdal-dev
Le 14/02/2024 à 10:00, Laurențiu Nicola via gdal-dev a écrit : 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 C

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

2024-02-18 Thread Even Rouault via gdal-dev
Hi, http://www.geopackage.org/spec/#_sqlite_container "Table 1. GeoPackage Data Types" is pretty clear on which data types are valid in a GeoPackage vector table, and INT4, VARCHAR(...) or FLOAT8 are not. You can also use the https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/o

Re: [gdal-dev] VSI sidecar and sibling file lookup

2024-02-18 Thread Even Rouault via gdal-dev
Sean, did you implement the Stat() method ? From gdalpamdataset.cpp lines 921 to 940, for .aux.xml to be used, you either need to implement ReadDir()/VSISiblingFiles or Stat(). Actually, I'd strongly recommend implementing Stat() as a lot of places will assume it to be working. As you can ski

[gdal-dev] GDAL 3.8.4 is released

2024-02-18 Thread Even Rouault via gdal-dev
Hi, On behalf of the GDAL/OGR development team, I am pleased to announce the release of the GDAL/OGR 3.8.4 bug fix version. Consult the release notes for the list of issues addressed:     https://github.com/OSGeo/gdal/blob/v3.8.4/NEWS.md The sources are available at:     https://download.osgeo

Re: [gdal-dev] Motion: Adopt GDAL 3.8.4RC1 as 3.8.4 release

2024-02-18 Thread Even Rouault via gdal-dev
Motion passed with +1 from PSC members JavierJS, JukkaR, HowardB and me. Even Le 09/02/2024 à 10:13, Even Rouault via gdal-dev a écrit : Hi, Motion: Adopt GDAL 3.8.4RC1 as 3.8.4 release Starting with my +1 Even -- http://www.spatialys.com My software is free, but my time generally not. _