Toggle navigation sidebar
Toggle in-page Table of Contents
h5netcdf - 1.1.0
For users
Overview
Feature comparison
New API Reference
h5netcdf.File
h5netcdf.File.create_group
h5netcdf.File.create_variable
h5netcdf.File.resize_dimension
h5netcdf.Group
h5netcdf.Dimension
h5netcdf.Variable
Legacy API Reference
h5netcdf.legacyapi.Dataset
h5netcdf.legacyapi.Dataset.createGroup
h5netcdf.legacyapi.Dataset.createDimension
h5netcdf.legacyapi.Dataset.createVariable
h5netcdf.legacyapi.Group
h5netcdf.legacyapi.Dimension
h5netcdf.legacyapi.Variable
For developers
Developers Guide
Changelog
Community
GitHub issues
repository
open issue
suggest edit
.rst
.pdf
h5netcdf.File.create_group
h5netcdf.File.create_group
#
File.
create_group
(
name
)
#
Create NetCDF4 group.
Parameters
name
(
str
) – Name of new group.