RE: [gdal-dev] GDALDeregister_GTiff()

2010-12-09 Thread David Hildebrand
04:06 PM, David Hildebrand wrote: > I'm not sure if this is the right list to post this question or not. I > have a MapServer application built with GDAL support but when I try to > access a 3-band TIFF image I get the error "GDAL: GDALDeregister_GTiff() > called.\r" showin

[gdal-dev] GDALDeregister_GTiff()

2010-12-09 Thread David Hildebrand
I'm not sure if this is the right list to post this question or not. I have a MapServer application built with GDAL support but when I try to access a 3-band TIFF image I get the error "GDAL: GDALDeregister_GTiff() called.\r" showing up in my log file. Does anyone know what the GDALDeregister_GTi

[gdal-dev] RE: gdal_rasterize utility

2010-09-14 Thread David Hildebrand
I am trying to rasterize a set of points from a CSV file with coordinates. I have created a VRT file to define a virtual 2D layer. I am using version1.7 so I need to copy a template output image file to rasterize (output.tif). The field "abl_val" contains the data I want to rasterize and "f_year

[gdal-dev] gdal_grid utility

2010-09-14 Thread David Hildebrand
I am trying to grid a set of points. My input is a CSV file for which I have created a VRT file. The input coordinate system is WGS84 but the output is Transverse Mercator (for which I have an ESRI PRJ file). The command completes but the output is upside down. Here is the command line. gda