enram / vptstools

Python library to transfer and convert vertical profile time series data
https://enram.github.io/vptstools/
MIT License
3 stars 1 forks source link

Fix dependency upgrades #44

Closed stijnvanhoey closed 1 year ago

stijnvanhoey commented 1 year ago

Apart from an updates set of dependencies, which required a set of adjstments (see mainly https://github.com/enram/vptstools/issues/43), this PR also switches the inventory reader to a block-based loop reading a subset of lines a time. As these inventory files are from varying size and sometimes really big, this saves a lot of memory to process the inventory files.