Metadata-Version: 2.1
Name: wrap_technote
Version: 0.105
Summary: Code for the annual WRAP technical notes
Home-page: https://github.com/dew-waterscience/wrap_technote
Author: DEW Water Science (Kent Inverarity)
Author-email: kent.inverarity@sa.gov.au
License: All rights reserved @ DEW
Keywords: science groundwater
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru
Requires-Dist: matplotlib
Requires-Dist: shapely
Requires-Dist: pyshp
Requires-Dist: jinja2
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: python-sa-gwdata >=0.5.4
Requires-Dist: adjustText
Requires-Dist: xlrd
Requires-Dist: openpyxl
Requires-Dist: pillow
Requires-Dist: pyproj
Requires-Dist: geopandas >=0.5.0
Requires-Dist: scipy
Requires-Dist: attrdict
Requires-Dist: ausweather
Requires-Dist: sageodata-db >=0.19
Requires-Dist: dew-gwdata >=0.74

# wrap_technote

Code to process groundwater and rainfall data for the annual Water Resource Assessment Program technical notes.

## Install

The source code is on [Bitbucket](https://bitbucket.org/dewsurfacewater/wrap_technote), while Python packages (source and binary) are published on
the [Python Package Index](https://pypi.org/project/wrap-technote/) and 
on a dedicated channel on [Anaconda Cloud](https://anaconda.org/dew-waterscience/repo).

### From PyPI (most recent release)

Run this in Command Prompt to install from PyPI:

```
pip install wrap_technote
```

To upgrade to the latest version:

```
pip install -U wrap_technote
```

### From Anaconda 

You can also install using conda/mamba if you prefer:

```
mamba install -c dew-waterscience wrap_technote
```

To upgrade:

```
mamba upgrade -c dew-waterscience wrap_technote
```

The version may not be as up-to-date as the PyPI version.

### From Bitbucket

This is how you can install the latest version of the source code directly from Bitbucket (the version control repository):

```
python -m pip install git+https://kinveraritysagov@bitbucket.org/dewsurfacewater/wrap_technote.git
```

You will need to replace ``kinveraritysagov`` with your Bitbucket username, and you will also need access to the source repository on the Bitbucket dewsurfacewater workspace.

## Usage

Check out complete documentation at:

[http://bunyip:8191/python-docs/wrap_technote/latest_source/index.html](http://bunyip:8191/python-docs/wrap_technote/latest_source/index.html)

## License

All rights reserved DEW 2023
