[gdal-dev] Translating ArcInfo binary grid to USGS .dem in C# via GDAL

2011-05-13 Thread supercooper
For transparency's sake, I posted this to gis.stackexchange (http://gis.stackexchange.com/questions/9609/translating-grid-to-usgs-dem-in-c-via-gdal), but haven't heard anything that really helps, so I thought this might be a better place to seek help. I am attempting to translate ArcInfo binary gr

Re: [gdal-dev] Translating ArcInfo binary grid to USGS .dem in C# via GDAL

2011-05-13 Thread Frank Warmerdam
On 11-05-13 01:13 PM, supercooper wrote: Dataset dsDem = demDriver.Create("C:\\Data\\65587895\\foo.dem", x, y, 1, DataType.GDT_Int16, opts); Gives the error: System.ApplicationException: GDALDriver::Create() ... no create method implemented for this format. I thought the USGSDEM format was rea

Re: [gdal-dev] Translating ArcInfo binary grid to USGS .dem in C# via GDAL

2011-05-13 Thread Even Rouault
Le vendredi 13 mai 2011 19:13:32, supercooper a écrit : > For transparency's sake, I posted this to gis.stackexchange > (http://gis.stackexchange.com/questions/9609/translating-grid-to-usgs-dem-i > n-c-via-gdal), but haven't heard anything that really helps, so I thought > this might be a better pl