{ } Raw JSON

bundles / scipy latest / scipy / io / _netcdf

module

scipy.io._netcdf

source: /scipy/io/_netcdf.py :0

Members

Summary

NetCDF reader/writer module.

Extended Summary

This module is used to read and create NetCDF files. NetCDF files are accessed through the netcdf_file object. Data written to and from NetCDF files are contained in netcdf_variable objects. Attributes are given as member variables of the netcdf_file and netcdf_variable objects.

This module implements the Scientific.IO.NetCDF API to read and create NetCDF files. The same API is also used in the PyNIO and pynetcdf modules, allowing these modules to be used interchangeably when working with NetCDF files.

Only NetCDF3 is supported here; for NetCDF4 see netCDF4-python, which has a similar API.

Additional content

NetCDF reader/writer module.

This module is used to read and create NetCDF files. NetCDF files are accessed through the netcdf_file object. Data written to and from NetCDF files are contained in netcdf_variable objects. Attributes are given as member variables of the netcdf_file and netcdf_variable objects.

This module implements the Scientific.IO.NetCDF API to read and create NetCDF files. The same API is also used in the PyNIO and pynetcdf modules, allowing these modules to be used interchangeably when working with NetCDF files.

Only NetCDF3 is supported here; for NetCDF4 see netCDF4-python, which has a similar API.

Aliases

  • scipy.io._netcdf