On Thu, May 10, 2012 at 9:59 AM, Karu Kaarigar <[email protected]> wrote: > Thanks, Frank. I am not familiar with the gdal development at all. But I > think replacing the driver binary with this new one wit your change should > fix the behavior locally for me? > > Kaarigar > ============
Kaarigar, The XYZ driver is not built as a distinct driver. It is just built into the main GDAL .so/.dll. If you are using pre-built binaries i may be hard to incorporate the change. If you are building from source, just replace the xyzdataset.cpp file. In any event, you can just run with the gdal_translate you have now. It will just be inefficient. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, [email protected] light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Software Developer _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
