(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.
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 [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.
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close