[gdal-dev] gdal + C#

2012-09-06 Thread Neelima Emmani
Hi Chaitanya & All, In my GDAL1.9 version, I have a swig folder. And according to the below link http://trac.osgeo.org/gdal/wiki/GdalOgrCsharpCompile#Compilingthecode It says, that i need to download swigwin-1.3.31 package. My question is do i need to overwrite the existing swig folder with this d

Re: [gdal-dev] How to get a working version of gdal_retile.py?

2012-09-06 Thread Paul Meems
Thanks Even for all your help. But I'm still having trouble. I've made sure all possible Python installs are removed. Deleted all Python folders, OSGeo4W folders, uninstalled QGIS. Next I downloaded and installed python-2.7.3.amd64.msi to E:\Python27 Next gdal-19-1600-core.msi. Full install, could

Re: [gdal-dev] How to get a working version of gdal_retile.py?

2012-09-06 Thread Even Rouault
Selon Paul Meems : > Thanks Even for all your help. > But I'm still having trouble. You've downloaded a 64-bit version of python (python-2.7.3.amd64.msi), and are trying to use it with a 32-bit build of that GDAL Python bindings (GDAL-1.9.1.win32-py2.7.msi). That can't work. Either you use 64-bi

Re: [gdal-dev] How to get a working version of gdal_retile.py?

2012-09-06 Thread Paul Meems
Even, Thanks again. That was the problem. I uninstalled Python and installed the 32-bit version. Next I uninstalled GDAL-1.9.1.win32-py2.7 and installed it again. Now my Python installation is found. My ecw file is now being tiled. If you are ever in The Netherlands I'll by you a beer! Thanks,

Re: [gdal-dev] GEOS Ver 3.3.5 and GDAL Ver 1.91

2012-09-06 Thread Mateusz Loskot
On 5 September 2012 21:16, Kyle Shannon wrote: > Martin, > Did you by chance use cmake to build geos? I built 1.9.1 against geos > 3.3.5, but used cmake when building geos. It appears the output files are > named differently when cmake is used. If you did use cmake, then it looks > like you ne

[gdal-dev] DBF file associated with Raster

2012-09-06 Thread Alisson Barbosa
Hi, I want to know how to read the attributes of a dbf file associated with a raster using GDAL. Regards, -- Alisson Barbosa Systems Analyst - FUNCEME - Brazil ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/g

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

2012-09-06 Thread Ivan Lucena
Hi Alisson, How did that dbf was create? Can you run ogrinfo and report it back to us? gdalinfo file-name.dbf Is there a .shp file associated with that dbf? Regards, Ivan > ---Original Message--- > From: Alisson Barbosa > To: gdal-dev@lists.osgeo.org > Subject: [gdal-dev] DBF f

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

2012-09-06 Thread Even Rouault
Selon Ivan Lucena : > Hi Alisson, > > How did that dbf was create? > > Can you run ogrinfo and report it back to us? > > gdalinfo file-name.dbf Ivan certainly meant : ogrinfo file-name.dbf > > Is there a .shp file associated with that dbf? To my knowledge, there's no GDAL driver that directly m

Re: [gdal-dev] GEOS Ver 3.3.5 and GDAL Ver 1.91

2012-09-06 Thread Martin Chapman
That worked. Thanks for all your help. Martin From: Kyle Shannon [mailto:k...@pobox.com] Sent: Wednesday, September 05, 2012 2:16 PM To: Martin Chapman Cc: Joaquim Luis; gdal-dev@lists.osgeo.org; outr...@pixia.com Subject: Re: [gdal-dev] GEOS Ver 3.3.5 and GDAL Ver 1.91 Martin, Did y

Re: [gdal-dev] GEOS Ver 3.3.5 and GDAL Ver 1.91

2012-09-06 Thread Jeff McKenna
On 12-09-06 4:09 PM, Martin Chapman wrote: > That worked. Thanks for all your help. Martin: might be an excellent time to record your findings on a new 'GEOS' buildhints page on the GDAL wiki at: http://trac.osgeo.org/gdal/wiki/BuildHints I know myself I live by those hints, and add to them (so

Re: [gdal-dev] GEOS Ver 3.3.5 and GDAL Ver 1.91

2012-09-06 Thread Martin Chapman
Jeff, Absolutely. I am just waiting for some final testing to confirm all is good and then I will post the instructions. I had someone at work help me out so I need to get the final instructions of exactly what she did before I post. Martin -Original Message- From: gdal-dev-boun...@lis

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

2012-09-06 Thread Ivan Lucena
Hi Even, On 9/6/12 12:05 PM, Even Rouault wrote: Selon Ivan Lucena : Hi Alisson, How did that dbf was create? Can you run ogrinfo and report it back to us? gdalinfo file-name.dbf Ivan certainly meant : ogrinfo file-name.dbf Oops. What as I thinking? :| That is right Allison. I meant to

[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] DBF file associated with Raster

2012-09-06 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