Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to describe equipment and protocol used for machine observations #10

Open
peterdesmet opened this issue Oct 24, 2018 · 2 comments

Comments

@peterdesmet
Copy link
Member

peterdesmet commented Oct 24, 2018

Original question by @sarahcd:

Here I compiled the available sensor information (see the Movebank-format “reference data”) under samplingProtocol in the event and occurrence tables but that seemed a bit of a messy way to describe equipment, especially for cases where more sensor info is available and where detection limits or accuracy might be critical to interpreting measurements. For example, Movebank has a number of attributes used to describe tags and tag deployments on animals. In my experience these are a pretty basic set of attributes that can cover most information commonly available for most animal tracking data. Additional DwC terms could also take advantage of more thorough vocabularies, e.g. the SensorML vocabularies the BODC maintains for marine sensor data.

Answer by @albenson-usgs:

Hopefully someone will be able to give a more nuanced answer to this but I think the decision was to put all of that in the extended measurement or fact file. I noticed there were several pieces of data that were in your original version and didn’t make it into the DwC-A version. I think things like tag manufacturer, tag model, tag tech spec, sensor type, attachment type, duty cycle, etc could all go into extended measurement or fact.

Current example of samplingProtocol:

Lotek GPS collar deployed on free-ranging animal. Scheduled to collect location fixes every 5 min.

@peterdesmet
Copy link
Member Author

I agree with @albenson-usgs, that info could be added as facts about the deployment:

id measurementType measurementValue
IDCoy_P3_1:deployment1 attachment type collar
IDCoy_P3_1:deployment1 deployment end type removal
IDCoy_P3_1:deployment1 deployment id 166760_Winter
IDCoy_P3_1:deployment1 duty cycle 5-min fixes
IDCoy_P3_1:deployment1 manipulation type none
IDCoy_P3_1:deployment1 study site Idaho National Engineering Laboratory
IDCoy_P3_1:deployment1 tag manufacturer name Lotek
IDCoy_P3_1:deployment1 tag model
IDCoy_P3_1:deployment1 tag readout method tag-retrieval

I think all of these are related to the deployment and not to the capture/recapture. Ideally they would also have a measurementValueID that links out to a definition for each of these facts/settings.

@sarahcd
Copy link

sarahcd commented Sep 11, 2019

Thanks @albenson-usgs and @peterdesmet. Suggested additions to the MOF table made for V3 of the Mahoney case study, including measurementValueID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants