Re: [gdal-dev] python scripts - create layer problem

2014-07-11 Thread Martin Landa
Hi, 2014-07-10 11:32 GMT+02:00 Even Rouault : > I would say that your Zsj layer is a non-spatial layer. Is it the case ? no, all layers are spatial. > If yes, then the output of the log and the content of geometry_columns are > consistant. You may not see it directly when running ogrinfo on the

Re: [gdal-dev] python scripts - create layer problem

2014-07-11 Thread Martin Landa
Hi, 2014-07-11 9:07 GMT+02:00 Martin Landa : > It's random, usually one or two layers are missing in output DB... I checked also all tables with psql vfr -c "SELECT * FROM information_schema.tables WHERE table_schema = 'public'" Some tables (one or two) are simply not written for unknown reason

Re: [gdal-dev] python scripts - create layer problem

2014-07-11 Thread Even Rouault
Selon Martin Landa : > Hi, > > 2014-07-11 9:07 GMT+02:00 Martin Landa : > > It's random, usually one or two layers are missing in output DB... > > I checked also all tables with > > psql vfr -c "SELECT * FROM information_schema.tables WHERE > table_schema = 'public'" > > Some tables (one or two) a

Re: [gdal-dev] [BULK] Re: Dissolve shapefile using GDAL/OGR

2014-07-11 Thread kalu671
Hello Dan, I tried to use the syntax and I am getting the error: "The filename, directory name, or volume label syntax is incorrect." my syntax is as below: inFile = "D:\Dir1\Polygons.shp" outFile = "D:\Dir2\Dissolved_polygons.shp" dissolve = 'C:\OSGeo4W64\apps\saga\saga_cmd shapes_polygons "Pol

[gdal-dev] GSoC weekly report 8. GDAL Networking

2014-07-11 Thread Mikhail Gusev
Hello everyone. According to my plan this week I worked on automatic graph building in GNM. See my blog post: http://gsoc2014gnm.blogspot.ru/2014/07/week-8-automatic-graph-building.html I'm also still a bit blocked on python tests and bindings. I haven't succeeded in building GDAL with python suppo

Re: [gdal-dev] GSoC weekly report 8. GDAL Networking

2014-07-11 Thread Even Rouault
Le vendredi 11 juillet 2014 20:21:36, Mikhail Gusev a écrit : > Hello everyone. > According to my plan this week I worked on automatic graph building in GNM. > See my blog post: > http://gsoc2014gnm.blogspot.ru/2014/07/week-8-automatic-graph-building.html > I'm also still a bit blocked on python te

Re: [gdal-dev] GSoC weekly report 8. GDAL Networking

2014-07-11 Thread Dmitry Baryshnikov
Even hi, As was noted Mikhail works under windows on QTCreator. There is no autoconf on window and building python bindings is not trivial. So I wrote cmake scripts which build fine on both (Linux/windows) os. Yes, were is some limitations on windows: cannot build swig python bindings on debug bui