GeospatialPython / pyshp

This library reads and writes ESRI Shapefiles in pure Python.
MIT License
1.1k stars 259 forks source link

Make writer fully stream-based #154

Closed karimbahgat closed 6 years ago

karimbahgat commented 6 years ago

Make it fully stream-writing similar to e.g. csv module, specifying filename upon creation, and no save() needed. Drop the temporary files, and write directly to the final file. Headers can be updated after by opening in r+ (read write) mode.

karimbahgat commented 6 years ago

Fixed in d094d7dc5c3add00deb55ded156418ecc184555f