Skip to content

limbrock/reda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REDA - Reproducible Electrical Data Analysis

Build Status License: MIT Join the chat at https://gitter.im/geophysics-ubonn/reda

REDA is a scientific Python library for reproducible geoelectrical data analysis. It aims to provide a unified interface for common and advanced data processing steps while bridging the gap between a multitude of geoelectric measurement devices and inversion codes used across the geophysical community. It offers functionality to import, analyze, process, visualize, and export geoelectrical data with particular emphasis on time-lapse functionality and reproducibility. The latter is realized in the form of a logging system, which keeps track of each individual processing step applied to particular data set in a human-readable journal. REDA is platform compatible, tested and open-source under the permissive MIT license. Any contributions from the community are highly welcome.

REDA is a work-in-progress. Please get contact us if you wish to use it and feel lost or are missing functionality. A lot of things can be added easily, especially missing functionality.

Installation

Install latest release from PyPI:

pip install reda

Install current development version from git:

git clone https://github.com/geophysics-ubonn/reda
cd reda

# 1) Installing dependencies with pip
pip install -r requirements.txt
# 2) Installing dependencies with conda
conda install --file requirements.txt

python setup.py install

Documentation

An online version of the docs can be found here: https://geophysics-ubonn.github.io/reda/documentation/

Contributing

We look forward to any type of contributions:

  • code contribution
  • example contributions
  • documentation help
  • issuing bug reports

If in doubt, use the gitter chat to contact us (click the Gitter badge above to join the chat).

About

Reproducible Electrical Data Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%