-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
See Detection From Map section of the notebook for the example using |
To learn about Julia basics , maybe this is a good place to start : https://github.com/AIRCentre/JuliaEO24/tree/main/notebooks/Julia_Language_Context_and_Basic_Concepts |
One of the next step will involve calculating overlapping areas between one time step and the next. Not unlike in SpeedyWeather/SpeedyWeather.jl#648 |
|
ping @asinghvi17 , @rafaqz , @evetion (project I mentioned at JuliaEO25) |
We envision doing this via rasters.jl
First few steps could be :
SSTa
) map from the Sea Surface Temperature notebook (➭ code link).x0<SSTa<x1
withGeometryOps.polygonize
GemoMakie.jl
To get started :
The text was updated successfully, but these errors were encountered: