Creating representative datasets from ncdump output #10773
Unanswered
VeckoTheGecko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TLDR: Jump to the bottom
I'm interested in Unidata metadata and conventions.
xr.Dataset.to_dict(data=False)
is great! (introduced in #2659) If i want to easily share datasets with people via text we can use the following codeIf a user then does
Then copy/pasting the (jsonified if you must) output in a GitHub issue:
We can do
This is great, but it requires the user to have access to the original dataset.
Is there tooling that I can use to ingest ncdump output such as those listed on UGRID / SGRID 's websites into a representative xarray dataset?
Beta Was this translation helpful? Give feedback.
All reactions