Re: [gdal-dev] Merge overviews from multiple files

2013-04-21 Thread ryagz
Thats great It did work, I added .ovr as an extenstion(level 1 -.ovr, level 2 - .ovr.ovr etc) to each overview file. And used gdal_translate with -co COPY_SRC_OVERVIEWS=YES. The output file generated has got all the overviews into one file. Thanks Eli... -- View this message in context: http:/

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Stefan Keller
Ok. I now see it's something which can be corrected at the WFS server side [1]. In Mapserver one can configure: gml_geometries "geometry" gml_geometry_type "polygon" ... to set the geometry type explicitly to type="gml:polygonPropertyType". Yours, Stefan [1] http://osgeo-org.1560.x6.nabble.c

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Even Rouault
Le dimanche 21 avril 2013 22:39:09, Stefan Keller a écrit : > 2013/4/21 Even Rouault > > > There's nothing wrong in the GetFeature output. It is completely > > legitimate > > > and usual to have a gml:Box inside a gml:boundedBy. > > The DescribeFeatureType is also valid, but it could be made mo

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Stefan Keller
2013/4/21 Even Rouault > There's nothing wrong in the GetFeature output. It is completely legitimate > and usual to have a gml:Box inside a gml:boundedBy. > The DescribeFeatureType is also valid, but it could be made more specific by > reporting type="gml:SurfacePropertyType" instead of > type="gm

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Even Rouault
Le dimanche 21 avril 2013 22:18:38, Stefan Keller a écrit : > Hi Even > > You're right about the parantheses of URLs with & in the shell. > > 2013/4/21 Even Rouault > > > So the geometry type is undefined. OGR then reports a unknown geometry > > type. > > > There could be a mix of geometries

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Stefan Keller
Hi Even You're right about the parantheses of URLs with & in the shell. 2013/4/21 Even Rouault > So the geometry type is undefined. OGR then reports a unknown geometry type. > There could be a mix of geometries in such a layer. Yes that's it. To be specific, every feature/object/instance has a

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Even Rouault
Le dimanche 21 avril 2013 19:44:19, Stefan Keller a écrit : > I got the real problem: It occurs with this WFS source: > http://maps.zh.ch/wfs/FnsNSWFS?SERVICE=WFS&REQUEST=GetCapabilities > > => ogrinfo reports no geometry with this WFS: > > $ ogrinfo -ro WFS:http://maps.zh.ch/wfs/FnsNSWFS?TYPENAM

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Even Rouault
Le dimanche 21 avril 2013 19:20:18, Stefan Keller a écrit : > Weird enough, this ogrinfo command works > > $ ogrinfo -ro WFS: > http://openpoimap.ch/featureserver/workspace.cgi?key=HG4kFX2kEEqBSqvcswuh2E > INFO: Open of `WFS: > http://openpoimap.ch/featureserver/workspace.cgi?key=HG4kFX2kEEqBSqvcs

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Stefan Keller
I got the real problem: It occurs with this WFS source: http://maps.zh.ch/wfs/FnsNSWFS?SERVICE=WFS&REQUEST=GetCapabilities => ogrinfo reports no geometry with this WFS: $ ogrinfo -ro WFS:http://maps.zh.ch/wfs/FnsNSWFS?TYPENAME=svo_zonen INFO: Open of `WFS:http://maps.zh.ch/wfs/FnsNSWFS?TYPENAME=s

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Stefan Keller
Weird enough, this ogrinfo command works $ ogrinfo -ro WFS: http://openpoimap.ch/featureserver/workspace.cgi?key=HG4kFX2kEEqBSqvcswuh2E INFO: Open of `WFS: http://openpoimap.ch/featureserver/workspace.cgi?key=HG4kFX2kEEqBSqvcswuh2E' using driver `WFS' successful. 1: pois (Point) This works

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Stefan Keller
Many thanks for the quick reply, Even! You're right, it seems to work with Shapefile - but not for the WFS reader (and own server) we are testing... Below you find the GML output of our WFS source. So is the "fault" in the WFS reader - or even in our WFS Response XML? Yours, Stefan Testing Op

Re: [gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Even Rouault
Le dimanche 21 avril 2013 17:49:28, Stefan Keller a écrit : > When trying to use ogr2ogr (ver. 1.9) to convert a Shapefile (geometry type > Polygon) to file geodatabase (FileGDB) I'm getting an error like "FGDB > layers cannot be created with a wkbUnknown layer geometry type.": > > $ ogr2ogr -f fi

[gdal-dev] Missing geometry type when using ogr2ogr to write FileGDB

2013-04-21 Thread Stefan Keller
When trying to use ogr2ogr (ver. 1.9) to convert a Shapefile (geometry type Polygon) to file geodatabase (FileGDB) I'm getting an error like "FGDB layers cannot be created with a wkbUnknown layer geometry type.": $ ogr2ogr -f filegdb out.gdb polygon.shp When adding -nlt it seems to work: $ ogr2o

Re: [gdal-dev] ECW support on Fedora Linux - error

2013-04-21 Thread lanufabi
Hey, at the moment I haven't enough time. I will try to give instructions next days. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/ECW-support-on-Fedora-Linux-error-tp4991388p5048546.html Sent from the GDAL - Dev mailing list archive at Nabble.com. __