Re: [gdal-dev] OGR error handling

2015-10-21 Thread Ari Jolma
On 20.10.2015 22:20, Andre Vautour wrote: Hi all, We are using OGRSFDriver::CopyDataSource() to copy a GML data source to a memory data source on v1.11.x. We have encountered a problem where one of the feature tags of a particular GML file we are trying to read is malformed. What we are s

Re: [gdal-dev] OGR error handling

2015-10-20 Thread Even Rouault
André, > Hi all, > > We are using OGRSFDriver::CopyDataSource() to copy a GML data source to a > memory data source on v1.11.x. > > We have encountered a problem where one of the feature tags of a particular > GML file we are trying to read is malformed. What we are seeing is that an > error occ

[gdal-dev] OGR error handling

2015-10-20 Thread Andre Vautour
Hi all, We are using OGRSFDriver::CopyDataSource() to copy a GML data source to a memory data source on v1.11.x. We have encountered a problem where one of the feature tags of a particular GML file we are trying to read is malformed. What we are seeing is that an error occurs in OGRGMLLayer::

Re: [gdal-dev] OGR error

2009-01-19 Thread Frank Warmerdam
nicholas.g.lawre...@mainroads.qld.gov.au wrote: I have 60 GB free of hard disc space. The shapefile I was creating was just over 2 GB when it crashed. The total size of the shapefiles I am trying to append is about 2.7 GB. Nick, Well, I believe the "2GB barrier" is the issue then. Generally

Re: [gdal-dev] OGR error

2009-01-18 Thread nicholas . g . lawrence
> > I am using ogr2ogr to append several shapefiles into one shapefile. > > > > The command > > > > ogr2ogr -update -append C:\DATA\neville\fire.shp > > C:\DATA\neville\bundaberg.shp -nln fire > > > > which is repeated many times in a batch file to append more and more > > shapefiles to > > the des

Re: [gdal-dev] OGR error

2009-01-16 Thread Frank Warmerdam
nicholas.g.lawre...@mainroads.qld.gov.au wrote: I am using ogr2ogr to append several shapefiles into one shapefile. The command ogr2ogr -update -append C:\DATA\neville\fire.shp C:\DATA\neville\bundaberg.shp -nln fire which is repeated many times in a batch file to append more and more shapefil

[gdal-dev] OGR error

2009-01-15 Thread nicholas . g . lawrence
I am using ogr2ogr to append several shapefiles into one shapefile. The command ogr2ogr -update -append C:\DATA\neville\fire.shp C:\DATA\neville\bundaberg.shp -nln fire which is repeated many times in a batch file to append more and more shapefiles to the destination file. After about a dozen