[Geoserver-users] Imagemosaic with SLD not fully displayed

Hi all,

I am using geoserver 2.6.1 and have a problem with SLDs:
I created a new style as SLD (see below). Furthermore I have an imagemosaic layer with 32bit geotiffs where I put the created style as default style in the WMS settings.
When I start the OpenLayers LayerPreview the style is used in general but the problem is that values smaller 1 within the image are not displayed at first. It is necessary to zoom in until a scale of 1:150K. Then the values are displayed in the appropriate colors of the style.

Before I used geoserver 2.2.5 with the same setting and the same style and it was workling without problems.

Kinrd regards,
Sabine

SLD:

<?xml version="1.0" encoding="UTF-8"?>

<sld:StyledLayerDescriptor xmlns:ogc=“http://www.opengis.net/ogc” xmlns:xlink=“http://www.w3.org/1999/xlink” xmlns:sld=“http://www.opengis.net/sld” xmlns:gml=“http://www.opengis.net/gml” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” version=“1.0.0” xsi:schemaLocation=“http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd”>
<sld:NamedLayer xmlns=“http://www.opengis.net/sld”>sld:Name4db8e899a3a245588c282af02e849433</sld:Name>
sld:UserStylesld:NameStyle1</sld:Name>
sld:TitleWater Mask</sld:Title>
sld:Abstract/
sld:FeatureTypeStylesld:NameTurbidity</sld:Name>
sld:TitleTurbidity</sld:Title>
sld:Abstract;</sld:Abstract>
sld:SemanticTypeIdentifiergeneric:geometry</sld:SemanticTypeIdentifier>
sld:Rulesld:NameWater Mask - </sld:Name>
sld:TitleWater Mask - </sld:Title>
sld:RasterSymbolizersld:ColorMap
<sld:ColorMapEntry color=“#808080” quantity=“-6” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-5” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-4” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-3” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-2” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-1” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“0” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#190019” quantity=“0.001” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#190019” quantity=“0.1” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#100059” quantity=“0.124” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#0600A1” quantity=“0.169” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#002ED2” quantity=“0.229” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#0080E4” quantity=“0.311” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00B3EF” quantity=“0.423” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00E6FA” quantity=“0.575” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00F4CC” quantity=“0.782” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00DE66” quantity=“1.063” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00C800” quantity=“1.445” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#66DE00” quantity=“1.965” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CCF400” quantity=“2.671” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FFCC00” quantity=“3.631” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF6600” quantity=“4.936” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF0000” quantity=“6.709” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CC0033” quantity=“9.12” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#990066” quantity=“12.397” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#990099” quantity=“16.853” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CC00CC” quantity=“22.909” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF00FF” quantity=“31.141” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF26FF” quantity=“42.332” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF49FF” quantity=“57.544” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF6AFF” quantity=“78.223” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF8EFF” quantity=“106.333” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FFAFFF” quantity=“144.544” opacity=“1.0” label=“”/>

</sld:ColorMap>
</sld:RasterSymbolizer>
</sld:Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</sld:NamedLayer>
</sld:StyledLayerDescriptor>

Hi Sabine,

do you have any chance to share a minimal set of data to replicate the issue for debugging?

Side questions:

  • Can you run a gdalinfo on one of your samples and provide us the output?

  • Can you also provide us the coverage configuration? (the coverage.xml. You can find it in the GEOSERVER_DATA_DIR/workspaces/yourworkspace/yourcoveragestore/yourcoverage/coverage.xml)

Please, let us know.
Best Regards,
Daniele

···

On Wed, Feb 11, 2015 at 2:16 PM, Sabine Ohlendorf <sabine.ohlendorf@anonymised.com> wrote:

Hi all,

I am using geoserver 2.6.1 and have a problem with SLDs:
I created a new style as SLD (see below). Furthermore I have an imagemosaic layer with 32bit geotiffs where I put the created style as default style in the WMS settings.
When I start the OpenLayers LayerPreview the style is used in general but the problem is that values smaller 1 within the image are not displayed at first. It is necessary to zoom in until a scale of 1:150K. Then the values are displayed in the appropriate colors of the style.

