Re: [gdal-dev] OGR SQL CAST geometry example

2024-05-30 Thread Daniel Baston via gdal-dev
If a single MULTIPOINT record is OK, then you can do ogrinfo test.shp -q -dialect SQLITE -sql 'SELECT ST_DissolvePoints(GEOMETRY) FROM test' Dan On Thu, May 30, 2024 at 8:49 PM Dan Jacobson via gdal-dev wrote: > > $ ogrinfo 0.lines.kml -q -dialect SQLITE -sql \ > 'SELECT ST_PointN(GEOMETRY,

Re: [gdal-dev] Doxygen Arguments

2024-05-09 Thread Daniel Baston via gdal-dev
It looks like Doxygen is using argument names from the function prototype instead of the implementation: https://github.com/OSGeo/gdal/blob/master/gcore/gdal_priv.h#L753 I did some searching but didn't come across a way to change this behavior. It looks like many other functions include the

Re: [gdal-dev] About -oo -lco -dsco in docs

2024-03-27 Thread Daniel Baston via gdal-dev
Perhaps a Sphinx substitution could be made with the relevant text and added to https://github.com/OSGeo/gdal/blob/master/doc/source/substitutions.rst Dan On Wed, Mar 27, 2024 at 5:01 PM Even Rouault via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Salut Thomas, > > There's a tension between