An open API service indexing awesome lists of open source software.

https://github.com/fatiando/wavefd

2D finite difference seismic wave propagation
https://github.com/fatiando/wavefd

Last synced: about 1 year ago
JSON representation

2D finite difference seismic wave propagation

Awesome Lists containing this project

README

          

WaveFD
========

**Finite difference seismic wave propagation**

.. image:: http://img.shields.io/pypi/v/wavefd.svg?style=flat-square
:alt: Latest version on PyPI
:target: https://pypi.python.org/pypi/wavefd
.. image:: http://img.shields.io/travis/fatiando/wavefd/master.svg?style=flat-square&label=linux|osx
:alt: Travis CI build status
:target: https://travis-ci.org/fatiando/wavefd
.. image:: https://img.shields.io/codecov/c/github/fatiando/wavefd/master.svg?style=flat-square
:alt: Test coverage status
:target: https://codecov.io/gh/fatiando/wavefd
.. image:: https://img.shields.io/codacy/grade/e73169dcb8454b3bb0f6cc5389b228b4.svg?style=flat-square&label=codacy
:alt: Code quality grade on codacy
:target: https://www.codacy.com/app/leouieda/wavefd
.. image:: https://img.shields.io/pypi/pyversions/wavefd.svg?style=flat-square
:alt: Compatible Python versions.
:target: https://pypi.python.org/pypi/wavefd
.. image:: https://img.shields.io/gitter/room/fatiando/fatiando.svg?style=flat-square
:alt: Chat room on Gitter
:target: https://gitter.im/fatiando/fatiando

Disclaimer
----------

**This package in early stages of design and implementation.**

We welcome any feedback and ideas!
Let us know by submitting
`issues on Github `__
or send us a message on our
`Gitter chatroom `__.

Project goals
-------------

* Simple 2D elastic seismic wave propagation.
* Integration with the Jupyter notebook.
* Use for education first.

Contacting Us
-------------

* Most discussion happens `on Github `__.
Feel free to `open an issue
`__ or comment
on any open issue or pull request.
* We have `chat room on Gitter `__
where you can ask questions and leave comments.

Contributing
------------

Code of conduct
+++++++++++++++

Please note that this project is released with a
`Contributor Code of Conduct `__.
By participating in this project you agree to abide by its terms.

Contributing Guidelines
+++++++++++++++++++++++

Please read our
`Contributing Guide `__
to see how you can help and give feedback.

Imposter syndrome disclaimer
++++++++++++++++++++++++++++

**We want your help.** No, really.

There may be a little voice inside your head that is telling you that you're
not ready to be an open source contributor; that your skills aren't nearly good
enough to contribute.
What could you possibly offer?

We assure you that the little voice in your head is wrong.

**Being a contributor doesn't just mean writing code**.
Equally important contributions include:
writing or proof-reading documentation, suggesting or implementing tests, or
even giving feedback about the project (including giving feedback about the
contribution process).
If you're coming to the project with fresh eyes, you might see the errors and
assumptions that seasoned contributors have glossed over.
If you can write any code at all, you can contribute code to open source.
We are constantly trying out new skills, making mistakes, and learning from
those mistakes.
That's how we all improve and we are happy to help others learn.

*This disclaimer was adapted from the*
`MetPy project `__.

Related projects
----------------

License
-------

This is free software: you can redistribute it and/or modify it under the terms
of the **BSD 3-clause License**. A copy of this license is provided in
``LICENSE.txt``.