Re: Moving GDAL GRASS driver in a dedicated repository ?

Markus Neteler <[email protected]> Thu, 5 May 2022 15:25:09 +0200
Newsgroups gmane.comp.gis.gdal.devel,gmane.comp.gis.grass.devel
Message-ID <CALFmHht5uayHy72Rpb05ZEADd-UtwQZoKCndmGYNm0qCCeuhug@mail.gmail.com>
Hi Even,

(summary for the lists)

On Mon, May 2, 2022 at 1:38 PM Even Rouault <[email protected]> wrote:
>
> Hi Markus,
>
> looks good to me. So maybe now you can send a pull request to remove the
> drivers from OSGeo/GDAL and modify
> https://gdal.org/drivers/raster/grass.html &
> https://gdal.org/drivers/vector/grass.html to point to the new repo ?

Yes, done and merged:
https://github.com/OSGeo/gdal/pull/5671

Driver removal (done by you):
https://github.com/OSGeo/gdal/pull/5672

New driver home (with CI and sime tests):
https://github.com/OSGeo/gdal-grass

> I'd like to issue a 3.5.0 release candidate this week.
>
> Even

Markus