updateUID | R Documentation |
Update the UIDs of detections in a Pamguard database. UIDs can become mismatched when re-running data, this will attempt to re-associate the new UIDs in binary files with detections in the database
updateUID(db, binaries, verbose = TRUE, progress = TRUE)
db |
database file to update UIDs |
binaries |
folder of binary files to use for updating |
verbose |
logical flag to show summary messages |
progress |
logical flag to show progress bars |
Same database as db
, but with an additional column
"newUID" added to each detection table with updated UIDs if found.
"newUID" will be -1 for any detections where no match was found
Taiki Sakai taiki.sakai@noaa.gov
## Not run:
# not run because sample data does not exist
db <- 'MismatchedUid.sqlite3'
bin <- './BinaryFolder'
updateUID(db, bin)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.