[gdal-dev] gdal dataset

2012-09-07 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.

Re: [gdal-dev] gdal dataset

2012-09-07 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 is

Re: [gdal-dev] DBF file associated with Raster

2012-09-07 Thread Even Rouault
Another possibility is that the GDAL PAMDataset could store RAT in auxiliary xml files, so you can keep the raster data as it is. The problem is that you would need to convert the content of your DBF to the PAMDataset schema. Does it makes sense Even? Yes, I was also thinking to some sort

Re: [gdal-dev] gdal dataset

2012-09-07 Thread Chaitanya kumar CH
Neelima, Perhaps I didn't understand your question. You said that it was asking for a dataset. How did it ask? What were the error messages you got? In your future queries, please include as much information as you can provide. On Fri, Sep 7, 2012 at 12:42 PM, Neelima Emmani

Re: [gdal-dev] gdal error

2012-09-07 Thread Neelima Emmani
Hi when I try to invoke Gdal.AllRegister I get the below error: The type initializer for OSGeo.GDAL.GdalPINVOKE threw an exception. When i checked for a online solution, they said that it is looking for gdal_wrap.dll. Yes, my project does not contain any gdal_wrap.dll. First thing is that, when

Re: [gdal-dev] Compile GDAL with HDF4 and Shapefile-Support (64bit)

2012-09-07 Thread David1980
Maybe I need an older version of the C#-GDAL-bindings in order to use the version included in FW-Tools ? Since the code for loading GDAL is quite simple and works with newer GDAL-versions (32 / 64 bit) that seems to be the most likely reason for me. Has anybody used (version 1.7 32bit /

[gdal-dev] Can't delete feature from shapefile in python

2012-09-07 Thread Hugo
Hello all, I'm trying to delete a number of records from shapefile based on an attribute. The strange thing that is happening is that feature count never changes but if i make the same filter a second time the features are no longer there. The code i'm using is below. I should be doing something