Closed peterdesmet closed 3 years ago
For acoustic telemetry (so not CPOD; no expertise on that so can't judge), these fields are not useful and do not need to be retrieved by the get_deployments()
except for dep.date_created
. In what sense does dep.date_modified
differ from that field?
agree with @PieterjanVerhelst
Thanks. @PieterjanVerhelst adding dep.date_created
is a bit an odd to me. It's a typical internal database field recording when a record was created (and for dep.date_modified
when a record was updated). We do not have this on any of the other tables or functions. It it not the same as dep.deploy_date_time
. Do you still want this field to be added?
The moment of deployment can be used to analyse if fish were not detected if a deployment was simply absent. However, if I understand correctly, dep.deploy_date_time
is actually more suited for that, so okay to keep this field in and leave dep.date_created
out.
Thanks, then no fields need to be added. Closing issue.
The following fields are available in the table
acoustic.deployments
, but were not returned by the originalget_deployments()
. Some of them are available in the application. @jreubens @PieterjanVerhelst can you have a look and tell me if any of these need to be added to the data frame returned byget_acoustic_deployments()
?