Liking cljdoc? Tell your friends :D

theophilusx.netcdf.core


attributeclj

source

closeclj

source

dimensionclj

source

dimensionsclj

source

get-linear-valueclj

source

get-valueclj

source

global-attributeclj

source

global-attributesclj

source

groupclj

source

make-named-rangeclj

source

make-rangeclj

source

openclj

source

open-in-memoryclj

source

read-scalarclj

source

read-sliceclj

source

read-valueclj

source

root-groupclj

source

variableclj

source

variablesclj

source

with-memory-netcdfcljmacro

(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.
sourceraw docstring

with-netcdfcljmacro

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close