BelgianBiodiversityPlatform / python-dwca-reader

🐍 A Python package to read Darwin Core Archive (DwC-A) files.
BSD 3-Clause "New" or "Revised" License
45 stars 21 forks source link

Allows for configurable tmp_dir in DwCArchiveReader #82

Closed evindunn closed 4 years ago

evindunn commented 4 years ago

Hi all,

I kept running out of space in the default temp directory when reading from a big archive, so I wrote in a little utility for setting the temp directory when creating the DwCArchiveReader. Also included a test method for the utility.

Thanks!

niconoe commented 4 years ago

Thanks a lot for your contribution, that's great!

niconoe commented 4 years ago

... And thanks for your patience!

niconoe commented 4 years ago

@evindunn : a new version (0.14.0) that includes your contribution has been issued!

evindunn commented 3 years ago

Thanks @niconoe !