All Projects → acroucher → PyTOUGH

acroucher / PyTOUGH

Licence: other
A Python library for automating TOUGH2 simulations of subsurface fluid and heat flow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PyTOUGH

text-normalizer
Normalize text string
Stars: ✭ 12 (-81.25%)
Mutual labels:  preprocessing
eliminate
Delete files and directories without all the bullshit.
Stars: ✭ 51 (-20.31%)
Mutual labels:  io
BrainPrep
Preprocessing pipeline on Brain MR Images through FSL and ANTs, including registration, skull-stripping, bias field correction, enhancement and segmentation.
Stars: ✭ 107 (+67.19%)
Mutual labels:  preprocessing
BBIOConfig
A GUI for the BB universal IO
Stars: ✭ 39 (-39.06%)
Mutual labels:  io
tweets-preprocessor
Repo containing the Twitter preprocessor module, developed by the AUTH OSWinds team
Stars: ✭ 26 (-59.37%)
Mutual labels:  preprocessing
GeoJSON.jl
Utilities for working with GeoJSON data in Julia
Stars: ✭ 46 (-28.12%)
Mutual labels:  io
Preprocessing-Method-for-STEMI-Detection
Official source code of "Preprocessing Method for Performance Enhancement in CNN-based STEMI Detection from 12-lead ECG"
Stars: ✭ 12 (-81.25%)
Mutual labels:  preprocessing
TD-PostEffectShader
PostEffect Shaders(GLSL) for TouchDesigner
Stars: ✭ 12 (-81.25%)
Mutual labels:  postprocessing
skippa
SciKIt-learn Pipeline in PAndas
Stars: ✭ 33 (-48.44%)
Mutual labels:  preprocessing
sio-go
Authenticated encryption for streams in Go
Stars: ✭ 21 (-67.19%)
Mutual labels:  io
console4cats
💻 Effect-type agnostic Console I/O for Cats Effect (archived, use Cats Effect 3 instead)
Stars: ✭ 55 (-14.06%)
Mutual labels:  io
toyhttpd
I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 和 Java NIO 实现了简单的 HTTP Server
Stars: ✭ 43 (-32.81%)
Mutual labels:  io
dropEst
Pipeline for initial analysis of droplet-based single-cell RNA-seq data
Stars: ✭ 71 (+10.94%)
Mutual labels:  preprocessing
reactor
Asynchronous Event Driven IO for .NET
Stars: ✭ 40 (-37.5%)
Mutual labels:  io
postcss-each
PostCSS plugin to iterate through values
Stars: ✭ 93 (+45.31%)
Mutual labels:  preprocessing
veridical-flow
Making it easier to build stable, trustworthy data-science pipelines.
Stars: ✭ 28 (-56.25%)
Mutual labels:  preprocessing
pywedge
Makes Interactive Chart Widget, Cleans raw data, Runs baseline models, Interactive hyperparameter tuning & tracking
Stars: ✭ 49 (-23.44%)
Mutual labels:  preprocessing
podium
Podium: a framework agnostic Python NLP library for data loading and preprocessing
Stars: ✭ 55 (-14.06%)
Mutual labels:  preprocessing
preprocess-conll05
Scripts for preprocessing the CoNLL-2005 SRL dataset.
Stars: ✭ 17 (-73.44%)
Mutual labels:  preprocessing
Ogar3
A better version of Ogar
Stars: ✭ 22 (-65.62%)
Mutual labels:  io

Unit tests

What is PyTOUGH?

PyTOUGH (Python TOUGH) is a Python library for simplifying, extending and automating the use of the TOUGH2 subsurface fluid and heat flow simulator. Using PyTOUGH, it is possible to automate the creation and editing of TOUGH2 model grids and data files, and the analysis and display of model simulation results, using Python scripts.

Installing PyTOUGH:

First, make sure you have Python and the Numerical Python library installed on your machine. (For some features you will need other libraries such as Scientific Python or Matplotlib- consult the user guide for details.)

Click the Clone or download button at the right of the PyTOUGH web page and then click Download ZIP , and save the .zip file to your computer. Unzip this to any directory on your computer. This will create a directory containing a file called setup.py. At the command line type python setup.py install.

(Alternatively, if you are confident using the Git version control system, you can clone the PyTOUGH repository instead of downloading a .zip file.)

More information:

For more detailed information on PyTOUGH, consult the user guide (PDF format, in the 'doc' directory of your PyTOUGH install) and the PyTOUGH wiki, which has links to published articles on PyTOUGH.

What's new in PyTOUGH?

The latest stable version is 1.5.5, which has:

  • various bug fixes and other minor enhancements.

Where's the user guide?

Since PyTOUGH version 1.3.6, the PyTOUGH user guide (PyTOUGH-guide.pdf) is now included in the 'doc' directory of your PyTOUGH install. Previously this was available separately from the 'Downloads' section on the website, but GitHub decided to phase out this 'Downloads' section.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].