https://github.com/cmeessen/pygms

pyGMS: lithosphere-scale rheological analyses of GMS models in Python

https://github.com/cmeessen/pygms

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.1%) to scientific vocabulary

Keywords

geology geophysics lithosphere-strength rheology
Last synced: 11 months ago · JSON representation

Repository

pyGMS: lithosphere-scale rheological analyses of GMS models in Python

Basic Info
Statistics
  • Stars: 3
  • Watchers: 0
  • Forks: 3
  • Open Issues: 1
  • Releases: 1
Topics
geology geophysics lithosphere-strength rheology
Created about 7 years ago · Last pushed almost 7 years ago
Metadata Files
Readme Changelog License

README.md

pyGMS

License: GPL v3 DOI Codacy Badge Codacy Badge

pyGMS is a Python 3 module designed to analyse the rheological behaviour of lithosphere-scale 3D structural models that were created with the GeoModellingSystem (GMS, GFZ Potsdam). pyGMS was originally written for the purpose of plotting yield strength envelope cross sections for my PhD thesis.

Installation

This is a short version of the installation instructions. For a more detailed version visit the documentation.

```bash

Clone the repository

git clone git@github.com:cmeessen/pyGMS.git

Create an Anaconda environment

cd pyGMS conda env create -f environment.yml

Install with pip

conda activate pygms pip install -e .

Install some dependencies to be able to see the kernel in Jupyter notebooks

conda install -c conda-forge nbcondakernels ```

Documentation

Please have a look at the documentation for information on how to install and use pyGMS.

Contributing

If you find bugs, have a feature wish or a pull request, please open an issue.

Preparing a pull request

Before preparing a pull request make sure to

  • comment the code
  • update CHANGELOG
  • check code style (make pycodestyle)
  • add a test if the contribution adds a new feature or fixes a bug
  • update the documentation (cd docs/sphinx && make html && make gh-pages)
  • run make coverage (maintainers only)

Owner

  • Name: Christian Meeßen
  • Login: cmeessen
  • Kind: user
  • Location: Germany
  • Company: GFZ Potsdam

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 60
  • Total Committers: 1
  • Avg Commits per committer: 60.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Christian Meeßen 1****n 60

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 36 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cmeessen (1)
Pull Request Authors
  • cmeessen (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Dependencies

environment.yml conda
  • coverage
  • cython
  • doc8
  • flake8
  • ipython
  • m2r
  • matplotlib
  • nb_conda_kernels
  • numpy
  • pandas
  • pep8
  • pip
  • pydocstyle
  • python 3.*
  • scipy
  • sphinx
  • sphinx_rtd_theme
  • sphinxcontrib-bibtex