write
- CloudSat.write(data, filename, **kwargs)
Store a data object to a file.
Notes
This is the base class method that does nothing per default.
- Parameters:
filename – A string containing path and name or a
FileInfo
object to which to store the data. Existing files will be overwritten.data – Object with data (e.g. numpy array, etc.).
- Returns:
None