This lesson is being piloted (Beta version)

OTN's Telemetry Workshop Curriculum Base: Glossary

Key Points

Background
Intro to R
Starting with Data Frames
Intro to Plotting
  • You can feed output from dplyr’s data manipulation functions into ggplot using pipes.

  • Plotting various summaries and groupings of your data is good practice at the exploratory phase, and dplyr and ggplot make iterating different ideas straightforward.

Telemetry Reports - Imports
Telemetry Reports for Array Operators
Telemetry Reports for Tag Owners
Introduction to glatos Data Processing Package
More Features of glatos
Basic Visualization and Plotting with glatos
Introduction to actel
Preparing ACT/OTN/GLATOS Data for actel
Basic Animation
Animation with pathroutr
Quality Control Checks with Remora
Spatial and Temporal Modelling with GAMs
Introduction to the miscYAPS package
Introduction to Git for Code
Other OTN Telemetry Curriculums
Public Data Endpoints
  • Discovery Portal = searchable catalogue

  • GeoServer = spatial layers (WFS/WMS)

  • OBIS = biodiversity occurrence datasets (UUID-based)

  • ERDDAP = analysis-ready tables with filtering

Accessing OTN GeoServer Data
  • GeoServer shares OTN’s spatial data via open standards (WFS/WMS).

  • WFS requests are just URLs: specify the layer, format, and optional filters.

  • You can load these URLs directly into R or Python for analysis.

  • Keep requests efficient with filters, bounding boxes, and paging.

  • For mapping, folium (Python) or leaflet (R) can turn data into interactive maps.

Accessing OTN Data via OBIS
  • OBIS hosts species occurrence records.

  • OTN is an OBIS node; UUID: 68f83ea7-69a7-44fd-be77-3c3afd6f3cf8.

  • Use robis (R) or pyobis (Python) for programmatic queries.

  • Keep queries lean with fields, geometry, time window, and paging.

Glossary

FIXME

(Minor change for testing here.)