Skip to content

Commit

Permalink
Merge pull request #81 from enram/v0.4.0
Browse files Browse the repository at this point in the history
V0.4.0
  • Loading branch information
peterdesmet authored Oct 21, 2024
2 parents 486b227 + b3e44be commit 87728e4
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 40 deletions.
5 changes: 0 additions & 5 deletions AUTHORS.md

This file was deleted.

32 changes: 1 addition & 31 deletions CHANGELOG.md
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>.
34 changes: 34 additions & 0 deletions CITATION.cff
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# vptstools

<!-- badges: start -->
[![Project generated with PyScaffold](https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold)](https://pyscaffold.org/)
[![PyPI-Server](https://img.shields.io/pypi/v/vptstools.svg)](https://pypi.org/project/vptstools/)
[![.github/workflows/release.yml](https://github.com/enram/vptstools/actions/workflows/release.yml/badge.svg)](https://github.com/enram/vptstools/actions/workflows/release.yml)
[![repo status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13959705.svg)](https://doi.org/10.5281/zenodo.13959705)
<!-- badges: end -->

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).

Expand Down
4 changes: 0 additions & 4 deletions docs/authors.md

This file was deleted.

0 comments on commit 87728e4

Please sign in to comment.