class NetCDF::Group
- NetCDF::Group
- Reference
- Object
Included Modules
Defined in:
netcdf/types/group.crConstructors
Instance Method Summary
-
#full_name
Full name
- #id : Int32
- #id=(id : Int32)
- #name : String
- #name=(name : String)
- #parent_id : Int32
- #parent_id=(parent_id : Int32)
-
#unlimited
Returns array of unlimited Dimensions in group
Instance methods inherited from module NetCDF::Root
add_dimension(name, length : String | Int32)
add_dimension,
add_group(name)
add_group,
add_variable(name, type_str, dimension_ids : Array(Int32))add_variable(name, type_str, dimensions : Array(Dimension)) add_variable, dimensions dimensions, groups groups, variables variables