Re: [gdal-dev] Geomedia mdb files

2011-01-22 Thread Angelos Tzotsos
I am checking with some old colleagues at Intergraph to see if the data are free to redistribute. On 01/22/2011 06:26 PM, Even Rouault wrote: Le samedi 22 janvier 2011 16:58:27, Angelos Tzotsos a écrit : Hi Even. Good work. I can provide a sample mdb file made from GeoMedia. Is there any part

Re: [gdal-dev] Geomedia mdb files

2011-01-22 Thread Even Rouault
Le samedi 22 janvier 2011 16:58:27, Angelos Tzotsos a écrit : > Hi Even. > > Good work. > I can provide a sample mdb file made from GeoMedia. Is there any > particular shapefile, you would like me to translate? > Perhaps we can include the US Sample Data as provided by Intergraph. > If the sampl

Re: [gdal-dev] Geomedia mdb files

2011-01-22 Thread Even Rouault
Le samedi 22 janvier 2011 17:00:27, Zoltan Szecsei a écrit : > I have just looked at www.gdal.org and not found a link to your version. Yeah, the doc will appears in a few hours when the web site is regenerated. > > If you can spoonfeed me I can test it for you tomorrow (on a reasonable > size

Re: [gdal-dev] Geomedia mdb files

2011-01-22 Thread Zoltan Szecsei
Hi Even, Your timing is brilliant!! :-) I have a meeting on Monday, where I am about to confess failure in converting mdb to (multiple) shape files. I sadly have no time today (it's almost 18h00 here) but will be in tomorrow as I have a deadline for Monday. I have just looked at www.gdal.o

Re: [gdal-dev] Geomedia mdb files

2011-01-22 Thread Angelos Tzotsos
Hi Even. Good work. I can provide a sample mdb file made from GeoMedia. Is there any particular shapefile, you would like me to translate? Perhaps we can include the US Sample Data as provided by Intergraph. Best regards, Angelos On 01/22/2011 05:42 PM, Even Rouault wrote: Hi, I've just add

Re: [gdal-dev] Geomedia mdb files

2011-01-22 Thread Even Rouault
Hi, I've just added a read-only geomedia driver in GDAL trunk (GDAL 1.9.0dev). Testing is appreciated. It would be usefull if someone could provide a small and freely redistribuable geomedia .mdb (possibly hand-made with fake data) with different types of geometries (1 feature for each geometr

Re: [gdal-dev] write to GML

2011-01-22 Thread Even Rouault
Le samedi 22 janvier 2011 11:20:48, Mohammed Rashad a écrit : > this works > poDS = OGRSFDriverRegistrar::Open( "point_out.xml", FALSE ); > if( poDS == NULL ) > { > printf( "Open failed.\n" ); > } > but the following is not working > poDS = OGRSFDriverRegistrar::Open( "point_out

[gdal-dev] write to GML

2011-01-22 Thread Mohammed Rashad
this works poDS = OGRSFDriverRegistrar::Open( "point_out.xml", FALSE ); if( poDS == NULL ) { printf( "Open failed.\n" ); } but the following is not working poDS = OGRSFDriverRegistrar::Open( "point_out.xml", TRUE ); if( poDS == NULL ) { printf( "Open failed.\n" )