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
Following on from #77 pain, this will help the default variable or grid selection:
nc_grids should have distinct grids, and nc_vars should list the grid it's in
nc_grids
nc_vars
library(dplyr) f <- system.file("extdata/argo", package = "tidync") %>% list.files(full.names = TRUE) tidync::tidync(f) nc_vars(f) %>% distinct(name) nc_grids(f) %>% distinct(grid)
Both should have ndims, and possibly natts
ndims
natts
The text was updated successfully, but these errors were encountered:
This issue was moved to hypertidy/ncmeta#26
Sorry, something went wrong.
No branches or pull requests
Following on from #77 pain, this will help the default variable or grid selection:
nc_grids
should have distinct grids, andnc_vars
should list the grid it's inBoth should have
ndims
, and possiblynatts
The text was updated successfully, but these errors were encountered: