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 geostat-framework.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-2020

Project details


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.0.2.tar.gz (568.1 kB view details)

Uploaded Source

Built Distribution

welltestpy-1.0.2-py3-none-any.whl (48.3 kB view details)

Uploaded Python 3

File details

Details for the file welltestpy-1.0.2.tar.gz.

File metadata

  • Download URL: welltestpy-1.0.2.tar.gz
  • Upload date:
  • Size: 568.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for welltestpy-1.0.2.tar.gz
Algorithm Hash digest
SHA256 6d84371b61a3ce2bb53c392a3e88905d2e56c53aa8b790df34480f3906484445
MD5 464e8b7d086dd6ec1e73b86c925c7b67
BLAKE2b-256 f6e932f291e00066819fdc61f0a669d9295db3e8274982c78e08bafbad9425d9

See more details on using hashes here.

File details

Details for the file welltestpy-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: welltestpy-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 48.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for welltestpy-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f108795e55841a63f03474a60a5c615877ce40b8255ca0ef5a36023b365c3993
MD5 278fe7cf0e2a405e1a6d2b435a48db9b
BLAKE2b-256 078c9eedf31d27ee0a9f0b75427f4545184ec12306277f65f6fba172ef658ca7

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