geophysics-ubonn / reda

Licence: MIT license
Reproducible Electrical Data Analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to reda

Yt
Main yt repository
Stars: ✭ 279 (+1892.86%)
Mutual labels:  analysis, geophysics
pssa
Singular Spectrum Analysis for time series forecasting in Python
Stars: ✭ 119 (+750%)
Mutual labels:  analysis
lua-complete
A Lua code completer
Stars: ✭ 21 (+50%)
Mutual labels:  analysis
teaching-computational-geophysics
Additional material for computational geophysics course
Stars: ✭ 35 (+150%)
Mutual labels:  geophysics
microarray-analysis
Materials on the analysis of microarray expression data; focus on re-analysis of public data ( http://tinyurl.com/cruk-microarray)
Stars: ✭ 44 (+214.29%)
Mutual labels:  analysis
healthyR
Hospital Data Analysis Workflow Tools
Stars: ✭ 21 (+50%)
Mutual labels:  analysis
common-osint-model
Converting data from services like Censys and Shodan to a common data model
Stars: ✭ 35 (+150%)
Mutual labels:  analysis
ioBroker.sourceanalytix
Detailed analysis of your Energy, gas and liquid consumptions
Stars: ✭ 61 (+335.71%)
Mutual labels:  analysis
gismo
Gismo is a free Grasshopper plugin for GIS environmental analysis
Stars: ✭ 67 (+378.57%)
Mutual labels:  analysis
mal-analysis
github repo for MyAnimeList analysis. Also links to the MAL dataset.
Stars: ✭ 31 (+121.43%)
Mutual labels:  analysis
swap-detector
A library for detecting swapped arguments in function calls, and a Clang Static Analyzer plugin used to demonstrate the library.
Stars: ✭ 19 (+35.71%)
Mutual labels:  analysis
TIGMINT
TIGMINT: OSINT (Open Source Intelligence) GUI software framework
Stars: ✭ 195 (+1292.86%)
Mutual labels:  analysis
R-code-for-finance
R code for finance
Stars: ✭ 19 (+35.71%)
Mutual labels:  analysis
DomainCAT
Domain Connectivity Analysis Tools to analyze aggregate connectivity patterns across a set of domains during security investigations
Stars: ✭ 34 (+142.86%)
Mutual labels:  analysis
flashmingo
Automatic analysis of SWF files based on some heuristics. Extensible via plugins.
Stars: ✭ 117 (+735.71%)
Mutual labels:  analysis
SWELF
Simple Windows Event Log Forwarder (SWELF). Its easy to use/simply works Log Forwarder and EVTX Parser. Almost in full release here at https://github.com/ceramicskate0/SWELF/releases/latest.
Stars: ✭ 23 (+64.29%)
Mutual labels:  analysis
ERTplot
Script to plot 2D electrical resistivity tomography (ERT) data with much more versatility than RES2DINV allows.
Stars: ✭ 15 (+7.14%)
Mutual labels:  geophysics
lints
Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command
Stars: ✭ 14 (+0%)
Mutual labels:  analysis
vulnscan
A static binary vulnerability scanner
Stars: ✭ 47 (+235.71%)
Mutual labels:  analysis
yt astro analysis
yt astrophysical analysis modules
Stars: ✭ 18 (+28.57%)
Mutual labels:  analysis

REDA - Reproducible Electrical Data Analysis

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

Latest release: 0.1.6 (11. July 2022)

See !releases page for a complete list of releases. Releases are also published to !Pypi.

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 contact us if you wish to use it or miss a specific functionality. Please see the status page for more information.

In which scenarios is reda useful?

Import data from a device-specific file format

Example::

import reda
ert = reda.ERT()
ert.import_syscal_bin('data_from_a_syscal_device.bin')
print(ert.data[['a', 'b', 'm', 'n', 'r']])

See the !status page for supported device/software file formats.

Installation

Install latest release from PyPI (https://pypi.org/project/reda/):

pip install reda

Install current development version from git:

pip install git+https://github.com/geophysics-ubonn/reda

For more information, refer to the !installation page of the documentation.

Documentation

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

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).

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].