> > 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 successful appends, I get this error message > > > > ERROR 1: Error in psSHP->sHooks.FSeek() or fwrite() writing object to .shp > > file. > > > > which is repeated a 1000 times until ogr2ogr decides to stop giving > > warnings.
> Nick, > It basically means that writes to the .shp file are failing. The most > likely reason is that your disk is full or the .shp file grew to be > larger than 2GB/4GB. Are either of those possible? If not, we would > need to pursue normal bug reporting approaches. 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. Regards, nick *********************************************************************** WARNING: This e-mail (including any attachments) may contain legally privileged, confidential or private information and may be protected by copyright. You may only use it if you are the person(s) it was intended to be sent to and if you use it in an authorised way. No one is allowed to use, review, alter, transmit, disclose, distribute, print or copy this e-mail without appropriate authority. If this e-mail was not intended for you and was sent to you by mistake, please telephone or e-mail me immediately, destroy any hardcopies of this e-mail and delete it and any copies of it from your computer system. Any right which the sender may have under copyright law, and any legal privilege and confidentiality attached to this e-mail is not waived or destroyed by that mistake. It is your responsibility to ensure that this e-mail does not contain and is not affected by computer viruses, defects or interference by third parties or replication problems (including incompatibility with your computer system). Opinions contained in this e-mail do not necessarily reflect the opinions of the Queensland Department of Main Roads, Queensland Transport or Maritime Safety Queensland, or endorsed organisations utilising the same infrastructure. *********************************************************************** _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
