# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tidync" in publications use:' type: software license: GPL-3.0-only title: 'tidync: A Tidy Approach to ''NetCDF'' Data Exploration and Extraction' version: 0.4.0 doi: 10.32614/CRAN.package.tidync abstract: Tidy tools for 'NetCDF' data sources. Explore the contents of a 'NetCDF' source (file or URL) presented as variables organized by grid with a database-like interface. The hyper_filter() interactive function translates the filter value or index expressions to array-slicing form. No data is read until explicitly requested, as a data frame or list of arrays via hyper_tibble() or hyper_array(). authors: - family-names: Sumner given-names: Michael email: mdsumner@gmail.com repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/tidync commit: d6761430be3a60ff5a50e23b97408da7c030098f url: https://docs.ropensci.org/tidync/ contact: - family-names: Sumner given-names: Michael email: mdsumner@gmail.com