[email protected] 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
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.

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, [email protected]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to