Functions to manipulate Dimension
objects.
Functions to manipulate `Dimension` objects.
(-dimension->map dim)
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 |
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 |
(-dimension-length dim)
Return length of a dimension
Return length of a dimension
(-dimension-name dim)
Return dimension name
Return dimension name
(-dimension-unlimited? dim)
Return true if dimension is unlimited
Return true if dimension is unlimited
(-dimension-varies? dim)
Returns true if dimension length can be varied
Returns true if dimension length can be varied
(-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.
(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.
(dimension->string d-map)
(dimension->string d-map indent)
Return a dimension map as a string.
Return a dimension map as a string.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close