[gdal-dev] gdal dataset

2012-09-06 Thread Neelima Emmani
Hi All, I have generated gdal , ogr , osr dlls and added them to my c# project. Now i am trying to run the application that is given in gdal download which is named as gdalread.cs.When I run it , it is asking for a dataset . Can any one let me know if i have to specify filename over here. Actual

Re: [gdal-dev] gdal dataset

2012-09-06 Thread Chaitanya kumar CH
Neelima, For me specifying the .000 file to ogrinfo and ogr2ogr worked. On Fri, Sep 7, 2012 at 11:32 AM, Neelima Emmani < neelima.emm...@iictechnologies.com> wrote: > Hi All, > I have generated gdal , ogr , osr dlls and added them to my c# project. > Now i am trying to run the application that

Re: [gdal-dev] gdal dataset

2012-09-07 Thread Chaitanya kumar CH
aitanya...@gmail.com] > *Sent:* Friday, September 07, 2012 12:04 PM > *To:* Neelima Emmani > *Cc:* gdal-dev@lists.osgeo.org > *Subject:* Re: [gdal-dev] gdal dataset > > Neelima, > > For me specifying the .000 file to ogrinfo and ogr2ogr worked. > > On Fri, Sep 7, 201

[gdal-dev] GDAL Dataset to .NET Bitmap - PixelFormat issue

2013-04-19 Thread Maksim Sestic
Hi all, I'm wodering whether it's possible to compute a proper System.Drawing.PixelFormat out of GDAL Dataset. I'm also aware of existing C# examples, but they won't allow for pinpointing specific PixelFormats. Please see attached 3 different RGB bitmaps: 16-bit, 24-bit and 32-bit. Is it possible