enram / vp-processing

Vertical profiles of birds (vp) data processing for analyses and visualizations
http://enram.github.io/vp-processing
MIT License
0 stars 4 forks source link

Use default adokter/bioRad + add filter dens >5 for flowviz #27

Closed peterdesmet closed 7 years ago

peterdesmet commented 7 years ago

good-news-everyone

You no longer need to install the ENRAM version of bioRad to run the vp-processing. Regular bioRad now also keeps the vp_filename in the attributes (see https://github.com/adokter/bioRad/pull/38), which we need to retrieve the radar id. I've updated the code to use regular bioRad and read the vp$attributes$what$vp_filename.

Please pull the code to your computer, open the RStudio project file (https://github.com/enram/vp-processing/blob/master/src/vp-processing.Rproj) and manually install bioRad again:

devtools::install_github("adokter/bioRad", ref="master")

After that, all should work as before.

To avoid further confusion, I'll remove the ENRAM version of bioRad completely.