Before I used geoserver 2.2.5 with the same setting and the same style and it was workling without problems.

Kinrd regards,
Sabine

SLD:

<?xml version="1.0" encoding="UTF-8"?>

<sld:StyledLayerDescriptor xmlns:ogc=“http://www.opengis.net/ogc” xmlns:xlink=“http://www.w3.org/1999/xlink” xmlns:sld=“http://www.opengis.net/sld” xmlns:gml=“http://www.opengis.net/gml” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” version=“1.0.0” xsi:schemaLocation=“http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd”>
<sld:NamedLayer xmlns=“http://www.opengis.net/sld”>sld:Name4db8e899a3a245588c282af02e849433</sld:Name>
sld:UserStylesld:NameStyle1</sld:Name>
sld:TitleWater Mask</sld:Title>
sld:Abstract/
sld:FeatureTypeStylesld:NameTurbidity</sld:Name>
sld:TitleTurbidity</sld:Title>
sld:Abstract;</sld:Abstract>
sld:SemanticTypeIdentifiergeneric:geometry</sld:SemanticTypeIdentifier>
sld:Rulesld:NameWater Mask - </sld:Name>
sld:TitleWater Mask - </sld:Title>
sld:RasterSymbolizersld:ColorMap
<sld:ColorMapEntry color=“#808080” quantity=“-6” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-5” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-4” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-3” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-2” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-1” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“0” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#190019” quantity=“0.001” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#190019” quantity=“0.1” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#100059” quantity=“0.124” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#0600A1” quantity=“0.169” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#002ED2” quantity=“0.229” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#0080E4” quantity=“0.311” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00B3EF” quantity=“0.423” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00E6FA” quantity=“0.575” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00F4CC” quantity=“0.782” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00DE66” quantity=“1.063” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00C800” quantity=“1.445” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#66DE00” quantity=“1.965” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CCF400” quantity=“2.671” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FFCC00” quantity=“3.631” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF6600” quantity=“4.936” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF0000” quantity=“6.709” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CC0033” quantity=“9.12” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#990066” quantity=“12.397” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#990099” quantity=“16.853” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CC00CC” quantity=“22.909” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF00FF” quantity=“31.141” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF26FF” quantity=“42.332” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF49FF” quantity=“57.544” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF6AFF” quantity=“78.223” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF8EFF” quantity=“106.333” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FFAFFF” quantity=“144.544” opacity=“1.0” label=“”/>

</sld:ColorMap>
</sld:RasterSymbolizer>
</sld:Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</sld:NamedLayer>
</sld:StyledLayerDescriptor>


Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

Hi Daniele,

Thank you for your answer!
I tried to send you a sample image as email attachment but it failed. How can I provide you the data?
Here is the coverage.xml and the output of gdalinfo:

CoverageInfoImpl--2eeda304:14ae451008d:-7ec6 florida florida NamespaceInfoImpl--33ad4a0f:13bb2c9158c:-7fff florida Generated from ImageMosaic WCS ImageMosaic florida GEOGCS["WGS 84", DATUM["World Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH], AUTHORITY["EPSG","4326"]] EPSG:4326 -82.0241060990124 -80.474928725694 28.2391995705372 29.372215031235 EPSG:4326 -82.0241060990124 -80.474928725694 28.2391995705372 29.372215031235 GEOGCS["WGS84(DD)", DATUM["WGS84", SPHEROID["WGS84", 6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0], UNIT["degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH]] REPROJECT_TO_DECLARED true true LIST ISO8601 false false florida_florida CoverageStoreInfoImpl--2eeda304:14ae451008d:-7ec9 ImageMosaic 0 0 5286 3865 2.930717694510686E-4 -2.930717694510686E-4 0.0 0.0 -82.02395956312768 29.372068495350277 EPSG:4326 GEOTIFF GIF PNG JPEG TIFF bilinear bicubic nearest neighbour GRAY_INDEX GridSampleDimension[-Infinity,Infinity] -inf inf REAL_32BITS FootprintBehavior None MergeBehavior FLAT AllowMultithreading false Filter MaxAllowedTiles -1 SORTING OutputTransparentColor InputTransparentColor SUGGESTED_TILE_SIZE 512,512 Accurate resolution computation false BackgroundValues USE_JAI_IMAGEREAD true florida
···

