Ticket #1176 (closed defect: fixed)
NetCDF Driver picks up zero length files
| Reported by: | kyngchaos@… | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | 1.4.1 |
| Component: | GDAL_Raster | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by warmerdam) (diff)
When NetCDF support is built into GDAL, the Idrisi driver can't write RST files. Reading works. When using gdal_translate to write an Idrisi file (or in the gdalautotest), it gives an assertion error:
gdal_translate -of RST rgbsmall.tif asdf.rst Input file size is 50, 50 0posixio.c:396: failed assertion `extent != 0' Abort trap
I thought it may have something to do with OS X threads (from the posicio.c reference), but disabling threads in gdal didn't help - same error.
Change History
Note: See
TracTickets for help on using
tickets.
