Re: [Geoserver-users] Problem with ImageMosaic Creation

2020-09-30 Thread Andrea Aime
While you're working on the files, do yourself and your users a favor and add inner tiling and overviews, the current tiff structure is going to guarantee pretty poor performance: Band 1 Block=5820x1 Type=Byte, ColorInterp=Red Band 2 Block=5820x1 Type=Byte, ColorInterp=Green Band 3 Block=5820x1

Re: [Geoserver-users] Problem with ImageMosaic Creation

2020-09-30 Thread Nicolas Raggueneau
Here's the output of astifftagViewer: ImageWidth (1 Short): 5820 ImageLength (1 Short): 4060 BitsPerSample (4 Short): 8, 8, 8, 8 Compression (1 Short): Uncompressed Photometric (1 Short): RGB ImageDescription (12 ASCII): B2,B1,B0,B3 StripOffsets (4 Long): 8, 23629208, 47258408, 70887608

Re: [Geoserver-users] Broken Link and documents

2020-09-30 Thread Jody Garnett
Thanks, I think the ArcSDE format was dropped (no maintainer) and the template used for the release announcements was not updated. The work still looks to be available as an unsupported community module https://github.com/geoserver/geoserver/tree/master/src/community/arcsde (so you can compile it

Re: [Geoserver-users] Problem with ImageMosaic Creation

2020-09-30 Thread Daniele Romagnoli
Hi Nicolas, I suspect the error reported by GDAL is now affecting the GeoTIFF loading. *TIFFReadDirectory:Sum of Photometric type-related color channels and ExtraSamples doesn't match SamplesPerPixel * Which seems explaining the error reported by the low level TIFF reader: Caused by:

[Geoserver-users] Broken Link and documents

2020-09-30 Thread Andreas Böhme
Hi everybody, I want to report that for the current LTS release 2.17.2 the download link for the ArcSDE vector format is broken. Furthermore the word-documents describing the init.d configuration for a production environment seem to be broken

Re: [Geoserver-users] Problem with ImageMosaic Creation

2020-09-30 Thread Nicolas Raggueneau
Hi Daniel, Here's is the output of gdalinfo gdalinfo c:\users\administrator\Downloads\embiez\IMG_PHR1B_PMS_202006171049476_ORT_07535460-5e49-4b88-cb44-ba0fade9f368-001_R1C1.TIF ERROR 1: Can't load requested DLL: C:\USers\Administrator\Downloads\gdal\bin\gdal\plugins\gdal_GEOR.dll 126: The

[Geoserver-users] SLD REST plugin data caching

2020-09-30 Thread Paul Wittle
Hi, I have a database view which I'm changing in the database using a process. The plan is to use the SLD REST plugin to calculate the Natural Jenks for the data in the view then make a change which alters the view and re-run the Natural Jenks process a second time. The result should be two

Re: [Geoserver-users] (no subject)

2020-09-30 Thread Andrea Aime
On Tue, Sep 29, 2020 at 5:56 PM Peter Smythe wrote: > Is there a known limitation on workspace name length? > Not that I know of, but one is well advised to keep it short for practical reasons (it ends up in most URLs, unless one is using per workspace services only). Cheers Andrea ==

Re: [Geoserver-users] (no subject)

2020-09-30 Thread Jody Garnett
Many of the limitations on naming in geoserver only show up in specific protocols. As example you can name a layer almost anything but ... - vector layers must letter and be alphanumeric (so they can be valid XML types) - raster layers published as a coverage can start with a number I assume the

Re: [Geoserver-users] Problem with ImageMosaic Creation

2020-09-30 Thread Daniele Romagnoli
Hi Nicolas, Could you please run a gdalinfo command on one of the problematic GeoTiffs? I see this: Caused by: org.geotools.data.DataSourceException: bandOffsets.length is wrong! at org.geotools.gce.geotiff.GeoTiffReader.getHRInfo(GeoTiffReader.java:497) at

Re: [Geoserver-users] MongoDB extension problem

2020-09-30 Thread Marco Volpini
Hello Jim, I made some tests on 2.17.2, here some feedback: issue 1: the app.schema.jar is indeed missed in the mongo plug-in descriptor, I've produced a pr to fix it. issue 2: I did not reproduce the issue while testing mongodb store creation and layer publishing with v 2.17.2. The error you