- Added functionality: The function 'computeDensity()' was added to calculate the density (expressed as #objects / km3). Note that this function only works for Birdscan MR1 database versions >= 1.7.0.4 as the variable feature37.speed is required for the density calculation (#40).
- Added functionality: The function 'getBatClassification()' was added to get the data from the MR1 SQL tables 'bat_classification' and 'bat_class_probability'. The function 'extractDbData()' was updated to also extract the bat classification results using the prior function (#36).
- Added functionality: The function 'reclassToBats()' was added to change the class of the echoes to 'bat' for those having a classification probability higher than a specified threshold (#36).
- Added functionality: The 'feature37.speed' from the new Birdscan software v 1.7 is now also being extracted when calling the function 'getCollectionTable()' (#39).
- Bug fix: Conditional 'if (exists("mtrDayNight", envir = environment()))' caused bug in 'computeMTR()' function when variable was already defined in a user script (i.e., outside of the package). This has been fixed (#38).
Please report any potential bugs in the repository issues page.