Metadata-Version: 2.1
Name: wwttoolbox
Version: 0.14.0
Summary: WaterWebTool toolbox for common tasks in hydrology and water resources management
Author-email: WaterWebTools <info@waterwebtools.com>
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: netcdf4
Requires-Dist: ruamel.yaml
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Provides-Extra: qaqc
Requires-Dist: pandas; extra == "qaqc"

# wwt-toolbox

# Sub-packages

## nc - work with NetCDF files

An module with NetCDF files. The module should be used in conjunction with:

- [netcdf4](https://unidata.github.io/netcdf4-python/)
- [NetCDF CF Conventions](https://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html)

**No support for coordinates which are function of multiple dimensions**

E.g.:

Dimensions:

- time
- depth

Variables:

- time (time)
- depth (time, depth)

## conversion - convert between different units

### unit conversion

### time conversion

## transformers - transform data to different formats

### WET

### SWAT

## yaml - edit yaml files
