Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « netcdf_file »

Méthode scipy.io.netcdf_file.createDimension

Signature de la méthode createDimension

def createDimension(self, name, length) 

Description

help(netcdf_file.createDimension)

Adds a dimension to the Dimension section of the NetCDF data structure.

Note that this function merely adds a new dimension that the variables can
reference. The values for the dimension, if desired, should be added as
a variable using `createVariable`, referring to this dimension.

Parameters
----------
name : str
    Name of the dimension (Eg, 'lat' or 'time').
length : int
    Length of the dimension.

See Also
--------
createVariable



Vous êtes un professionnel et vous avez besoin d'une formation ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé