Liking cljdoc? Tell your friends :D

theophilusx.netcdf.dimensions

Functions to manipulate Dimension objects.

Functions to manipulate `Dimension` objects.
raw docstring

-dimension->mapclj

(-dimension->map dim)

Return the dimension as a map with the following keys

KeyDescription
:nameDimension name
:lengthDimension length
:unlimited?True if dimension is unlimited
:varies?True is dimension is variable length
Return the dimension as a map with the following keys

| Key           | Description                          |
|---------------|--------------------------------------|
| `:name`       | Dimension name                       |
| `:length`     | Dimension length                     |
| `:unlimited?` | True if dimension is unlimited       |
| `:varies?`    | True is dimension is variable length |
sourceraw docstring

-dimension-lengthclj

(-dimension-length dim)

Return length of a dimension

Return length of a dimension
sourceraw docstring

-dimension-nameclj

(-dimension-name dim)

Return dimension name

Return dimension name
sourceraw docstring

-dimension-unlimited?clj

(-dimension-unlimited? dim)

Return true if dimension is unlimited

Return true if dimension is unlimited
sourceraw docstring

-dimension-varies?clj

(-dimension-varies? dim)

Returns true if dimension length can be varied

Returns true if dimension length can be varied
sourceraw docstring

-dimensions->vectorclj

(-dimensions->vector dim-list)

Return a vector of dimension maps. The dim-list argument is a collection of Java Dimension objects.

Return a vector of dimension maps. The `dim-list` argument is a collection
of Java `Dimension` objects.
sourceraw docstring

dimensionclj

(dimension nc dimension-name)

Reurn the specified dimension. The nc argument is a NetcdfFile object and dimension-name is the string name of a dimension.

Reurn the specified dimension. The `nc` argument is a `NetcdfFile` object
and dimension-name is the `string` name of a dimension.
sourceraw docstring

dimension->stringclj

(dimension->string d-map)
(dimension->string d-map indent)

Return a dimension map as a string.

Return a dimension map as a string.
sourceraw docstring

dimensionsclj

(dimensions nc)

Returns a vector of dimension maps representing the dimensions in the NetcdfFile object.

Returns a vector of dimension maps representing the dimensions in the
`NetcdfFile` object.
sourceraw docstring

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

× close