DRB Netcdf implementation
Project description
Netcdf Implementation
This module implements netcdf format access with DRB data model. It is able to navigates among the netcdf contents.
Netcdf Factory and Netcdf Node
The module implements the basic factory model defined in DRB in its node resolver. Based on the python entry point mechanism, this module can be dynamically imported into applications.
The entry point group reference is drb.impl
.
The implementation name is netcdf
.
The factory class is decribed with implementation drb_impl_netcdf.drb_impl_signature
.
The netCDF 4.0 data model is based on recusive structure of Groups each containing a set of Attributes, Dimensions and Variables. It also includes User-defined set of types. The Drb structure implemented here, reproduces this representation. Attributes are reported in node as node attributes whereas Dimensions and Values are reported as node children. The raw content is available in Variable node requesting array (xarray, or numpy ndarray types)
limitations
The current version does not manage child modification and insertion. DrbNetcdfNode
is currently read only.
The factory to build DrbNetcdfNode supports file directly opening it with path, for other implementation ByteIO or BufferedIOBase, they are manged with a local temporary file, removed when the node is closed..
Using this module
To include this module into your project, the drb-impl-netcdf
module shall be referenced into requirements.txt
file, or the following pip line can be run:
pip install drb-impl-netcdf
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for drb_impl_netcdf-1.0a4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bb84da0c1c1d7ed158dbd7c2676e8758c07a903e9d74f8133e66b0a745f6b5b |
|
MD5 | 2ea46a13324296f5d7aea73dd8f84b6c |
|
BLAKE2b-256 | fbcec251fcb88141988005244cfee84d2d4ac2e13beacb2832f7fdea23d88aa2 |