Re: [gdal-dev] ogr2ogr convert e00 to shp

2013-02-17 Thread Andreas Oxenstierna
How complex is your input file(s)? ArcInfo coverage/E00 can have virtually any number of featureclasses. However, a coverage have non-redundant geometry with only two primary geometry sources: point and line. All other featureclasses (polygons, nodes, multipolys, multilines etc) shares the geom

[gdal-dev] OGR WFS from behind NTLMv2 proxy server

2013-02-17 Thread Jeremy Palmer
Is it possible to connect to a WFS server when behind an NTLMv2 proxy server? I've tried setting the http_proxy to http://user:pass@host:port but I got this response (which makes it look like the credentials were not passed) ERROR 1: HTTP error code : 407 ERROR 1: Error returned by server : HTTP

Re: [gdal-dev] retrieving geometry vesus .GetGeometryRef() function

2013-02-17 Thread Even Rouault
Le samedi 16 février 2013 15:25:49, David Verbyla a écrit : > I'm looking for documentation explaining when to use .geometry instead of > .GetGeometryRef(() The doc is in the code ;-) swig/include/python/ogr_python.i : def geometry(self): return self.GetGeometryRef()

Re: [gdal-dev] GSoC 2013 Ideas List

2013-02-17 Thread Even Rouault
Le samedi 16 février 2013 22:23:07, Dmitriy Baryshnikov a écrit : > The Google Summer of Code will be started soon, but we have no ideas to > improving GDAL (http://trac.osgeo.org/gdal/wiki/SummerOfCode). > There is wish list > (http://trac.osgeo.org/gdal/query?status=%21closed&order=id&desc=1&type

Re: [gdal-dev] ogr2ogr convert e00 to shp

2013-02-17 Thread Murat Beyhan
Thanks for the great explanation and help, But still I couldn't solve my problem. Shape file which is generated by ogr2ogr should be under the working directory as a file not as a fiel under the new directory. I mean after run the command I would like to see shape file under the working directory f