Metadata-Version: 2.1
Name: dew_gwdata
Version: 0.82
Summary: Python module for accessing groundwater data internally at DEW
Home-page: http://github.com/dew-waterscience/dew_gwdata
Author: Kent Inverarity
Author-email: kent.inverarity@sa.gov.au
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: geopandas
Requires-Dist: rasterio
Requires-Dist: sqlparse
Requires-Dist: click
Requires-Dist: cx-Oracle
Requires-Dist: pillow
Requires-Dist: numpy
Requires-Dist: sqlalchemy
Requires-Dist: python-sa-gwdata >=0.5.4
Requires-Dist: lasio
Requires-Dist: matplotlib
Requires-Dist: pyshp
Requires-Dist: appdirs
Requires-Dist: pyodbc
Requires-Dist: toml
Requires-Dist: psutil
Requires-Dist: networkx
Requires-Dist: loguru
Requires-Dist: sageodata-db >=0.19
Requires-Dist: fastapi
Requires-Dist: jinja2
Requires-Dist: aquarius-webportal
Requires-Dist: geojson

# dew_gwdata

Python module for accessing groundwater data internally at DEW

## Install

The source code is on [Bitbucket](https://bitbucket.org/dewsurfacewater/dew_gwdata), while Python packages (source and binary) are published on
the [Python Package Index](https://pypi.org/project/dew-gwdata/) 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 dew_gwdata
```

To upgrade to the latest version:

```
pip install -U dew_gwdata
```

### From Anaconda 

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

```
mamba install -c dew-waterscience dew_gwdata
```

To upgrade:

```
mamba upgrade -c dew-waterscience dew_gwdata
```

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/dew_gwdata.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/dew_gwdata/latest_source/index.html](http://bunyip:8191/python-docs/dew_gwdata/latest_source/index.html)

## License

All rights reserved DEW 2023
