class NetCDF::File
- NetCDF::File
 - Reference
 - Object
 
Included Modules
Defined in:
netcdf/types/file.crConstructors
Class Method Summary
Instance Method Summary
- #add_attribute(name, type_str, value)
 - #attributes
 - 
        #close
        
          
Close file
 - #id : Int32
 - #id=(id : Int32)
 - #parent_id : Int32
 - #parent_id=(parent_id : Int32)
 - 
        #sync
        
          
Sync or "flush" file to disk
 
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