georust / geozero

Zero-Copy reading and writing of geospatial data.
Apache License 2.0
336 stars 33 forks source link

FIX CSV: spurious comma on subsequent rows #43

Closed michaelkirk closed 2 years ago

michaelkirk commented 2 years ago

I encountered this same problem with my initial approach at a CSV writer (https://github.com/georust/geozero/pull/33), and incorporated a work-around in what we ultimately merged (https://github.com/georust/geozero/pull/36), but I failed to consistently apply the work-around, so it was still broken for some geometry types.