Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need ability to track Marine Heat Wave as polygons #119

Open
gaelforget opened this issue Nov 5, 2024 · 0 comments
Open

need ability to track Marine Heat Wave as polygons #119

gaelforget opened this issue Nov 5, 2024 · 0 comments

Comments

@gaelforget
Copy link
Member

gaelforget commented Nov 5, 2024

We envision doing this via rasters.jl

First few steps could be :

  1. take SST map from the notebook.
  2. calculate binary mask SST_29 (above 29)
  3. apply the rasterize function to SST_29 (SST_29_poly)
  4. plot the resulting polygon over map
  5. create a Julia function to do the above
  6. return a data structure (named HeatWave?)
  7. create plot method (in extension)
  8. add to CI (test/runtests.jl)

To get started :

  • fork Climatology.jl, and clone your fork
  • in terminal create a branch, push to fork,
  • open PR (marked as WIP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant