There is a lot of easily accessible data online waiting to be explored and analyzed. Recently, I came across a work shop for a U.S. Integrated Ocean Observing System (IOOS) Biological Data Training Workshop. Workshops are great as they usually post their code and slide shows for everyone to see and explore. One of the code examples on the posted github dealt with animal telemetry data - let’s explore the data together. First load the libraries
ERDDAP is a data server that provides a way to download various scientific data sets. There are lots of various data sets available through IOOS such as trawl surveys, ocean temperatures and others. Coding in R throughout this post, we will first specify the animal telemetry data (gtoppAT):
produces
which give’s us the data ‘column’ names. Running the command
gives us the names of all the animals that are avaiable in the data set:
There are 53 species tracked in the database. Let’s track the one with the largest toppID count
returns
Here’s a picture of the North Elephant Seal from Wikipedia:
There are a total of 146,668 data entries for the Northern Elephant Seal. Let’s focus on toppID=2006008:
This produces the figure that shows where a specific seal visisted during the time period 2006-01-17 to 2006-05-16: