ArtesiaWater / hydropandas

Module for loading observation data into custom DataFrames
https://hydropandas.readthedocs.io
MIT License
51 stars 10 forks source link

read_dino from zipfile eats disk space #117

Closed FransSchaars closed 1 year ago

FransSchaars commented 1 year ago

Read_dino uses a unique tempfile to unzip. But it does not clean up after reading, eventually resulting in a full disk. The solution would be to clean up and remove the temporary dir in dino.py->read_dino_dir.

image

OnnoEbbens commented 1 year ago

Martin is going to fix this

martinvonk commented 1 year ago

alt-text

martinvonk commented 1 year ago

Fixed with #121

FransSchaars commented 1 year ago

Thank you! my disk will be very happy! 😉