enram / vptstools

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

WIP: h5 to csv #19

Closed stijnvanhoey closed 1 year ago

stijnvanhoey commented 1 year ago

Refactoring to new mapping is done, but need some additional unit tests to be added

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4409757121


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/vptstools/odimh5.py 18 20 90.0%
src/vptstools/vpts_csv.py 50 74 67.57%
src/vptstools/s3.py 72 111 64.86%
src/vptstools/scripts/vph5_to_vpts.py 14 53 26.42%
src/vptstools/vpts.py 75 121 61.98%
<!-- Total: 231 381 60.63% -->
Files with Coverage Reduction New Missed Lines %
src/vptstools/odimh5.py 4 82.18%
src/vptstools/scripts/vph5_to_vpts.py 4 23.16%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 3176968537: 22.5%
Covered Lines: 277
Relevant Lines: 447

💛 - Coveralls
stijnvanhoey commented 1 year ago

(Squash)merging this now. Merging this now to as the main functionalities and routines are in place.