Re: [gdal-dev] ogr gml Box handling

2022-12-22 Thread Andrew Terry
Thanks Even, I’ll try that out Andy Andrew, the GMLAS driver will fetch it as a string: $ ogrinfo GMLAS:input.gml -oo remove_unused_layers=yes -al -q Warning 1: Unhandled type: gMonthDay Warning 1: Unhandled type: gMonthDay Layer name: departedfeature OGRFeature(departedfeature):1

Re: [gdal-dev] ogr gml Box handling

2022-12-22 Thread Even Rouault
dal-dev] ogr gml Box handling Hi, Trying to pull in the bounding box / envelope “Box” when loading gml with ogr2ogr 257023.700,620210.000 257023.700,620210.000 I’ve tried boundedBy in my gfs file. I’ve also tried seeing if I can pull through as a string using:       b

Re: [gdal-dev] ogr gml Box handling

2022-12-22 Thread Andrew Terry
one point but probably you want to deal with more generic data. -Jukka Rahkonen- Lähettäjä: gdal-dev mailto:gdal-dev-boun...@lists.osgeo.org>> Puolesta Andrew Terry Lähetetty: torstai 22. joulukuuta 2022 15.08 Vastaanottaja: gdal-dev@lists.osgeo.org<mailto:gdal-dev@lists.osgeo.org> Ai

Re: [gdal-dev] ogr gml Box handling

2022-12-22 Thread Rahkonen Jukka
but probably you want to deal with more generic data. -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta Andrew Terry Lähetetty: torstai 22. joulukuuta 2022 15.08 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] ogr gml Box handling Hi, Trying to pull in the bounding box / envelope &quo

[gdal-dev] ogr gml Box handling

2022-12-22 Thread Andrew Terry
Hi, Trying to pull in the bounding box / envelope "Box" when loading gml with ogr2ogr 257023.700,620210.000 257023.700,620210.000 I've tried boundedBy in my gfs file. I've also tried seeing if I can pull through as a string using: bbox boundedBy|Box|coordinates

Re: [gdal-dev] OGR GML writer dataset creation options not working

2013-04-04 Thread Even Rouault
Selon Matt Langley mlang...@geoplex.com.au: I'm trying to convert some shapefiles to GML using both ogr2ogr and python code. In both cases I'm having trouble making the 'dataset creation options' work preoperly. Setting the XSISCHEMAURI seems to work. i.e /ogr2ogr -f GML test.gml

[gdal-dev] OGR GML writer dataset creation options not working

2013-04-03 Thread Matt Langley
I'm trying to convert some shapefiles to GML using both ogr2ogr and python code. In both cases I'm having trouble making the 'dataset creation options' work preoperly. Setting the XSISCHEMAURI seems to work. i.e /ogr2ogr -f GML test.gml shape_folder -dsco XSISCHEMAURI=http:\\mytest.com/ If I

[gdal-dev] OGR GML and other drivers producing text output: stdout, /dev/stdout and /vsistdout/ (was: ogr2ogr - output WKT to console?)

2011-09-01 Thread Hermann Peifer
On 01/09/2011 00:28, Even Rouault wrote: Le jeudi 01 septembre 2011 00:19:52, Elijah Robison a écrit : ogr2ogr -f GML /vsistdout/ C:\xData\CountyUpdate\GeoFix\feb16_polygons.shp -sql select * from feb16_polygons where objectid= 2126 ogr2ogr -f KML /vsistdout/

Re: [gdal-dev] ogr gml

2011-01-06 Thread Sebastian E. Ovide
That is a good news ! On Wed, Jan 5, 2011 at 5:02 PM, Ralf Suhr ralf.s...@itc-halle.de wrote: Hi Chris, if you have a newer gdal version (1.8). ogrinfo will produce: Layer name: AddressPoint Geometry: Point Feature Count: 1 Extent: (405525.60, 628349.00) - (405525.60,

[gdal-dev] ogr gml

2011-01-05 Thread Sebastian E. Ovide
Hi All, ogrinfo is skiping some fields my gml files for example the fields addressStatus, matchStatus, physicalStatus, positionalQuality and structureType are not read... osgb:addressPointMember osgb:AddressPoint fid='osgb10219388' osgb:version11/osgb:version

Re: [gdal-dev] ogr gml

2011-01-05 Thread christopher.schmidt
On Jan 5, 2011, at 11:13 AM, ext Sebastian E. Ovide wrote: Hi All, ogrinfo is skiping some fields my gml files for example the fields addressStatus, matchStatus, physicalStatus, positionalQuality and structureType are not read... Those are complex fields, which OGR doesn't handle.