https://github.com/xarray-contrib/xncml
Tools for manipulating NcML (NetCDF Markup Language) files with/for xarray
https://github.com/xarray-contrib/xncml
ncml netcdf
Last synced: about 2 months ago
JSON representation
Tools for manipulating NcML (NetCDF Markup Language) files with/for xarray
- Host: GitHub
- URL: https://github.com/xarray-contrib/xncml
- Owner: xarray-contrib
- License: apache-2.0
- Created: 2019-04-11T04:26:57.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T16:21:50.000Z (2 months ago)
- Last Synced: 2025-04-04T17:23:11.364Z (2 months ago)
- Topics: ncml, netcdf
- Language: Python
- Homepage: https://xncml.readthedocs.io
- Size: 1010 KB
- Stars: 8
- Watchers: 7
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# xncml

Tools for opening and manipulating NcML (NetCDF Markup Language) files with/for xarray.
These tools allow you to modify NcML by:
- Adding or removing global attributes
- Adding or removing variable attributes
- Removing variables and dimensionsand read NcML files into `xarray.Dataset` objects:
```python
import xncml
ds = xncml.open_ncml("large_ensemble.ncml")
```See [documentation] for more information.
## Installation
xncml can be installed from PyPI with pip:
```bash
pip install xncml
```[documentation]: https://xncml.readthedocs.io