Re: [geos-devel] GDAL>GEOS development funding priorities

2022-12-07 Thread Andrew Bell
At the risk of overstepping...this is open-source software. You never prevent anyone from using any bits that they like. All you're doing by annotating or otherwise hiding things is saying that such code may not exist in future releases, which may or may not be important for users. People who are

Re: [geos-devel] GDAL>GEOS development funding priorities

2022-12-07 Thread Daniel Baston
This isn't something I'm very familiar with, but hopefully https://github.com/libgeos/geos/pull/761 can be the starting point for a solution. Dan On Tue, Dec 6, 2022 at 8:30 PM Nyall Dawson wrote: > On Wed, 7 Dec 2022 at 11:04, Daniel Baston wrote: > > > > Hi All, > > > > The "Priority 1"

Re: [geos-devel] GDAL>GEOS development funding priorities

2022-12-07 Thread Daniel Baston
> > Do you build a shared library? If so, limit what you export to what you > want to be your API. Don't document anything else. > > Maybe I'm missing something in what you're asking. > I don't think you're missing anything, and these are routes we could take. I am inclined to look for a solution