Re: [gdal-dev] Removing Trac wiki content

2024-09-19 Thread Daniel Baston via gdal-dev
+1 Dan On Thu, Sep 19, 2024 at 3:34 PM Javier Jimenez Shaw via gdal-dev wrote: > > I agree > > On Thu, 19 Sept 2024, 20:35 Even Rouault via gdal-dev, > wrote: >> >> Hi, >> >> I suggest we complete remove the content from >> https://trac.osgeo.org/gdal/wiki. At this point, it is totally outdate

Re: [gdal-dev] Attribute filter on remote Parquet file is slow

2024-08-28 Thread Daniel Baston via gdal-dev
Hi Even, Thanks for the suggestions. I've played around with it a bit more without much success. > No you didn't do anything obviously wrong. I'm not sure that in the > ArrowDataset mode libarrow actually uses group statistics to filter out > row groups, which might cause it to actually ingest th

[gdal-dev] Attribute filter on remote Parquet file is slow

2024-08-28 Thread Daniel Baston via gdal-dev
Hello, I'm trying to use ogr2ogr with an attribute filter to pull 14 polygons from Overture maps. Running the following command with CPL_DEBUG=ON tells me that "PARQUET: Attribute filter fully translated to Arrow" yet it takes about 7 minutes to complete, and appears to download quite a bit of dat

Re: [gdal-dev] Building GDAL documentation with ReadTheDocs

2024-07-25 Thread Daniel Baston via gdal-dev
> From what I see, robots.txt is automatically configured for the default > version: > https://docs.readthedocs.io/en/stable/reference/robots.html I read this as saying that the robots.txt published by the default branch will be served from the top level of the domain (https://proj.org/robots.txt

Re: [gdal-dev] Building GDAL documentation with ReadTheDocs

2024-07-24 Thread Daniel Baston via gdal-dev
Thanks, Rob. I've added a robots.txt to the PR (using /en/latest/, since /en/stable/ is not yet published) Dan On Wed, Jul 24, 2024 at 7:44 AM Robert Coup via gdal-dev wrote: > > On Wed, 24 Jul 2024 at 12:27, Even Rouault wrote: > > > > > > Le 24/07/2024 à 12:33, Javier Jimenez Shaw via gdal-de

Re: [gdal-dev] Building GDAL documentation with ReadTheDocs

2024-07-23 Thread Daniel Baston via gdal-dev
> Could a random user easily check > out the docs repo and (with 100% open source tooling) generate the > docs? Yes, we are currently and would continue to use Sphinx for the documentation build. Dan On Tue, Jul 23, 2024 at 1:18 PM Greg Troxel via gdal-dev wrote: > > Daniel

[gdal-dev] Building GDAL documentation with ReadTheDocs

2024-07-23 Thread Daniel Baston via gdal-dev
Hello, I've put together a configuration to build GDAL's documentation using ReadTheDocs. As far as I know, this is the simplest way of publishing version-specific documentation and rending documentation for pull requests. A current build of the documentation can be viewed at https://gdal.readthed

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

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 argume

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 be

Re: [gdal-dev] Minimum python version?

2023-06-13 Thread Daniel Baston
The minimum version (3.6) is documented at https://gdal.org/development/dev_environment.html#build-requirements The CI still has configurations using Ubuntu 18.04, which is using 3.6.9: docker run --rm ghcr.io/osgeo/gdal-deps:ubuntu_18.04-master python3 --version Dan On Tue, Jun 13, 2023 at 1:2

Re: [gdal-dev] configuration option GDAL_RASTERIO_RESAMPLING

2023-05-27 Thread Daniel Baston
Hi Mike, The content on the page you linked is for the most part a simple transfer of what was available on the wiki, plus a few options that were previously defined on driver or other pages. It is not complete. There are also about 500 configuration options that are used in the code via CPLGetCo

[gdal-dev] Report on GEOS maintenance grant

2023-02-27 Thread Daniel Baston
Hi All, As February comes to a close, I’m winding down the GEOS maintenance work that the GDAL PSC funded in 2022 [1]. I appreciate the opportunity to do this work and am especially thankful to those who reported issues, reviewed pull requests, or participated in discussions about this work. For

Re: [gdal-dev] Call for discussion on RFC 92 text: WKB Only geometries

2023-02-06 Thread Daniel Baston
| And only construct an OGRGeometry when it's asked for? Such as when GetGeometryRef is called? I'm wondering about a more broad application of this. Would it be helpful to have the ability to lazy-initialize an OGRGeometry from multiple source types such as WKB and GEOS, initially storing only a r

Re: [gdal-dev] [geos-devel] GEOS Maintenance Grant

2022-02-17 Thread Daniel Baston
Thank you, all. I'm honored by your support. Please don't hesitate to open issues on the GEOS GitHub page to share any ideas you have about how GEOS can better support GDAL and friends. Dan On Thu, Feb 17, 2022 at 11:13 AM Howard Butler wrote: > Declaring this motion passed with +1's from > >