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

2012-08-28 Thread David1980
If I try to show OGR-drivers in my C#-project, I get the following error: The type-initialiser for "OSGeo.OGR.Ogs" has caused an exception. System.EntryPointNotFoundException: The entry point "CSharp_OLCDeleteField_get" was not found in the DLL "ogr_wrap". at OSGeo.OGR.OgrPINVOKE.OLCDeleteField_g

Re: [gdal-dev] Problem when resizing main frame in Windows 7.

2012-08-28 Thread Ramiro Gonzalez
Sorry. 2012/8/28 Chaitanya kumar CH > Ramiro, > > This is not the mailing list for wx. > > On Tue, Aug 28, 2012 at 11:12 PM, Ramiro Gonzalez < > ramirogonza...@suremptec.com.ar> wrote: > >> Hi, >> >> I use wx 2.8.12 in a multiplatform application, I have been having a >> problem with the layout

Re: [gdal-dev] Problem when resizing main frame in Windows 7.

2012-08-28 Thread Chaitanya kumar CH
Ramiro, This is not the mailing list for wx. On Tue, Aug 28, 2012 at 11:12 PM, Ramiro Gonzalez < ramirogonza...@suremptec.com.ar> wrote: > Hi, > > I use wx 2.8.12 in a multiplatform application, I have been having a > problem with the layout when I resize the main Frame, but '''only happens > in

[gdal-dev] Problem when resizing main frame in Windows 7.

2012-08-28 Thread Ramiro Gonzalez
Hi, I use wx 2.8.12 in a multiplatform application, I have been having a problem with the layout when I resize the main Frame, but '''only happens in Windows 7'''. I couldn't find the source of the problem, so I was hoping someone could help me with it. My application have several wxPanels compo

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

2012-08-28 Thread David1980
@Jeff McKenna: I know this 2 pages, but it didnt help me. Im afraid the tips there are to short for me because the authors thought every reader would know things I simply dont know. ;) (e.g.: "If your OS distribution already contains prebuilt HDF library you can use one from the distribution. " ->

Re: [gdal-dev] autoreconf fails

2012-08-28 Thread Even Rouault
Selon Oliver Burger : Did you try autogen.sh ? $ less gdal/autogen.sh #!/bin/sh set -x #libtoolize --force --copy aclocal -I ./m4 # We deliberately do not use autoheader, since it introduces PACKAGE junk # that conflicts with other packages in cpl_config.h.in (FrankW) #autoheader autoconf But I'

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

2012-08-28 Thread Even Rouault
Selon David1980 : > the version from FWTools > has HDF4, but no Shapefiles FWTools has definitely shapefile support. The shapefile driver doesn't require external libraries, so every GDAL/OGR build has shapefile support. C:Program FilesFWTools2.4.7>ogrinfo --formats Supported Formats: -> "ESRI

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

2012-08-28 Thread Jeff McKenna
I wish I had an easy answer for you. I know for MS4W the next release will contain HDF4 support (only HDF5 support is included at the moment). Also, we maintain built steps for HDF at: http://trac.osgeo.org/gdal/wiki/HDF That doesn't answer any of your questions, but at least now you know where

[gdal-dev] autoreconf fails

2012-08-28 Thread Oliver Burger
Currently I can't build gdal any more. A normal build told me: libtool: Version mismatch error. This is libtool 2.4.2, but the libtool: definition of this LT_INIT comes from libtool 2.4. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 libtool: and run autoconf again. But do

[gdal-dev] The file HDF5 is filled in with data

2012-08-28 Thread eborovenskiy
Good afternoon, I am experiencing the following problem - in my program when opening and closing a file with the format HDF5, it remains filled in with data and it's impossible to delete it, rename, etc., until I close the entire program. Version GDAL 1.8.1. (I also tried to use files for the dr

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

2012-08-28 Thread David1980
I need GDAL with both Shapefile and HDF4-Support, if possible in 64 bit. Since the normal GDAL-versions from http://www.gisinternals.com/sdk/ have Shapefile, but no HDF4 and the version from FWTools has HDF4, but no Shapefiles, Im afraid I have to compile a GDAL-version by myself. The problem is t

[gdal-dev] Gauss conformal Lo33 on Clarke 1880 Cape Datum to WGS84 UTM36S

2012-08-28 Thread Zoltan Szecsei
Hi Gdal-ers, This is cross-posted on the proj list, but my query also concerns whether gdalwarp notices the NTv2 grid or not, as my results vary from the control data (point BM1) I was given. I'm using gdal/ogr v1.9.1 on ubuntu 12.04. Please read on, and comment: Hi All, This issue goes on, sl

Re: [gdal-dev] gdal info in python script

2012-08-28 Thread Even Rouault
Selon Chaitanya kumar CH : > Neha, > > You can use the subprocess module of Python. I can also mention a Python port of gdalinfo that you can adapt to extract the information that interest you and/or reformat the output according to your needs : http://svn.osgeo.org/gdal/trunk/gdal/swig/python/sa

Re: [gdal-dev] gdal info in python script

2012-08-28 Thread Chaitanya kumar CH
Neha, You can use the subprocess module of Python. On Tue, Aug 28, 2012 at 2:06 PM, Neha Bijalwan wrote: > how to use gdalinfo with python script? i intend to store the result > of gdalinfo for a raster into a variable and display it, the end > result being the output of gdalinfo being displayed

[gdal-dev] gdal info in python script

2012-08-28 Thread Neha Bijalwan
how to use gdalinfo with python script? i intend to store the result of gdalinfo for a raster into a variable and display it, the end result being the output of gdalinfo being displayed? how is it possible? ___ gdal-dev mailing list gdal-dev@lists.osgeo.o