Re: [Geoserver-users] S3 geotiff plugin not working

2024-04-30 Thread Gabriel Roldan
Alex, I'd suggest to use the COG support instead (and make sure the tiffs are proper COGs) Here are good answers from Ian and Andrea: https://gis.stackexchange.com/questions/442695/s3-support-for-geotiff-vs-cog-cloud-optimized-geotiff-support-geoserver-co *camptocamp* INNOVATIVE SOLUTIONS BY OPEN

Re: [Geoserver-users] S3 geotiff plugin not working

2024-04-29 Thread Alexandre Gacon
It is the thing that I don't understand: - In GeoTools, the SDK version in the pom of s3-geotiff points to the right version (1.12.261) since the version 30 of geotools - In GeoServer, we normally are at version 31 - But the dependencies are not OK : is it a problem in geotools deliver

Re: [Geoserver-users] S3 geotiff plugin not working

2024-04-29 Thread Jody Garnett
Can you change the geotools dependency then :) It would be nice to define this only one place. -- Jody Garnett On Mon, Apr 29, 2024 at 9:14 PM Alexandre Gacon wrote: > Hello Jody, > > The module does not precise the AWS version to retrieve (only the GeoTools > version). > > I see that the tas

Re: [Geoserver-users] S3 geotiff plugin not working

2024-04-29 Thread Alexandre Gacon
Hello Jody, The module does not precise the AWS version to retrieve (only the GeoTools version). I see that the task manager community plugin references a version (1.11.36): could it hide/override the version required by the GeoTools dependency? Should I add the dependency in the pom file of the

Re: [Geoserver-users] S3 geotiff plugin not working

2024-04-29 Thread Jody Garnett
Hello Alexandre, You should be able to adjust the version used by changing the pom.xml information in GeoServer, or by removing the dependency completely (so it always gets the version defined and tested by GeoTools). Are you in position to prepare and test a pull request? -- Jody Garnett On A