readDLModelData
contourToFreq
sometimes not working for all files, better method nowkeepUIDs
option logic changed to be more consistent in the face of strangeness Adding support for deep learning module
Added some missing annotation functions
loadBackgroundNoise
not passing testspbToDf
was failing on GPL datapbToDf
was failing on some binary types with a $noise
value that were
not the Noise Band MonitorAdding functions loadBackgroundNoise
, plotBackgroundNoise
, and
combineBackgroundNoise
to assist with
working with new background noise data in binary files
Added new test/example files for background noise
pbToDf
related to vctrs
package updateAdded a NEWS.md
file to track changes to the package.
Added examples to all functions in prep for CRAN submission
Added unit testing
Added files to inst/extdata for examples and testing
Fixed a few functions to fail more gracefully on bad/NA/NULL input
pbToDf
either fails or warns on templateNames
number mismatch depnding
on whether too few or too many names were provided
Added support for Travis-CI
pbToDf
now works for noise band monitor data in a well-behaved mannerpbToDf
now reads match and reject corr for click template classifier, and also fixed
an issue where it would crash sadly if templateNames were supplied but a click did not have
a corresponding number of templatesmaxAmplitude
in the outputpbToDf
so read click template classifier thresholdspbToDf
so that it is much faster (~50x)Added option skipData
to loadPamguardBinaryFile
that will only read in file headers
and footers. This also speeds up data loads when using keepUIDs
argument, and preserves
file footers in this case (did not before)
skipLarge
was actually slower with Whistle and Moan data, now is much faster and does
not save any of the contour data to the data file (it was all 0s before, so not meaningful)
plotWMD
labeling and verbose
option for contourToFreq
that prints parameterscontourToFreq
plotWMD
to look at whistle contour plotscontourToFreq
for adding frequency and time information to WMD binariesThe output of loadPamguardBinaryFile
is now a PamBinary
in addition to list
.
This is just to allow for some easy method dispatch (like as.data.frame
below),
and should not change any other behavior.
Added a new exported function pbToDf
that converts a PamBinary
object to a
data frame.
Extended the generic as.data.frame
for class PamBinary
, as.data.frame.PamBinary
is just a wrapper for pbToDf
but allows for quick and easy conversion to data frames.
Slight change to function output, conversion of date to POSIXct object is no longer
done automatically, only if the new flag convertDate
is set to TRUE
. Date is now
reported as seconds since 1970-01-01 UTC, and there is a second exported function
convertPgDate
that will properly convert the numeric value to POSIXct. This change
was made for speed purposes, loadPamguardBinaryFile
now runs approximately 40% faster
without the date conversion.
Added support for Click Trigger Background binary files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.