File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed 
fileformats/_nc_load_rules Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ def as_lazy_data(
252252    Notes 
253253    ----- 
254254    The result chunk size is a multiple of 'chunks', if given, up to the 
255-     dask default chunksize, i.e. `dask.config.get('array.chunk-size'), 
255+     dask default chunksize, i.e. `dask.config.get('array.chunk-size')` , 
256256    or the full data shape if that is smaller. 
257257    If 'chunks' is not given, the result has chunks of the full data shape, 
258258    but reduced by a factor if that exceeds the dask default chunksize. 
Original file line number Diff line number Diff line change 55"""Automatic collation of cubes into higher-dimensional cubes. 
66
77Typically the cube merge process is handled by 
8- :method :`iris.cube.CubeList.merge`. 
8+ :meth :`iris.cube.CubeList.merge`. 
99
1010""" 
1111
Original file line number Diff line number Diff line change 154154CF_ATTR_GRID_SCALE_FACTOR_AT_PROJ_ORIGIN  =  "scale_factor_at_projection_origin" 
155155CF_ATTR_GRID_SCALE_FACTOR_AT_CENT_MERIDIAN  =  "scale_factor_at_central_meridian" 
156156CF_ATTR_GRID_LON_OF_CENT_MERIDIAN  =  "longitude_of_central_meridian" 
157- CF_ATTR_GRID_STANDARD_PARALLEL  =  "standard_parallel" 
158157CF_ATTR_GRID_PERSPECTIVE_HEIGHT  =  "perspective_point_height" 
159158CF_ATTR_GRID_SWEEP_ANGLE_AXIS  =  "sweep_angle_axis" 
160159CF_ATTR_GRID_AZIMUTH_CENT_LINE  =  "azimuth_of_central_line" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments