Metadata-Version: 2.4
Name: wasspost
Version: 0.2.1
Summary: WASS post processing tool
Author: Filippo Bergamasco
Author-email: filippo.bergamasco@unive.it
License: GPL3
Project-URL: homepage, https://sites.google.com/unive.it/wass
Project-URL: repository, https://github.com/fbergama/wass/tree/master/postproc
Keywords: WASS,3D,Post processing
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: colorama
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: opencv-python>=2.4.6
Requires-Dist: netcdf4

# wasspost
---

wasspost is a post-processing tool for NetCDF surfaces generated with 
[wassgridsurface](https://pypi.org/project/wassgridsurface).


## Usage

This tool is still under development. Please run wasspost -h for some
usage instructions


## License

```
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
```
