We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
assign_ugrid_topology() currently does (I think) everything that the subsetting code needs.
assign_ugrid_topology()
But there are other things that it would be nice to have, In particular, there's no addition of metadata to the data variables:
https://ugrid-conventions.github.io/ugrid-conventions/#data-defined-on-unstructured-meshes
which should have mesh and location attributes:
mesh
location
double Mesh2_waterlevel(time,nMesh2_face) ; Mesh2_waterlevel:standard_name = "sea_surface_height_above_geoid" ; Mesh2_waterlevel:units = "m" ; Mesh2_waterlevel:mesh = "Mesh2" Mesh2_waterlevel:location = "face" ; Mesh2_waterlevel:coordinates = "Mesh2_face_x Mesh2_face_y" ;
A "make fully ugrid compliant" method would be great.
The text was updated successfully, but these errors were encountered:
Going to keep this issue and close out #26 because i think they work towards the same thing
Sorry, something went wrong.
No branches or pull requests
assign_ugrid_topology()
currently does (I think) everything that the subsetting code needs.But there are other things that it would be nice to have, In particular, there's no addition of metadata to the data variables:
https://ugrid-conventions.github.io/ugrid-conventions/#data-defined-on-unstructured-meshes
which should have
mesh
andlocation
attributes:A "make fully ugrid compliant" method would be great.
The text was updated successfully, but these errors were encountered: