Opened 9 years ago
Closed 9 years ago
#965 closed defect (invalid)
wcst_import should handle float null values
Reported by: | Dimitar Misev | Owned by: | Alex Dumitru |
---|---|---|---|
Priority: | major | Milestone: | 9.1.x |
Component: | applications | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
When default null values read from GDAL are floating points, wcst_import should try to convert them to int range, e.g. if it's -999.0 it should be -999, -999.5 = -1000:-999
Note:
See TracTickets
for help on using tickets.
Seems fixed in the latest code.