Liking cljdoc? Tell your friends :D

theophilusx.netcdf.groups

Functions for manipulating Group objects.

Functions for manipulating `Group` objects.
raw docstring

-group->mapclj

(-group->map grp)

Returns a map representing a NetCDF group. The map contains the keys name = group name, root = true if this is the root group, attributes = vector of group attributes, dimensions = dimensions of variables in the group variables = vector of variables in the group and obj = the low level NetCDF group object.

Returns a map representing a NetCDF group. The map contains the keys 
`name` = group name, `root` = true if this is the root group, `attributes` 
= vector of group attributes, `dimensions` = dimensions of variables in the group
`variables` = vector of variables in the group and `obj` = the low level NetCDF 
 group object.
sourceraw docstring

-mk-group-mapclj

(-mk-group-map grp)

Returns internal representation of NetCDF group as a map

Returns internal representation of NetCDF group as a map
sourceraw docstring

groupclj

(group nc group-name)

return a group given the full group name.

return a group given the full group name.
sourceraw docstring

group->stringclj

(group->string grp-map)
(group->string grp-map indent)
source

groups->vectorclj

(groups->vector grp-list)
source

root-groupclj

(root-group nc)

Returns a map for the root group containing keys for :name, :root?, :attributes, :dimensions, :variables, :obj and :children. The nc argument is a netcdf file object returned from a call to open or open-in-memory.

Returns a map for the root group containing keys for `:name`, `:root?`, 
`:attributes`, `:dimensions`, `:variables`, `:obj` and `:children`. The 
`nc` argument is a netcdf file object returned from a call to `open` or 
`open-in-memory`. 
sourceraw docstring

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

× close