Skip to content

Use h5netcdf instead of netCDF4 #70

@aidanheerdegen

Description

@aidanheerdegen

Could use h5netcdf instead of netCDF4 to write metadata attributes.

It has a new API which looks pretty sweet

import h5netcdf

with h5netcdf.File("mydata.nc", "w") as f:
    # set global attributes with simple assignment
    f.title = 'My data'
    f.institution = 'ACCESS-NRI'

It also has no dependency on the netCDF C library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions