Skip to content

Releases: aloftdata/vptstools

vptstools v0.4.0

21 Oct 14:11
87728e4
Compare
Choose a tag to compare
  • 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 to 2023.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

08 Mar 15:46
486b227
Compare
Choose a tag to compare
Pre-release
  • 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].

vptstools v0.4.0-alpha.1

22 Jan 14:43
811e76f
Compare
Choose a tag to compare
Pre-release
  • 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 to 2023.5.0, so transfer functionality doesn't suffer from dependency upgrades (#70).

vptstools v0.3.0

28 Aug 08:59
Compare
Choose a tag to compare
  • Add getting started examples to README (#55, #65)
  • Simplify regex to look for valid file names (#60)
  • Use HDF5, PVOL, VP, VPTS, VPTS CSV, ODIM consistently in documentation (#58)
  • Make use of production, uat or dummy S3 bucket where appropriate (#59)
  • Update contributors and copyright holder (to INBO)

vptstools v0.2.2

23 Aug 20:14
Compare
Choose a tag to compare
  • Hotfix for Docker deployment continued
  • Handle wrong function import

vptstools v0.1.0

28 Jun 21:07
Compare
Choose a tag to compare

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