Metadata-Version: 2.1
Name: dsbuilder
Version: 0.2
Summary: creating datasets, to specification
Home-page: https://dsbuilder.readthedocs.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: netcdf4
Requires-Dist: xarray
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'dev'

# dsbuilder: creating datasets, to specification

[![Build Status](https://travis-ci.com/shunt16/dsbuilder.svg?branch=master)](https://travis-ci.com/shunt16/dsbuilder) [![Documentation Status](https://readthedocs.org/projects/dsbuilder/badge/?version=latest)](https://dsbuilder.readthedocs.io/en/latest/?badge=latest)

**dsbuilder** is a python module to help you build and write data files (primarily [NetCDF](https://www.unidata.ucar.edu/software/netcdf/)) with a specified format of dimensions, variables and metadata. This is built on top of [xarray](http://xarray.pydata.org/en/stable/)

## Documentation

For more information visit our [documentation](https://dsbuilder.readthedocs.io/en/latest).

