theophilusx.netcdf.core
attribute
close
dimension
dimensions
get-linear-value
get-value
global-attribute
global-attributes
group
make-named-range
make-range
open
open-in-memory
read-scalar
read-slice
read-value
root-group
variable
variables
with-memory-netcdf
macro
(with-memory-netcdf [name file] & body)Same as with-netcdf, but loads the file into memory. Arguments are a name to refer tot he NetCDF object, a file specifying the file to operate on and a body of expressions to execute.
with-netcdf
macro
(with-netcdf [name file] & body)A macro for opening and processing a NetCDF file, performing some operations, NetCDF object, a file to open and a body of expressions to execute.