Skip to content

Commit 87728e4

Browse files
authored
Merge pull request #81 from enram/v0.4.0
V0.4.0
2 parents 486b227 + b3e44be commit 87728e4

File tree

5 files changed

+39
-40
lines changed

5 files changed

+39
-40
lines changed

AUTHORS.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
11
# Changelog
22

3-
## Version 0.3.0
4-
5-
- Add getting started examples to README (#55, #65)
6-
- Simplify regex to look for valid file names (#60)
7-
- Use HDF5, PVOL, VP, VPTS, VPTS CSV, ODIM consistently in documentation (#58)
8-
- Make use of production, uat or dummy S3 bucket where appropriate (#59)
9-
- Update contributors and copyright holder (to INBO)
10-
11-
## Version 0.2.2
12-
13-
- Hotfix for Docker deployment continued
14-
- Handle wrong function import
15-
16-
## Version 0.2.1
17-
18-
- Hotfix for Docker deployment
19-
20-
## Version 0.2.0
21-
22-
- Add support for uppercase radarcode in file names (#53)
23-
- Improve logs and alert handling to AWS cloudwatch/SNS and make sure routine does not stop on single file failure (#54)
24-
- Improve documentation (#55)
25-
26-
## Version 0.1.0
27-
28-
- Integrate functions from [odimh5](https://pypi.org/project/odimh5) to read ODIM HDF5 files
29-
- Support for converting ODIM HDF5 files to the VPTS CSV data standard
30-
- S3 data storage integration
31-
- CLI endpoint for the transfer of ODIM HDF5 files from Baltrad to the Aloft S3 bucket
32-
- CLI endpoint for the conversion from ODIM HDF5 files to daily/monthly aggregates as VPTS CSV format
33-
- Setup CI with Github Actions
3+
See <https://github.com/enram/vptstools/releases>.

CITATION.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cff-version: 1.2.0
2+
type: software
3+
license: MIT
4+
title: 'vptstools: Transfer and convert vertical profile time series data'
5+
version: 0.4.0
6+
abstract: >-
7+
vptstools is a Python library to transfer and convert VPTS data.
8+
VPTS (vertical profile time series) express the density, speed and direction
9+
of biological signals such as birds, bats and insects within a weather radar
10+
volume, grouped into altitude layers (height) and measured over time
11+
(datetime).
12+
authors:
13+
- given-names: Stijn
14+
family-names: Van Hoey
15+
orcid: https://orcid.org/0000-0001-6413-3185
16+
- given-names: Nicolas
17+
family-names: Noé
18+
orcid: https://orcid.org/0000-0002-9503-4750
19+
- given-names: Pieter
20+
family-names: Huybrechts
21+
affiliation: Research Institute for Nature and Forest (INBO)
22+
orcid: https://orcid.org/0000-0002-6658-6062
23+
- given-names: Peter
24+
family-names: Desmet
25+
email: peter.desmet@inbo.be
26+
affiliation: Research Institute for Nature and Forest (INBO)
27+
orcid: https://orcid.org/0000-0002-8442-8025
28+
repository-code: https://github.com/enram/vptstools
29+
url: https://enram.github.io/vptstools/
30+
date-released: '2024-10-22'
31+
keywords:
32+
- data transformation
33+
- aeroecology
34+
- weather radar

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# vptstools
22

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

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

docs/authors.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)