User guide#

This section provides an overview of the main features and functionalities available in the library.

To get started with gwrefpy, you can follow these steps:

If you havenโ€™t installed the package yet, you can do so using pip:

pip install gwrefpy

or if you want to install the full version with all optional dependencies (jupyter notebook):

pip install gwrefpy[recommended]

Currently the optional dependencies include:

  • notebook: for running Jupyter notebooks

  • sgu-client: for accessing the Geological Survey of Sweden groundwater API

If you already have the package installed, make sure to update it to the latest version:

pip install gwrefpy --upgrade