Skip to content

Adding basic editing capabilities

No due date 0% complete

Allow reading and writing shapefiles with "deleted" records, and possibly appending to existing shapefile.

This could involve perhaps an Editor class subclassing the Writer class. Would allow opening an existing shapefile, deleting particular entries by setting the DeletionFlag, and adding more records to the end.

Or perhaps the Reader class could allow d…

Allow reading and writing shapefiles with "deleted" records, and possibly appending to existing shapefile.

This could involve perhaps an Editor class subclassing the Writer class. Would allow opening an existing shapefile, deleting particular entries by setting the DeletionFlag, and adding more records to the end.

Or perhaps the Reader class could allow deleting specific records?

Or simply passing an 'append' arg to the Writer class, which would simply append to an existing shapefile. See #206.

Loading