Skip to main content

welltestpy - package to handle well-based Field-campaigns.

Project description

Welcome to welltestpy

DOI PyPI version Build Status Coverage Status Documentation Status Code style: black

welltestpy-LOGO

Purpose

welltestpy provides a framework to handle, process, plot and analyse data from well based field campaigns.

Installation

You can install the latest version with the following command:

pip install welltestpy

Documentation for welltestpy

You can find the documentation under https://welltestpy.readthedocs.io.

Example 1: A campaign containing a pumping test

In the following, we will take a look at an artificial pumping test campaign, that is stored in a file called Cmp_UFZ-campaign.cmp.

import welltestpy as wtp

# load the campaign
campaign = wtp.load_campaign("Cmp_UFZ-campaign.cmp")

# plot the well constellation and a test overview
campaign.plot_wells()
campaign.plot()

This will give the following plots:

Wells

Pumptest

Example 2: Estimate transmissivity and storativity

The pumping test from example 1 can now be loaded and used to estimate the values for transmissivity and storativity.

import welltestpy as wtp

campaign = wtp.load_campaign("Cmp_UFZ-campaign.cmp")
estimation = wtp.estimate.Theis("Estimate_theis", campaign, generate=True)
estimation.run()

This will give the following plots:

Type-Curve fitting:

Fit

Evolution of parameter estimation with SCE:

Trace

Scatterplot of paramter distribution during estimation:

Interaction

The results are:

  • ln(T) = -9.22 which is equivalent to T = 0.99 * 10^-4 m^2/s
  • ln(S) = -9.10 which is equivalent to S = 1.11 * 10^-4

Provided Subpackages

welltestpy.data      # Subpackage to handle data from field campaigns
welltestpy.estimate  # Subpackage to estimate field parameters
welltestpy.process   # Subpackage to pre- and post-process data
welltestpy.tools     # Subpackage with tools for plotting and triagulation

Requirements

Contact

You can contact us via info@geostat-framework.org.

License

MIT © 2018-2021

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

welltestpy-1.1.0rc1.tar.gz (43.4 kB view details)

Uploaded Source

Built Distribution

welltestpy-1.1.0rc1-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

File details

Details for the file welltestpy-1.1.0rc1.tar.gz.

File metadata

  • Download URL: welltestpy-1.1.0rc1.tar.gz
  • Upload date:
  • Size: 43.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for welltestpy-1.1.0rc1.tar.gz
Algorithm Hash digest
SHA256 71e2f05c2c517ff75b5d1708c473ea72f28fc536435d32f2100793ade46bef8f
MD5 73efa42f3c069a71cdb732a98f0a0b8a
BLAKE2b-256 f7358c34d86ac14cdcfeec3cf27725180c0024e3a153f72e6ed6f71a541e53d0

See more details on using hashes here.

File details

Details for the file welltestpy-1.1.0rc1-py3-none-any.whl.

File metadata

  • Download URL: welltestpy-1.1.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 52.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for welltestpy-1.1.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 a482e99a149bc8ed0ad136afc8af7fd5705827a42d164b3da7e52046f9408507
MD5 5cde5a289434e7773ce86092d0c22de4
BLAKE2b-256 bf091341593c58e30f1398975932e31b10b564958752daa9c0dd8d7bbe32dc14

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page