-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from enram/v0.4.0
V0.4.0
- Loading branch information
Showing
5 changed files
with
39 additions
and
40 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,3 @@ | ||
# Changelog | ||
|
||
## Version 0.3.0 | ||
|
||
- 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) | ||
|
||
## Version 0.2.2 | ||
|
||
- Hotfix for Docker deployment continued | ||
- Handle wrong function import | ||
|
||
## Version 0.2.1 | ||
|
||
- Hotfix for Docker deployment | ||
|
||
## Version 0.2.0 | ||
|
||
- Add support for uppercase radarcode in file names (#53) | ||
- Improve logs and alert handling to AWS cloudwatch/SNS and make sure routine does not stop on single file failure (#54) | ||
- Improve documentation (#55) | ||
|
||
## Version 0.1.0 | ||
|
||
- Integrate functions from [odimh5](https://pypi.org/project/odimh5) to read ODIM HDF5 files | ||
- Support for converting ODIM HDF5 files to the VPTS CSV data standard | ||
- 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 | ||
See <https://github.com/enram/vptstools/releases>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
cff-version: 1.2.0 | ||
type: software | ||
license: MIT | ||
title: 'vptstools: Transfer and convert vertical profile time series data' | ||
version: 0.4.0 | ||
abstract: >- | ||
vptstools is a Python library to transfer and convert VPTS data. | ||
VPTS (vertical profile time series) express the density, speed and direction | ||
of biological signals such as birds, bats and insects within a weather radar | ||
volume, grouped into altitude layers (height) and measured over time | ||
(datetime). | ||
authors: | ||
- given-names: Stijn | ||
family-names: Van Hoey | ||
orcid: https://orcid.org/0000-0001-6413-3185 | ||
- given-names: Nicolas | ||
family-names: Noé | ||
orcid: https://orcid.org/0000-0002-9503-4750 | ||
- given-names: Pieter | ||
family-names: Huybrechts | ||
affiliation: Research Institute for Nature and Forest (INBO) | ||
orcid: https://orcid.org/0000-0002-6658-6062 | ||
- given-names: Peter | ||
family-names: Desmet | ||
email: [email protected] | ||
affiliation: Research Institute for Nature and Forest (INBO) | ||
orcid: https://orcid.org/0000-0002-8442-8025 | ||
repository-code: https://github.com/enram/vptstools | ||
url: https://enram.github.io/vptstools/ | ||
date-released: '2024-10-22' | ||
keywords: | ||
- data transformation | ||
- aeroecology | ||
- weather radar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.