Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.4.0 #124

Merged
merged 40 commits into from
Apr 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
45e7470
adding searching for IRIS library and headers
adokter Dec 6, 2018
9ba6120
testing on linux
adokter Dec 6, 2018
b5b1cb1
updated configure.in to detect iris and rainbow rave modules
adokter Dec 6, 2018
bab7364
fix typo
adokter Dec 6, 2018
40d5f15
run autoconf on linux
adokter Dec 6, 2018
8509677
Merge branch 'iris' of https://github.com/adokter/vol2bird into iris
adokter Dec 6, 2018
fa8cf56
debugging
adokter Dec 6, 2018
cc6b494
debugging
adokter Dec 6, 2018
287c442
debugging
adokter Dec 6, 2018
335e67f
adding other-libraries argument to AC_CHECK_LIB
adokter Dec 6, 2018
6d1668c
dirty fix for rb52odim
adokter Dec 7, 2018
9785695
debugging linux
adokter Dec 7, 2018
79d3d06
debugging
adokter Dec 7, 2018
ad6c87f
vol2bird now reads polar volumes in IRIS RAW format
adokter Dec 12, 2018
f416197
Merge pull request #115 from adokter/iris
adokter Dec 12, 2018
7a4c5c7
added github links to repo
adokter Dec 13, 2018
44c692b
match default nlayer in options.conf match hard-coded default
adokter Jan 3, 2019
c2a02d8
fix brackets Makefile
adokter Jan 7, 2019
0ce8f36
fix brackets Makefile
adokter Jan 7, 2019
68733ba
fix iris library in vol2bird binary source makefile
adokter Jan 7, 2019
c1aaa5b
prototype getopt options
adokter Mar 12, 2019
d1ab49d
testing for file existence. radarDataFormat struct added
adokter Mar 13, 2019
9d085ad
added determineRadarFormat() function
adokter Mar 18, 2019
6509487
prepare vol2birdGetVolume() to take an array of files as input
adokter Mar 18, 2019
5d89a11
new code to read and merge multiple IRIS scans into a polar volume (i…
adokter Mar 19, 2019
4394ca6
also add source attribute of first scan to volume
adokter Mar 19, 2019
c1d3fb5
add functionality to read and merge multiple ODIM scans.
adokter Mar 19, 2019
72e8ff6
updates to help message
adokter Mar 19, 2019
fb3b7b2
minor cosmetic changes
adokter Mar 19, 2019
8cb0115
added NEWS.md
adokter Mar 19, 2019
dc5ccdc
generated site with doxygen
adokter Mar 19, 2019
d610ca5
rsl2odim can now read iris format (renaming of rsl2odim needed in fut…
adokter Mar 21, 2019
12a07fe
fix issue #123
adokter Apr 12, 2019
7a7bcf2
fix issue #123 continued
adokter Apr 12, 2019
96112d0
remove % symbol
adokter Apr 12, 2019
dea4472
Merge branch 'master' into develop
adokter Apr 12, 2019
0dbcc07
fix issue #117
adokter Apr 23, 2019
8ecd3f3
bump version, add release notes, usage message typo correction
adokter Apr 23, 2019
d1a7177
ran doxygen
adokter Apr 23, 2019
f58cafe
update release notes
adokter Apr 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# vol2bird 0.4.0

All issues included in this release can be found [here](https://github.com/adokter/vol2bird/milestone/2?closed=1).

* vol2bird now reads Vaisala Sigmet IRIS (Iris RAW) format, the native radar data format of Vaisala radar processors (e.g. used in Canada, Portugal, Finland) (#112)

* added functionality to vol2bird to read files containing single scans (sweeps) and merge them into polar volumes (#116)

* rsl2odim now converts Vaisala IRIS format and ODIM hdf5 format and can merge files containing scans / sweeps into a polar volume.

* new input argument format that allows specifying multiple input files

* change default maximum range from 25 km to 35 km (#117)

* fixed a bug that in rare cases produced a negative reflectivity eta (#123)

* new determineRadarFormat() function to check whether a file is in ODIM, IRIS or RSL format

* added a documentation webpage gnerated by doxygen (available at http://adokter.github.io/vol2bird)

* added this NEWS.md file to document releases

# vol2bird 0.3.20 and older

All issues included in this release can be found [here](https://github.com/adokter/bioRad/milestone/3?closed=1).

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Ecography, 2018, DOI [10.1111/ecog.04028](https://doi.org/10.1111/ecog.04028)

### repository contents

Browse source code at:
Browse source code at:
[https://github.com/adokter/vol2bird](https://github.com/adokter/vol2bird)

Report a bug at:
Expand Down
Loading