On Wed, Feb 11, 2015 at 2:16 PM, Sabine Ohlendorf sabine.ohlendorf@anonymised.com wrote:

Hi all,

I am using geoserver 2.6.1 and have a problem with SLDs:
I created a new style as SLD (see below). Furthermore I have an imagemosaic layer with 32bit geotiffs where I put the created style as default style in the WMS settings.
When I start the OpenLayers LayerPreview the style is used in general but the problem is that values smaller 1 within the image are not displayed at first. It is necessary to zoom in until a scale of 1:150K. Then the values are displayed in the appropriate colors of the style.

Before I used geoserver 2.2.5 with the same setting and the same style and it was workling without problems.

Kinrd regards,
Sabine

SLD:

<?xml version="1.0" encoding="UTF-8"?>

<sld:StyledLayerDescriptor xmlns:ogc=“http://www.opengis.net/ogc” xmlns:xlink=“http://www.w3.org/1999/xlink” xmlns:sld=“http://www.opengis.net/sld” xmlns:gml=“http://www.opengis.net/gml” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” version=“1.0.0” xsi:schemaLocation=“http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd”>
<sld:NamedLayer xmlns=“http://www.opengis.net/sld”>sld:Name4db8e899a3a245588c282af02e849433</sld:Name>
sld:UserStylesld:NameStyle1</sld:Name>
sld:TitleWater Mask</sld:Title>
sld:Abstract/
sld:FeatureTypeStylesld:NameTurbidity</sld:Name>
sld:TitleTurbidity</sld:Title>
sld:Abstract;</sld:Abstract>
sld:SemanticTypeIdentifiergeneric:geometry</sld:SemanticTypeIdentifier>
sld:Rulesld:NameWater Mask - </sld:Name>
sld:TitleWater Mask - </sld:Title>
sld:RasterSymbolizersld:ColorMap
<sld:ColorMapEntry color=“#808080” quantity=“-6” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-5” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-4” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-3” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-2” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-1” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“0” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#190019” quantity=“0.001” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#190019” quantity=“0.1” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#100059” quantity=“0.124” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#0600A1” quantity=“0.169” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#002ED2” quantity=“0.229” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#0080E4” quantity=“0.311” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00B3EF” quantity=“0.423” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00E6FA” quantity=“0.575” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00F4CC” quantity=“0.782” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00DE66” quantity=“1.063” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00C800” quantity=“1.445” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#66DE00” quantity=“1.965” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CCF400” quantity=“2.671” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FFCC00” quantity=“3.631” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF6600” quantity=“4.936” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF0000” quantity=“6.709” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CC0033” quantity=“9.12” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#990066” quantity=“12.397” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#990099” quantity=“16.853” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CC00CC” quantity=“22.909” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF00FF” quantity=“31.141” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF26FF” quantity=“42.332” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF49FF” quantity=“57.544” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF6AFF” quantity=“78.223” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF8EFF” quantity=“106.333” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FFAFFF” quantity=“144.544” opacity=“1.0” label=“”/>

</sld:ColorMap>
</sld:RasterSymbolizer>
</sld:Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</sld:NamedLayer>
</sld:StyledLayerDescriptor>


Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/


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

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

Hi Sabine,

If that TUR_us-florida016040_EOMAP_20140210T155619_LSAT8_m0030_32bit_cut.tif allows to create an imageMosaic which raises that issue, you could create a JIRA and attach both the sld, as well as that file so we can replicate the problem, locally.

(in case more files are needed to replicate the issue, you could add a zip files with them).

Hope this helps.
Cheers,
Daniele

···

On Thu, Feb 12, 2015 at 10:38 AM, Sabine Ohlendorf <sabine.ohlendorf@anonymised.com> wrote:

Hi Daniele,

Thank you for your answer!
I tried to send you a sample image as email attachment but it failed. How can I provide you the data?
Here is the coverage.xml and the output of gdalinfo:

