Skip to content

Releases: mcuntz/ncio

ncio - work easily with netcdf files

27 Sep 20:41
Compare
Choose a tag to compare

ncio is a Python library that provides functions to copy dimensions, variables, attributes, etc. from one netcdf file to a netcdf output file. Replacements and transformations can be performed on the copied entities such as names can be changed or variables can
be replaced with other data. It is a thin wrapper of the netCDF4 Python package that adds no new functionality but rather provides convenience functions to work easily with netcdf files.

This is the first standalone release, moving the code from pyjams.

ncio - work easily with netcdf files

27 Sep 20:04
Compare
Choose a tag to compare

ncio is a Python library that provides functions to copy dimensions, variables, attributes, etc. from one netcdf file to a netcdf output file. Replacements and transformations can be performed on the copied entities such as names can be changed or variables can
be replaced with other data. It is a thin wrapper of the netCDF4 Python package that adds no new functionality but rather provides convenience functions to work easily with netcdf files.

This is the first standalone release, moving the code from pyjams.