Mathew Biddle
Mathew Biddle
@albenson-usgs I'm poking around in this now. For `locationID` I followed the guidance at https://github.com/tdwg/dwc-for-biologging/wiki/Acoustic-sensor-enabled-tracking-of-blue-sharks  But maybe that's only for the tagging event? Now that I'm fiddling with the...
Maybe https://github.com/tdwg/dwc-for-biologging/wiki/Movebank-GPS-data#darwin-core-recommendation is the right way?
This is what I understand from the text on movebank GPS data: ```mermaid flowchart LR A([Deployment]) B([Tag attachment]) C([GPS positions]) A --parentEventID--> B A --parentEventID--> C subgraph parent event A...
I worked through some reorganizing after discussion on the Slack space. I think I have addressed most of the comments in https://github.com/ioos/bio_data_guide/issues/145#issuecomment-1692201277 It was decided to go with occurrence and...
ATN data are now being archived at NCEI. For the notebook I'm working on here, I would like to pull the source data from this archival information package. https://www.ncei.noaa.gov/archive/accession/0282699 File...
Here is the mapping table for the occurrence record: DarwinCore | netCDF -------------|--------- `basisOfRecord` | data contained in the `type` variable where `type` of `User` = `HumanObservation` and `Argos` =...
And for the measurement or fact file The measurementOrFact file will only contain information referencing the `basisOfRecord` = `HumanObservation` as these observations were made when the animal was directly tagged,...
@jdpye From https://github.com/ioos/bio_data_guide/issues/145#issuecomment-1686715497, my understanding is the decimation strategy for these satellite telemetry observations should be: >'take the first detection/location per hour', with other Darwin Core fields like dataGeneralizations helping...
@sformel-usgs Yes! If you don't mind taking a look at the csv files I reference in https://github.com/ioos/bio_data_guide/issues/145#issuecomment-1710385902, that will help us in the overarching organization of these data. I think...
Here's a stab at filtering the occurrence record down to the first occurrence per hour (in Python). https://gist.github.com/MathewBiddle/d434ac2b538b2728aa80c6a7945f94be Now to write that in R...