CoverageInfoImpl--2eeda304:14ae451008d:-7ec6 florida florida NamespaceInfoImpl--33ad4a0f:13bb2c9158c:-7fff florida Generated from ImageMosaic WCS ImageMosaic florida GEOGCS["WGS 84", DATUM["World Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH], AUTHORITY["EPSG","4326"]] EPSG:4326 -82.0241060990124 -80.474928725694 28.2391995705372 29.372215031235 EPSG:4326 -82.0241060990124 -80.474928725694 28.2391995705372 29.372215031235 GEOGCS["WGS84(DD)", DATUM["WGS84", SPHEROID["WGS84", 6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0], UNIT["degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH]] REPROJECT_TO_DECLARED true true LIST ISO8601 false false florida_florida CoverageStoreInfoImpl--2eeda304:14ae451008d:-7ec9 ImageMosaic 0 0 5286 3865 2.930717694510686E-4 -2.930717694510686E-4 0.0 0.0 -82.02395956312768 29.372068495350277 EPSG:4326 GEOTIFF GIF PNG JPEG TIFF bilinear bicubic nearest neighbour GRAY_INDEX GridSampleDimension[-Infinity,Infinity] -inf inf REAL_32BITS FootprintBehavior None MergeBehavior FLAT AllowMultithreading false Filter MaxAllowedTiles -1 SORTING OutputTransparentColor InputTransparentColor SUGGESTED_TILE_SIZE 512,512 Accurate resolution computation false BackgroundValues USE_JAI_IMAGEREAD true florida

GDALINFO:

