-
The DateTime column in
das_readoutput now has a timezone of""(#13) -
remove superseded
.data$syntax in tidyselect expressions -
Add OffSetGMT column to
das_effort'segdata' output (#12)
-
Moved repo to https://github.com/SWFSC, and updated all associated documentation. Also generalized documentation to not be as SWFSC-focused, and thus speak to more general uses of DAS files
-
Generalized package title and description to not be SWFSC-specific
-
Changed license to Apache License (== 2), based on NMFS guidance at https://nmfs-opensci.github.io/GitHub-Guide
-
Use
reframein grouping summaries indas_sightfor when none of a certain event are in the data (#8) -
Ensure that
sum(GsSpx)equalsGsSchoolx, for all of Best, High and Low (#9)
-
Fix bug in
das_sightanddas_effortwhen the DAS file contains no sightings -
Changed license based on https://github.com/NOAAGov
-
Fix
das_checkindex math error (#5) -
Removed the tz argument from
das_read, and added 'OffsetGMT' to the output ofdas_process
-
Link fixes - no functionality changes
-
swfscDAS now depends on R >= 4.0.0 for consistency across package dependencies
-
Added 'strata.files' argument to
das_effortto allow users to split effort by strata -
The 'segdata' output of
das_effortnow includes DateTime1 and DateTime2, the date/time of the start and end points of each segment. The column order of the segdata data frame was also slightly changed for consistency -
Using the 'continuous' method of
das_effort, effort can now also be chopped using 'Course' and 'SptKt' -
Changed the name of the strata argument of
das_intersects_stratato 'strata.files' for consistency -
Fixed a bug in
das_checkwhere multiple files could not be checked at once -
das_checknow checks for valid longitude and latitude values -
Fixed an issue where the sample stratum file did not overlap with any of the sample data
-
Added documentation describing how
das_sighthandles additional sperm whale group size estimates -
das_chop_condition,das_chop_equallength,das_chop_section, anddas_segdataare now exported for documentation purposes only
-
Changed
das_within_stratatodas_intersects_stratabecause it uses the geometric binary predicatest_intersectsrather thanst_within -
In
das_effort_sight, users can now usegs.columnsto specify secondary group size columns in case of anNAgroup size value
-
das_processnow lets the user add the DateTime, Lat, and Lon information to "?" and numeric (1:8) events using the 'add.dtll.sight' argument. This enables the user to filter the processed DAS data by date/time or coordinates, if desired -
For consistency with species code columns, the column name 'SpProb' is now 'SpCodeProb' in
das_sightoutput -
In
das_sight, species-specific group sizes are now calculated as the mean of the product of the school estimate and the corresponding species percentage (for each estimate), rather than the product of the mean of the school estimate and the mean of the corresponding species percentage. -
das_effort_sightnow has an argument that lets the user use the low group size estimate in place of anNAbest group size estimate -
Changed
das_chop_equaltodas_chop_equallengthfor naming consistency. This change should not affect users, as it does not affect any of the syntax required when usingdas_effort -
Added
das_within_stratafor checking if individual points, such as event points or segment midpoints, are within user-provided strata -
The "DAS_data_join" vignette demonstrates how to join external data, such as from DAT files, to processed DAS data
-
Where applicable, error, warning, and informational messages now report both the file name and line number. This makes the messages more useful when working with concatenated DAS objects with multiple DAS files.
-
Added 'Data9', 'Data10', and 'Data12' columns to the output of
das_readanddas_processto account for all recorded sighting information. These data are now extracted as 'CalibSchool', 'PhotosAerial', and 'Biopsy' from "S" events indas_sight, and checked indas_check -
Added 'SpdKt' (ship speed in knots) and 'WindSpdKt' (wind speed in knots) to the output of
das_process. The sources for these data are also checked indas_check -
Renamed items in effort list output of
das_effortanddas_effort_sight: 'siteinfo' is now 'sightinfo', and segdata columns indicating the number of sightings or animals on a segment are now formatted as 'description'_'species code', e.g. "nSI_075"
-
Fixed a bug when processing "G" and "g" events
-
Added columns for high and low (in addition to best) estimates of school size
-
Renamed columns to follow a consistent format - see
das_sightdocumentation for a complete description of the various return format outputs -
Added a "complete" return format, which has a row for every observer estimate for each sighting
-
Users can now use a
das_sightargument to provide the event code(s) by which they wish to filter the function output
- Initial version, presented to NMFS users