Posts
My ooilab Python Toolbox
Data portals are great for navigating and finding useful datasets. But sometimes, the easiest way to access data is with a bit of code, especially when you want to make your own graphs or do a bit of custom processing (like the above example).
For…
Introduction to Python – Argo Float Data
This summer, as part of our virtual REU workshop, we introduced students to the basics of using Python to analyze oceanographic data. When we frantically designed the course back in May (during the early even more frantic days of the pandemic),…
Identifying Dataset Sample Rates
Today's example is rather simple, but it answers a common question I've heard...
What is the sample rate of my dataset?
For many ocean observatory datasets, the rates are usually pretty well defined and constant in time. For example,…
Merging Datasets For the Win (and export)
If you find yourself with multiple datasets that you need to analyze or plot together, you will probably need to merge them. A merged dataset is handy because all of the data points line up with the same index or timestamp, which allows…
Caution… Real Data Ahead!
I love diving into data and discovering new things about the ocean, and we've been doing quite a bit of that lately*.
But one of the things that really amazes me about the OOI dataset, is that you don’t have to dig far to find some…