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

2024-07-24 Thread Javier Jimenez Shaw via gdal-dev
Interesting report from "google search console" I got today. This is just one example, there are many pages like this one: Page is not indexed: Duplicate without user-selected canonical URL: https://proj.org/en/stable/operations/projections/putp6.html (This page is not indexed. Pages that aren't i

Re: [gdal-dev] Changes in conda-forge packaging for GDAL 3.9.1

2024-07-24 Thread Michał Kowalczuk via gdal-dev
OK, I got it. I do not know who is the conda "maintainer" but it would be nice to give more descriptive summary for *gdal*, *libgdal *and *libgdal-core* packages, because now they are the same: *GDAL is a translator library for raster and vector geospatial data formats that is released under an X/M

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

2024-07-24 Thread Mike Taves via gdal-dev
On Wed, 24 Jul 2024 at 22:34, Javier Jimenez Shaw via gdal-dev wrote: > Maybe the solution is that proj.org default be "stable" and not "9.4". The reason why PROJ's RTD is configured this way is that "stable" is set at one commit (currently 875a485f) for the most recent release, as described by h

Re: [gdal-dev] kerchunk

2024-07-24 Thread Michael Sumner via gdal-dev
Amazing guidance, thanks so much Even. You've answered a lot of hanging questions I had that I didn't know where to ask. I'll be exploring all of this. Cheers, Mike On Wed, Jul 24, 2024 at 7:59 PM Even Rouault wrote: > Michael, > > I don't think this would be a frmts/raw driver, but rather a

Re: [gdal-dev] Changes in conda-forge packaging for GDAL 3.9.1

2024-07-24 Thread Even Rouault via gdal-dev
Le 24/07/2024 à 22:19, Michał Kowalczuk a écrit : Hi, I've just updated GDAL with conda and I was surprised about number of dependencies that disappeared. It's quite a big change and should be mentioned in the Release Notes, not only here... Don't you think so? The release notes are only ab

Re: [gdal-dev] Changes in conda-forge packaging for GDAL 3.9.1

2024-07-24 Thread Michał Kowalczuk via gdal-dev
Hi, I've just updated GDAL with conda and I was surprised about number of dependencies that disappeared. It's quite a big change and should be mentioned in the Release Notes, not only here... Don't you think so? Regards, Michał śr., 24 lip 2024 o 22:00 Even Rouault via gdal-dev napisał(a): > Hi

[gdal-dev] Changes in conda-forge packaging for GDAL 3.9.1

2024-07-24 Thread Even Rouault via gdal-dev
Hi, I just wanted to mention recent work done on the GDAL (and PDAL) packaging on conda-forge that may impact your use of the packages for GDAL >= 3.9.1. All details at https://quansight.com/post/introducing-lightweight-versions-of-gdal-and-pdal/ TL;DR version: - new package libgdal-core

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-24 Thread Robert Coup via gdal-dev
On Wed, 24 Jul 2024 at 12:27, Even Rouault wrote: > > > Le 24/07/2024 à 12:33, Javier Jimenez Shaw via gdal-dev a écrit : > >> I see the point, and I agree... but I don't know if it will work >> RTD redirects to whatever we configure. In proj.org it is going directly to 9.4 (current latest release

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

2024-07-24 Thread Even Rouault via gdal-dev
Le 24/07/2024 à 12:33, Javier Jimenez Shaw via gdal-dev a écrit : I see the point, and I agree... but I don't know if it will work RTD redirects to whatever we configure. In proj.org it is going directly to 9.4 (current latest release). Seems like a good idea and something t

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

2024-07-24 Thread Javier Jimenez Shaw via gdal-dev
I see the point, and I agree... but I don't know if it will work RTD redirects to whatever we configure. In proj.org it is going directly to 9.4 (current latest release). So every 6 months it points to something different. Telling in robots.txt that the full page has a different URL is not good for

Re: [gdal-dev] kerchunk

2024-07-24 Thread Even Rouault via gdal-dev
Michael, I don't think this would be a frmts/raw driver, but rather a /vsikerchunk virtual file system that you would combine with the Zarr driver So you would open a dataset with "/vsikerchunk/{path/to.json}", and the ZARR driver would then issue a ReadDir() operation on /vsikerchunk/{path/

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

2024-07-24 Thread Robert Coup via gdal-dev
Hi Dan, On Tue, 23 Jul 2024 at 17:16, Daniel Baston via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > > If anyone has feedback about using ReadTheDocs for this project, or > the specifics of the proposed configuration, please share it here or > as a comment on the pull request. > My only suggest