Extreme events/anomaly detection package #13
Replies: 11 comments 15 replies
-
This dataset could be useful (details about it here). Luke Gregor presented at the Ocean Carbon From Space Workshop using this dataset to look at ocean acidification extremes and marine heatwaves. His presentation is available on the workshop website. |
Beta Was this translation helpful? Give feedback.
-
@adamkemberling might be interested in this. |
Beta Was this translation helpful? Give feedback.
-
This project emphasizes an anomaly as an interesting data cluster. A different but related perspective is that of anomalies as suspicious data clusters in a -- typically sensor based -- data stream. You may find some useful implementations in the QARTOD code, https://ioos.github.io/ioos_qc/ |
Beta Was this translation helpful? Give feedback.
-
Hi Sophie. This is such an interesting idea. If you are looking for someone to collaborate on this project, I am happy to work on this project with you. I already have a cleaned dataset for temperature/salinity/oxygen/... from observations in the northwest Atlantic (can be further customized per interest). These observations can be used for training/testing the model. |
Beta Was this translation helpful? Give feedback.
-
I've used this web tool in previous code sprints as way to whiteboard collaboratively: Putting a shared link here if it is a tool people may want to use this to facilitate discussions |
Beta Was this translation helpful? Give feedback.
-
A researcher that worked on tracking MHW here went on to do her PhD on the topic: there might be some useful/relevant code here: https://github.com/ocetrac |
Beta Was this translation helpful? Give feedback.
-
Hi! everyone. I would like to sign up for this project. I am a Master's student working upon the Marine Heatwaves in Indian Ocean. This project definitely falls in my work domain. |
Beta Was this translation helpful? Give feedback.
-
I would be interested in working on this :) It would be interesting to see this package to examine anomalies in oxygen minimum zone intensities and other seasonal biogeochemical properties. I am a PhD student working on OMZ in Southern California in the field of geomicrobiology, geochemistry and ocean biogeochemistry |
Beta Was this translation helpful? Give feedback.
-
Hi folks.
Please let me know if you want to work with me on this project/framework. Otherwise, best of luck with your project! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, lots of good ideas and input during our quick breakout sessions yesterday. I just want to circle back on some of the ideas mentioned yesterday. The two SST data resources I referred two were:
I would recommend the latter for accurracy and coverage reasons (newer satellite, higher res, daily data). But I think it will be important for the group to pick a location to study to reduce the amount of data we're iterating over. (Gulf of Mexico and the Loop Current could be cool!) There also is an opportunity to use sea ice data as well if people wanted to branch out: https://nsidc.org/data/nsidc-0079/versions/3 This morning I will make a slack channel for the project, please message me if an invite hasn't arrived, I will try to grab everyone. As we start to dig into any of these datasets it might be worth thinking about who wants to tackle different aspects of the project. This can be based on what is most interesting to each of us, what we feel we can contribute to most, or a skill we'd like to work on with the support of our peers. Potential responsibilities might be:
Just remember, this project is an opportunity to work together and learn from one another. There is no expectation that the project be a complete and polished project by the end of the week. I think there's a lot of good input so far, and I'm excited to see where the group goes with it! |
Beta Was this translation helpful? Give feedback.
-
Hello everyone! The IMaRS lab is doing work that is very closely related to this project. Is there documentation on the final outcome of this project? We're very interested in collaborating on continued development in this area. |
Beta Was this translation helpful? Give feedback.
-
Anomaly detection to identify extreme events in ocean datasets
Summary
In recent years there's been a growing awareness of extreme or anomalous events in the ocean. Ocean heatwaves are a great example on the physical side, but there are also other types of extreme, ephemeral events that might be good to know about, e.g. hypoxic events, low pH... This project would aim to produce a package that could be used to identify extreme events (physical, chemical, biological) from freely available ocean data.
Personnel
TBD
Specific tasks
Potential data sets to use
Existing methods and application example
Here is an example of a python package implemented to detect ocean heatwaves using a specific algorithm for ocean heat waves.
My suggestion would be to implement something similar to look at a biogeochemical property, e.g. dissolved oxygen, pH, pCO2, or even Chl.
Beta Was this translation helpful? Give feedback.
All reactions