Releases: aloftdata/vptstools
Releases · aloftdata/vptstools
vptstools v0.4.0
- Support
vph5_to_vpts
processing for a given directory, as an alternative to a given modification time window. The function will recursively scan the directory provided in--path-s3-folder
for h5 files and process these to daily VPTS CSV files (#70). - Lock version of
s3fs[boto3]
dependency to2023.5.0
, so transfer functionality doesn't suffer from dependency upgrades (#70). - Fix keyerror directory (#75).
- Improvements to README regarding venv installation (#73).
- Improve
vph5_to_vpts
information message when the routine fails on absence of files. - Pin s3 mocking library version used for unit tests:
moto[s3]
. - Add CITATION.cff file + add Pieter Huybrechts as co-author (#81).
vptstools v0.4.0-alpha.2
vptstools v0.4.0-alpha.1
- Support
vph5_to_vpts
processing for a given directory, as an alternative to a given modification time window. The function will recursively scan the directory provided in--path-s3-folder
for h5 files and process these to daily VPTS CSV files (#70). - Lock version of
s3fs[boto3]
dependency to2023.5.0
, so transfer functionality doesn't suffer from dependency upgrades (#70).
vptstools v0.3.0
vptstools v0.2.2
- Hotfix for Docker deployment continued
- Handle wrong function import
vptstools v0.1.0
First release on PyPI.
- Integrate functions from odimh5 to read ODIM hdf5 files
- Support for converting ODIM HDF5 files to the VPTS CSV format
- S3 data storage integration
- CLI endpoint for the transfer of ODIM HDF5 files from Baltrad to the Aloft S3 bucket
- CLI endpoint for the conversion from ODIM HDF5 files to daily/monthly aggregates as VPTS CSV format
- Setup CI with GitHub Actions