Opened 13 years ago

Closed 13 years ago

#3624 closed defect (fixed)

Error displaying 16bit BIL data

Reported by: msmitherdc Owned by: warmerdam
Priority: normal Milestone: 6.0 release
Component: GDAL Support Version: svn-trunk (development)
Severity: normal Keywords: agg, gd, gdal, 16bit
Cc: jmckenna, dmorissette

Description

Using this dataset ftp://sidads.colorado.edu/DATASETS/NOAA/G02158/SNODAS_20101130.tar

I'm getting

mapserv57: mapdrawgdal.c:2196: msDrawRasterLayerGDAL_16BitClassification: Assertion `rb->type == MS_BUFFER_GD' failed.

Attachments (2)

swe.map (3.2 KB ) - added by msmitherdc 13 years ago.
Mapfile showing problem
getswe.sh (219 bytes ) - added by msmitherdc 13 years ago.
script to get data

Download all attachments as: .zip

Change History (10)

comment:1 by msmitherdc, 13 years ago

Looks like error only occurs when classifying on pixel values.

Example

CLASS

NAME "0 - 1" EXPRESSION ([pixel] >= 1 AND [pixel] < 25 ) STYLE

COLOR 227 227 227

END

END

comment:2 by msmitherdc, 13 years ago

Owner: changed from FrankW to dmorissette

comment:3 by jmckenna, 13 years ago

Cc: jmckenna added

comment:4 by warmerdam, 13 years ago

Cc: warmerdam added

comment:5 by warmerdam, 13 years ago

Cc: dmorissette added; warmerdam removed
Milestone: 6.0 release
Owner: changed from dmorissette to warmerdam

seizing...

comment:6 by warmerdam, 13 years ago

Status: newassigned

Mike,

Can you provide a relatively simple map file demonstrating the problem?

by msmitherdc, 13 years ago

Attachment: swe.map added

Mapfile showing problem

by msmitherdc, 13 years ago

Attachment: getswe.sh added

script to get data

comment:8 by warmerdam, 13 years ago

Resolution: fixed
Status: assignedclosed

Problem corrected in trunk (r10786) (it does not exist in stable branches).

Note: See TracTickets for help on using tickets.