#6624 closed defect (fixed)
CL_INVALID_VALUE errors when creating MBTiles file
Reported by: | kthujvu | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.1.3 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | gdal_translate, mbtiles, opencl, gdalwarp |
Cc: |
Description
Trying to create a MBTiles file from a GeoTIFF gave me lots of errors:
$ gdal_translate -of MBTiles -co TILE_FORMAT=JPEG DGM1_2x2KM_XYZ.hillshade.tif DGM1_2x2KM_XYZ.hillshade.mbtiles Input file size is 39925, 38448 ERROR 1: Error at file gdalwarpkernel_opencl.c line 322: CL_INVALID_VALUE ERROR 1: Error at file gdalwarpkernel_opencl.c line 430: CL_INVALID_VALUE ERROR 1: Error at file gdalwarpkernel_opencl.c line 2078: CL_INVALID_VALUE 0ERROR 1: Error at file gdalwarpkernel_opencl.c line 322: CL_INVALID_VALUE ERROR 1: Error at file gdalwarpkernel_opencl.c line 430: CL_INVALID_VALUE ERROR 1: Error at file gdalwarpkernel_opencl.c line 2078: CL_INVALID_VALUE ERROR 1: Error at file gdalwarpkernel_opencl.c line 322: CL_INVALID_VALUE ERROR 1: Error at file gdalwarpkernel_opencl.c line 430: CL_INVALID_VALUE ERROR 1: Error at file gdalwarpkernel_opencl.c line 2078: CL_INVALID_VALUE (...) More than 1000 errors or warnings have been reported. No more will be reported from now. ..100 - done.
The resulting MBTiles file seems fine though, at least it works well in QGIS and using gdaladdo on it succeeds without any problems.
SVN build from 10th Aug 2016. Archlinux with nvidia drivers.
Change History (4)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 8 years ago
Milestone: | → 2.1.3 |
---|
Note:
See TracTickets
for help on using tickets.
In 36097: