-
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
adding coastlines to float positions plot in ArgoFloat.jl
#58
Comments
I took the approach of turning the "positions and speed" panel into a GeoAxis plot using GeoMakie. My experiment didn't (so far) give production-quality results. Some issues with GeoMakie:
I will submit a PR so that the code is available, perhaps for being fixed in the future. I doubt you will want to merge it. |
We have been making progress on this in GeoMakie.jl but there are still issues (see MakieOrg/GeoMakie.jl#228 ). However, I have a working version in the MeshArrays+Makie extension (e.g., ps. Sorry for the lag in response. |
See #59 (comment) Closing for now. Should revisit use of GeoMakie later. |
To add coastlines to the float positions plot in the Pluto notebook,
ArgoFloat
, is the best approach to follow instructions from GeoMakie? This would involve making a GeoAxis, I believe.An alternative workflow would be using PythonPlot and cartopy, but I assume that this would pull in many dependencies, be difficult to maintain, and might not plot well in Pluto notebooks.
The text was updated successfully, but these errors were encountered: