-
Notifications
You must be signed in to change notification settings - Fork 12
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
integration with JuliaGeo #167
Comments
note to self : should add more information in docs on grid variables , e.g. a link to https://mitgcm.readthedocs.io/en/latest/algorithm/horiz-grid.html |
See #169 This is what MeshArrays_to_Polyons.jl should look like if you try it : ping @asinghvi17 , @rafaqz , @evetion (following up on JuliaEO25 chat) |
Have now added the notebook to docs, built by GitHub action. It will download the grid via MITgcm.jl if needed and run via https://juliaclimate.github.io/MeshArrays.jl/dev/dev/MeshArrays_to_Polygons.html |
lat-lon to grid point
grid point to polygon
GeoInterface type polygon
vector of points or tuple of points
(x,y)
option to provide on the sphere
(x,y,z)
ordered points
duplicate the last one
The text was updated successfully, but these errors were encountered: