Re: [gdal-dev] ENVI driver patch

2014-05-14 Thread Wilson Waters
Hi Even, I just created ticket http://trac.osgeo.org/gdal/ticket/5467 I'm no expert in ENVI files but found the only way to get the .hdr files working in the ENVI application was to change the "Unknown" map info projection to "Arbitrary". The best reference I've found for this is http://www.e

Re: [gdal-dev] ENVI driver patch

2014-05-14 Thread Even Rouault
Wilson, at first sight, I'd say it looks reasonable, but could you post your below analysis, patch and samples files as a ticket ( http://trac.osgeo.org/gdal/newticket ) so that it doesn't get lost ? But there's one thing I didn't understand well. In your patch, you changed "Unknown" to "Arbit

[gdal-dev] ENVI driver patch

2014-05-13 Thread Wilson Waters
Hi all, I've been working with ENVI files lately and have come across a few issues. I'm hoping you can point out if I'm doing something wrong or if I should create a GDAL bug with the attached patch. We found our ENVI .hdr files were being corrupted whenever opened in write mode with GDAL. N