Add stream support
Closed this issue · 0 comments
KubaSzostak commented
Add helper methods to open ShapefileReader
and ShapefileWriterStream
using streams. This will be an alternative to existing methods based on file path:
Shapefile.OpenRead(string shpPath, ShapefileReaderOptions options = null)
ShapefileShapefileWriter OpenWrite(string shpPath, ShapefileWriterOptions options)