Hy everyone,
I am trying to render RGB mosaic from bunch of VRT files. VRT files are
pointing to TIF files which are defined as Uint16 type images , with no
nodata defined at all. I installed GDAL plugin for Geoserver to achive
this. Regarding the fact that my data doesn't have nodata and alpha channel
defined, Geoserver renders it with black background where it should be
transparent, it's expected behavior. I am trying to avoid reprocessing of
data  and still get effect of transparency. After a bit of searching for
solution I found out about setting the option 'footprint behavior' to 'cut'
and considering the fact that I have shapefiles already generated for each
of my VRT granule I tried going in that direction.
In some cases this works fine,  for example when I am requesting for JPEG
image, but when I try other formats as PNG,GIF, ect.. image renderer throws
error randomly on different zoom levels.

The error message is:
'Error rendering coverage on the fast path all factories fail for the
operation "lookup"the user-supplied image bounds is not within the
intersection of all the source bounds'

After hours of searching I found out that problem may be connected with
Uint16 type of data. I also tried to get more info trough debuging of
source code.I gave up on it after starting to get random error on layer
creation when using any of stores provided by GDAL plugin.

Random error I got:
Caused by: java.lang.NumberFormatException: Character I is neither a
decimal digit number, decimal point, nor "e" notation exponential mark. at
java.base/java.math.BigDecimal.<init>(BigDecimal.java:594)

But it is less important in this case.
Thank you in advance,
Goran
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to