Driver: GTiff/GeoTIFF
Files: TUR_us-florida016040_EOMAP_20140210T155619_LSAT8_m0030_32bit_cut.tif
Size is 5286, 3866
Coordinate System is:
GEOGCS[“WGS 84”,
DATUM[“WGS_1984”,
SPHEROID[“WGS 84”,6378137,298.257223563,
AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”,0],
UNIT[“degree”,0.0174532925199433],
AUTHORITY[“EPSG”,“4326”]]
Origin = (-82.024106099012357,29.372215031234983)
Pixel Size = (0.000293071769451,-0.000293071769451)
Metadata:
TIFFTAG_SOFTWARE=EWS Version 2.2.2 MIP: 2.2.328
TIFFTAG_DATETIME=2014:10:28 17:59:39
EOMAP_UUID=ce0b805c-5ec3-11e4-868a-4c72b9272832
AREA_OR_POINT=Area
Image Structure Metadata:
COMPRESSION=LZW
INTERLEAVE=BAND
Corner Coordinates:
Upper Left ( -82.0241061, 29.3722150) ( 82d 1’26.78"W, 29d22’19.97"N)
Lower Left ( -82.0241061, 28.2391996) ( 82d 1’26.78"W, 28d14’21.12"N)
Upper Right ( -80.4749287, 29.3722150) ( 80d28’29.74"W, 29d22’19.97"N)
Lower Right ( -80.4749287, 28.2391996) ( 80d28’29.74"W, 28d14’21.12"N)
Center ( -81.2495174, 28.8057073) ( 81d14’58.26"W, 28d48’20.55"N)
Band 1 Block=256x256 Type=Float32, ColorInterp=Gray

Kind regards,
Sabine

Gesendet: Donnerstag, 12. Februar 2015 um 10:04 Uhr
Von: “Daniele Romagnoli” <daniele.romagnoli@anonymised.com>
An: “Sabine Ohlendorf” <sabine.ohlendorf@anonymised.com>
Cc: “Geoserver Mailinglist” <geoserver-users@anonymised.com.sourceforge.net>
Betreff: Re: [Geoserver-users] Imagemosaic with SLD not fully displayed

Hi Sabine,
do you have any chance to share a minimal set of data to replicate the issue for debugging?
Side questions:

  • Can you run a gdalinfo on one of your samples and provide us the output?
  • Can you also provide us the coverage configuration? (the coverage.xml. You can find it in the GEOSERVER_DATA_DIR/workspaces/yourworkspace/yourcoveragestore/yourcoverage/coverage.xml)

Please, let us know.
Best Regards,
Daniele

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

On Wed, Feb 11, 2015 at 2:16 PM, Sabine Ohlendorf <sabine.ohlendorf@anonymised.com> wrote:

Hi all,

I am using geoserver 2.6.1 and have a problem with SLDs:
I created a new style as SLD (see below). Furthermore I have an imagemosaic layer with 32bit geotiffs where I put the created style as default style in the WMS settings.
When I start the OpenLayers LayerPreview the style is used in general but the problem is that values smaller 1 within the image are not displayed at first. It is necessary to zoom in until a scale of 1:150K. Then the values are displayed in the appropriate colors of the style.

Before I used geoserver 2.2.5 with the same setting and the same style and it was workling without problems.

Kinrd regards,
Sabine

SLD:

<?xml version="1.0" encoding="UTF-8"?>

<sld:StyledLayerDescriptor xmlns:ogc=“http://www.opengis.net/ogc” xmlns:xlink=“http://www.w3.org/1999/xlink” xmlns:sld=“http://www.opengis.net/sld” xmlns:gml=“http://www.opengis.net/gml” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” version=“1.0.0” xsi:schemaLocation=“http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd”>
<sld:NamedLayer xmlns=“http://www.opengis.net/sld”>sld:Name4db8e899a3a245588c282af02e849433</sld:Name>
sld:UserStylesld:NameStyle1</sld:Name>
sld:TitleWater Mask</sld:Title>
sld:Abstract/
sld:FeatureTypeStylesld:NameTurbidity</sld:Name>
sld:TitleTurbidity</sld:Title>
sld:Abstract;</sld:Abstract>
sld:SemanticTypeIdentifiergeneric:geometry</sld:SemanticTypeIdentifier>
sld:Rulesld:NameWater Mask - </sld:Name>
sld:TitleWater Mask - </sld:Title>
sld:RasterSymbolizersld:ColorMap
<sld:ColorMapEntry color=“#808080” quantity=“-6” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-5” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-4” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-3” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-2” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“-1” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#808080” quantity=“0” opacity=“0.0” label=“”/>
<sld:ColorMapEntry color=“#190019” quantity=“0.001” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#190019” quantity=“0.1” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#100059” quantity=“0.124” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#0600A1” quantity=“0.169” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#002ED2” quantity=“0.229” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#0080E4” quantity=“0.311” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00B3EF” quantity=“0.423” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00E6FA” quantity=“0.575” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00F4CC” quantity=“0.782” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00DE66” quantity=“1.063” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#00C800” quantity=“1.445” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#66DE00” quantity=“1.965” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CCF400” quantity=“2.671” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FFCC00” quantity=“3.631” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF6600” quantity=“4.936” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF0000” quantity=“6.709” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CC0033” quantity=“9.12” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#990066” quantity=“12.397” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#990099” quantity=“16.853” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#CC00CC” quantity=“22.909” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF00FF” quantity=“31.141” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF26FF” quantity=“42.332” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF49FF” quantity=“57.544” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF6AFF” quantity=“78.223” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FF8EFF” quantity=“106.333” opacity=“1.0” label=“”/>
<sld:ColorMapEntry color=“#FFAFFF” quantity=“144.544” opacity=“1.0” label=“”/>

</sld:ColorMap>
</sld:RasterSymbolizer>
</sld:Rule>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</sld:NamedLayer>
</sld:StyledLayerDescriptor>


Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/


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

HI,

I created a JIRA on the JIRA page for GeoServer last week: GEOS-6892
Link: https://jira.codehaus.org/browse/GEOS-6892

Unfortunately there are no answers so far.
Sabine

On Mon, Feb 23, 2015 at 10:33 AM, Sabine Ohlendorf <sabine.ohlendorf@anonymised.com...>
wrote:

HI,

I created a JIRA on the JIRA page for GeoServer last week: GEOS-6892
Link: https://jira.codehaus.org/browse/GEOS-6892

Unfortunately there are no answers so far.

See "Be Patient" and "If it turns out it's a bug" sections of the user list
posting guidelines:
http://geoserver.org/comm/userlist-guidelines.html

If you need quick and guaranteed solution you can try to contribute a fix
yourself,
(contributor guide here
https://github.com/geoserver/geoserver/blob/master/CONTRIBUTING.md)
or looking for commercial support (see http://geoserver.org/support/)

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------