etn
Access Data from the European Tracking Network
etn stopped being an RStudio-server package and became something you can run anywhere.
◆Recent moves
- 5mo ago
etn runs off the ETN RStudio server via the etnservice API
⚡ SPARKThe release that removes the ETN RStudio server as a requirement, completing an access arc that began with the v2.3 beta back in 2024. It also breaks every existing script by moving credentials out of the connection argument.
View source ↗ - 6mo ago
Data model rescoped; acoustic becomes one named scope
Rescopes the package around ETN's new data model: tag_serial_number becomes the primary tag identifier, tags gain multiple types, subtypes and sensors, and acoustic-specific work is renamed to sit under an explicit acoustic scope. Acoustic coverage is unchanged today; the renaming is what makes room for scopes like cpod later.
View source ↗ - 6mo ago
write_dwc() exports telemetry as Darwin Core for OBIS and GBIF
Adds write_dwc() to transform acoustic telemetry into Darwin Core for harvesting by OBIS and GBIF. A genuine new output path, pushing ETN data into the biodiversity commons rather than keeping it inside the R client.
View source ↗ - 6mo ago
depth_in_meters added to acoustic detections
Adds depth_in_meters to get_acoustic_detections(), stops download_acoustic_dataset() breaking on missing datapackage.json fields, and starts a NEWS.md. A small data-surface addition on the way to the 2.2.x fix line.
View source ↗ - 6mo ago
write_dwc() fixes for uppercase project codes
Two write_dwc() fixes: uppercase animal_project_codes, and a break caused by an updated dependency. Repair on the export path added in 2.1.0.
View source ↗ - 6mo ago
NA formatting and duplicate receiver ID fixes
NA formatting in check_value(), duplicate values from list_receiver_ids(), empty rights_holder in write_dwc(), plus test-skipping and citation metadata. Housekeeping ahead of the model rescope.
View source ↗