Summary
netcdf4-python is a Python interface to the netCDF C library. netCDF version 4 can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and should be familiar to users of that module.
Versions
v1.6.4 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~amd64-linux ~x86 ~x86-linux
- USE flags
- debug test
v1.6.3 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~amd64-linux ~x86 ~x86-linux
- USE flags
- debug test
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_10
- Build with Python 3.10
- python3_11
- Build with Python 3.11
Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-python / numpy : Fast array and numerical python library
sci-libs / hdf5 : General purpose library and file format for storing scientific data
sci-libs / netcdf : Scientific library and interface for array oriented data access
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-python / certifi : A certifi hack to use system trust store on Linux/FreeBSD
dev-python / cftime : Time-handling functionality from netcdf4-python
dev-python / numpy : Fast array and numerical python library
sci-libs / hdf5 : General purpose library and file format for storing scientific data
sci-libs / netcdf : Scientific library and interface for array oriented data access
Depending packages
dev-python / meshio : Input/output for many mesh formats
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/netcdf4: Bump to 1.6.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/netcdf4: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/netcdf4: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-python/netcdf4: update netcdf[tools] dep
Tools are now always available. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/netcdf4: Bump to 1.6.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
Rename dev-python/{netcdf4-python → netcdf4}
Signed-off-by: Michał Górny <mgorny@gentoo.org>