├── .gitattributes ├── media └── icon │ ├── c.png │ ├── elm.png │ ├── git.png │ ├── go.png │ ├── php.png │ ├── r.png │ ├── ssh.png │ ├── vim.png │ ├── yii.png │ ├── apple.png │ ├── atom.png │ ├── babel.png │ ├── bower.png │ ├── css3.png │ ├── cuda.png │ ├── d3js.png │ ├── fork.png │ ├── gimp.png │ ├── grunt.png │ ├── html5.png │ ├── ie10.png │ ├── ionic.png │ ├── java.png │ ├── jeet.png │ ├── julia.png │ ├── linux.png │ ├── mysql.png │ ├── nginx.png │ ├── react.png │ ├── redis.png │ ├── ruby.png │ ├── sass.png │ ├── shell.png │ ├── slack.png │ ├── swift.png │ ├── vuejs.png │ ├── yarn.png │ ├── android.png │ ├── apache.png │ ├── awesome.png │ ├── behance.png │ ├── cakephp.png │ ├── ceylon.png │ ├── chrome.png │ ├── couchdb.png │ ├── csharp.png │ ├── debian.png │ ├── devicon.png │ ├── django.png │ ├── docker.png │ ├── doctrine.png │ ├── dot-net.png │ ├── drupal.png │ ├── electron.png │ ├── equinor.png │ ├── erlang.png │ ├── express.png │ ├── facebook.png │ ├── firefox.png │ ├── fortran.png │ ├── github.png │ ├── gitlab.png │ ├── google.png │ ├── heroku.png │ ├── inkscape.png │ ├── intellij.png │ ├── jquery.png │ ├── krakenjs.png │ ├── linkedin.png │ ├── matlab.png │ ├── meteor.png │ ├── mongodb.png │ ├── moodle.png │ ├── nodejs.png │ ├── oracle.png │ ├── paraview.png │ ├── phpstorm.png │ ├── pycharm.png │ ├── python.png │ ├── redhat.png │ ├── rubymine.png │ ├── safari.png │ ├── sketch.png │ ├── stylus.png │ ├── symfony.png │ ├── tomcat.png │ ├── twitter.png │ ├── vagrant.png │ ├── webpack.png │ ├── webstorm.png │ ├── windows8.png │ ├── angularjs.png │ ├── backbonejs.png │ ├── bitbucket.png │ ├── confluence.png │ ├── cplusplus.png │ ├── foundation.png │ ├── handlebars.png │ ├── javascript.png │ ├── jetbrains.png │ ├── nodewebkit.png │ ├── petrobras.png │ ├── postgresql.png │ ├── sequelize.png │ ├── sourcetree.png │ ├── typescript.png │ ├── wordpress.png │ ├── appcelerator.png │ ├── coffeescript.png │ └── amazonwebservices.png ├── .travis.yml ├── .github └── PULL_REQUEST_TEMPLATE.md ├── contributing.md ├── code-of-conduct.md ├── LICENSE ├── awesome.md └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | readme.md merge=union 3 | -------------------------------------------------------------------------------- /media/icon/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/c.png -------------------------------------------------------------------------------- /media/icon/elm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/elm.png -------------------------------------------------------------------------------- /media/icon/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/git.png -------------------------------------------------------------------------------- /media/icon/go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/go.png -------------------------------------------------------------------------------- /media/icon/php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/php.png -------------------------------------------------------------------------------- /media/icon/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/r.png -------------------------------------------------------------------------------- /media/icon/ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/ssh.png -------------------------------------------------------------------------------- /media/icon/vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/vim.png -------------------------------------------------------------------------------- /media/icon/yii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/yii.png -------------------------------------------------------------------------------- /media/icon/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/apple.png -------------------------------------------------------------------------------- /media/icon/atom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/atom.png -------------------------------------------------------------------------------- /media/icon/babel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/babel.png -------------------------------------------------------------------------------- /media/icon/bower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/bower.png -------------------------------------------------------------------------------- /media/icon/css3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/css3.png -------------------------------------------------------------------------------- /media/icon/cuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/cuda.png -------------------------------------------------------------------------------- /media/icon/d3js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/d3js.png -------------------------------------------------------------------------------- /media/icon/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/fork.png -------------------------------------------------------------------------------- /media/icon/gimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/gimp.png -------------------------------------------------------------------------------- /media/icon/grunt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/grunt.png -------------------------------------------------------------------------------- /media/icon/html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/html5.png -------------------------------------------------------------------------------- /media/icon/ie10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/ie10.png -------------------------------------------------------------------------------- /media/icon/ionic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/ionic.png -------------------------------------------------------------------------------- /media/icon/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/java.png -------------------------------------------------------------------------------- /media/icon/jeet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/jeet.png -------------------------------------------------------------------------------- /media/icon/julia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/julia.png -------------------------------------------------------------------------------- /media/icon/linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/linux.png -------------------------------------------------------------------------------- /media/icon/mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/mysql.png -------------------------------------------------------------------------------- /media/icon/nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/nginx.png -------------------------------------------------------------------------------- /media/icon/react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/react.png -------------------------------------------------------------------------------- /media/icon/redis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/redis.png -------------------------------------------------------------------------------- /media/icon/ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/ruby.png -------------------------------------------------------------------------------- /media/icon/sass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/sass.png -------------------------------------------------------------------------------- /media/icon/shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/shell.png -------------------------------------------------------------------------------- /media/icon/slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/slack.png -------------------------------------------------------------------------------- /media/icon/swift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/swift.png -------------------------------------------------------------------------------- /media/icon/vuejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/vuejs.png -------------------------------------------------------------------------------- /media/icon/yarn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/yarn.png -------------------------------------------------------------------------------- /media/icon/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/android.png -------------------------------------------------------------------------------- /media/icon/apache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/apache.png -------------------------------------------------------------------------------- /media/icon/awesome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/awesome.png -------------------------------------------------------------------------------- /media/icon/behance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/behance.png -------------------------------------------------------------------------------- /media/icon/cakephp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/cakephp.png -------------------------------------------------------------------------------- /media/icon/ceylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/ceylon.png -------------------------------------------------------------------------------- /media/icon/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/chrome.png -------------------------------------------------------------------------------- /media/icon/couchdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/couchdb.png -------------------------------------------------------------------------------- /media/icon/csharp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/csharp.png -------------------------------------------------------------------------------- /media/icon/debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/debian.png -------------------------------------------------------------------------------- /media/icon/devicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/devicon.png -------------------------------------------------------------------------------- /media/icon/django.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/django.png -------------------------------------------------------------------------------- /media/icon/docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/docker.png -------------------------------------------------------------------------------- /media/icon/doctrine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/doctrine.png -------------------------------------------------------------------------------- /media/icon/dot-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/dot-net.png -------------------------------------------------------------------------------- /media/icon/drupal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/drupal.png -------------------------------------------------------------------------------- /media/icon/electron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/electron.png -------------------------------------------------------------------------------- /media/icon/equinor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/equinor.png -------------------------------------------------------------------------------- /media/icon/erlang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/erlang.png -------------------------------------------------------------------------------- /media/icon/express.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/express.png -------------------------------------------------------------------------------- /media/icon/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/facebook.png -------------------------------------------------------------------------------- /media/icon/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/firefox.png -------------------------------------------------------------------------------- /media/icon/fortran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/fortran.png -------------------------------------------------------------------------------- /media/icon/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/github.png -------------------------------------------------------------------------------- /media/icon/gitlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/gitlab.png -------------------------------------------------------------------------------- /media/icon/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/google.png -------------------------------------------------------------------------------- /media/icon/heroku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/heroku.png -------------------------------------------------------------------------------- /media/icon/inkscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/inkscape.png -------------------------------------------------------------------------------- /media/icon/intellij.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/intellij.png -------------------------------------------------------------------------------- /media/icon/jquery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/jquery.png -------------------------------------------------------------------------------- /media/icon/krakenjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/krakenjs.png -------------------------------------------------------------------------------- /media/icon/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/linkedin.png -------------------------------------------------------------------------------- /media/icon/matlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/matlab.png -------------------------------------------------------------------------------- /media/icon/meteor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/meteor.png -------------------------------------------------------------------------------- /media/icon/mongodb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/mongodb.png -------------------------------------------------------------------------------- /media/icon/moodle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/moodle.png -------------------------------------------------------------------------------- /media/icon/nodejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/nodejs.png -------------------------------------------------------------------------------- /media/icon/oracle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/oracle.png -------------------------------------------------------------------------------- /media/icon/paraview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/paraview.png -------------------------------------------------------------------------------- /media/icon/phpstorm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/phpstorm.png -------------------------------------------------------------------------------- /media/icon/pycharm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/pycharm.png -------------------------------------------------------------------------------- /media/icon/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/python.png -------------------------------------------------------------------------------- /media/icon/redhat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/redhat.png -------------------------------------------------------------------------------- /media/icon/rubymine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/rubymine.png -------------------------------------------------------------------------------- /media/icon/safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/safari.png -------------------------------------------------------------------------------- /media/icon/sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/sketch.png -------------------------------------------------------------------------------- /media/icon/stylus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/stylus.png -------------------------------------------------------------------------------- /media/icon/symfony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/symfony.png -------------------------------------------------------------------------------- /media/icon/tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/tomcat.png -------------------------------------------------------------------------------- /media/icon/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/twitter.png -------------------------------------------------------------------------------- /media/icon/vagrant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/vagrant.png -------------------------------------------------------------------------------- /media/icon/webpack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/webpack.png -------------------------------------------------------------------------------- /media/icon/webstorm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/webstorm.png -------------------------------------------------------------------------------- /media/icon/windows8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/windows8.png -------------------------------------------------------------------------------- /media/icon/angularjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/angularjs.png -------------------------------------------------------------------------------- /media/icon/backbonejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/backbonejs.png -------------------------------------------------------------------------------- /media/icon/bitbucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/bitbucket.png -------------------------------------------------------------------------------- /media/icon/confluence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/confluence.png -------------------------------------------------------------------------------- /media/icon/cplusplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/cplusplus.png -------------------------------------------------------------------------------- /media/icon/foundation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/foundation.png -------------------------------------------------------------------------------- /media/icon/handlebars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/handlebars.png -------------------------------------------------------------------------------- /media/icon/javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/javascript.png -------------------------------------------------------------------------------- /media/icon/jetbrains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/jetbrains.png -------------------------------------------------------------------------------- /media/icon/nodewebkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/nodewebkit.png -------------------------------------------------------------------------------- /media/icon/petrobras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/petrobras.png -------------------------------------------------------------------------------- /media/icon/postgresql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/postgresql.png -------------------------------------------------------------------------------- /media/icon/sequelize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/sequelize.png -------------------------------------------------------------------------------- /media/icon/sourcetree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/sourcetree.png -------------------------------------------------------------------------------- /media/icon/typescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/typescript.png -------------------------------------------------------------------------------- /media/icon/wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/wordpress.png -------------------------------------------------------------------------------- /media/icon/appcelerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/appcelerator.png -------------------------------------------------------------------------------- /media/icon/coffeescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/coffeescript.png -------------------------------------------------------------------------------- /media/icon/amazonwebservices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mralbu/awesome-reservoir-engineering/HEAD/media/icon/amazonwebservices.png -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 2.4.1 3 | before_script: gem install awesome_bot 4 | script: awesome_bot --skip-save-results README.md --white-list travis-ci --allow 503 5 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Project name: 5 | 6 | Project website/repository: 7 | 8 | License: 9 | 10 | 11 | 12 | 13 | Checklist for new projects: 14 | 15 | 16 | - [ ] Project is [`certified awesome`](awesome.md) 17 | 18 | 19 | - [ ] The project is [open-source](https://opensource.org/licenses/alphabetical) and accessible. 20 | - [ ] Searched the existing entries to make sure this is not a duplicate. 21 | - [ ] Contains only a single addition (make separate PRs if adding more than one). 22 | - [ ] Added the link to the bottom of the relevant category. 23 | - [ ] Created a new category only if necessary. 24 | 25 | 26 | - [ ] Link the repo rather than the website/documentation 27 | - [ ] Installation instructions present 28 | - [ ] Documentation looks great 29 | - [ ] Examples or Tutorials to follow 30 | - [ ] Tests and Travis CI running 31 | 32 | 33 | - [ ] Easily Accessible 34 | - [ ] Comprehensive and Appealing 35 | 36 | 37 | - [ ] Add icon from the `media/icon/` folder if applicable (like `![Python](media/icon/python.png)` ). 38 | - [ ] Checked spelling and grammar. 39 | - [ ] Removed trailing whitespace and periods. 40 | - [ ] Confirm the dash – is not a minus -. 41 | - [ ] Used [title-casing](http://titlecapitalization.com) (AP style) for project name. 42 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please note that this project is released with a 4 | [Contributor Code of Conduct](code-of-conduct.md). By participating in this 5 | project you agree to abide by its terms. 6 | 7 | ## Adding something to an awesome list 8 | 9 | If you have something awesome to contribute to an awesome list, this is how you do it. 10 | 11 | You'll need a [GitHub account](https://github.com/join)! 12 | 13 | 1. Access the awesome list's GitHub page. For example: https://github.com/sindresorhus/awesome 14 | 2. Click on the `README.md` file: ![Step 2 Click on README.md](https://cloud.githubusercontent.com/assets/170270/9402920/53a7e3ea-480c-11e5-9d81-aecf64be55eb.png) 15 | 3. Now click on the edit icon. ![Step 3 - Click on Edit](https://cloud.githubusercontent.com/assets/170270/9402927/6506af22-480c-11e5-8c18-7ea823530099.png) 16 | 4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). ![Step 4 - Edit the file](https://cloud.githubusercontent.com/assets/170270/9402932/7301c3a0-480c-11e5-81f5-7e343b71674f.png) 17 | 5. Say why you're proposing the changes, and then click on "Propose file change". ![Step 5 - Propose Changes](https://cloud.githubusercontent.com/assets/170270/9402937/7dd0652a-480c-11e5-9138-bd14244593d5.png) 18 | 6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)! 19 | 20 | ## Updating your PR 21 | 22 | A lot of times, making a PR adhere to the standards above can be difficult. 23 | If the maintainers notice anything that we'd like changed, we'll ask you to 24 | edit your PR before we merge it. There's no need to open a new PR, just edit 25 | the existing one. If you're not sure how to do that, 26 | [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) 27 | on the different ways you can update your PR so that we can merge it. 28 | 29 | ## Automation 30 | 31 | We have an automatic link checker in place to help us detect broken links. 32 | Your pull request will be checked by our bot that is running on TravisCI. 33 | If everything is OK (all checks at the bottom of the PR page are green), there's nothing 34 | to worry about. 35 | It may however fail for the following reasons: 36 | 37 | * Duplicate entry: Your link already exists in the file. In this case, please close your 38 | PR or let us know if there's a mistake. 39 | * Redirection of link: Your link redirects somewhere else. In this case, please use the 40 | final link after redirection. 41 | 42 | Clicking on the failing build (a red x) will take you to the TravisCI website. 43 | Look at the log to see what went wrong and what needs fixing. 44 | If none of this makes sense to you, let us know and we'll come in and guide you along to 45 | make the contribution a success. 46 | -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, gender identity and expression, level of experience, 9 | nationality, personal appearance, race, religion, or sexual identity and 10 | orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at sindresorhus@gmail.com. All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at [http://contributor-covenant.org/version/1/4][version] 72 | 73 | [homepage]: http://contributor-covenant.org 74 | [version]: http://contributor-covenant.org/version/1/4/ 75 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal 2 | 3 | Statement of Purpose 4 | 5 | The laws of most jurisdictions throughout the world automatically confer 6 | exclusive Copyright and Related Rights (defined below) upon the creator and 7 | subsequent owner(s) (each and all, an "owner") of an original work of 8 | authorship and/or a database (each, a "Work"). 9 | 10 | Certain owners wish to permanently relinquish those rights to a Work for the 11 | purpose of contributing to a commons of creative, cultural and scientific 12 | works ("Commons") that the public can reliably and without fear of later 13 | claims of infringement build upon, modify, incorporate in other works, reuse 14 | and redistribute as freely as possible in any form whatsoever and for any 15 | purposes, including without limitation commercial purposes. These owners may 16 | contribute to the Commons to promote the ideal of a free culture and the 17 | further production of creative, cultural and scientific works, or to gain 18 | reputation or greater distribution for their Work in part through the use and 19 | efforts of others. 20 | 21 | For these and/or other purposes and motivations, and without any expectation 22 | of additional consideration or compensation, the person associating CC0 with a 23 | Work (the "Affirmer"), to the extent that he or she is an owner of Copyright 24 | and Related Rights in the Work, voluntarily elects to apply CC0 to the Work 25 | and publicly distribute the Work under its terms, with knowledge of his or her 26 | Copyright and Related Rights in the Work and the meaning and intended legal 27 | effect of CC0 on those rights. 28 | 29 | 1. Copyright and Related Rights. A Work made available under CC0 may be 30 | protected by copyright and related or neighboring rights ("Copyright and 31 | Related Rights"). Copyright and Related Rights include, but are not limited 32 | to, the following: 33 | 34 | i. the right to reproduce, adapt, distribute, perform, display, communicate, 35 | and translate a Work; 36 | 37 | ii. moral rights retained by the original author(s) and/or performer(s); 38 | 39 | iii. publicity and privacy rights pertaining to a person's image or likeness 40 | depicted in a Work; 41 | 42 | iv. rights protecting against unfair competition in regards to a Work, 43 | subject to the limitations in paragraph 4(a), below; 44 | 45 | v. rights protecting the extraction, dissemination, use and reuse of data in 46 | a Work; 47 | 48 | vi. database rights (such as those arising under Directive 96/9/EC of the 49 | European Parliament and of the Council of 11 March 1996 on the legal 50 | protection of databases, and under any national implementation thereof, 51 | including any amended or successor version of such directive); and 52 | 53 | vii. other similar, equivalent or corresponding rights throughout the world 54 | based on applicable law or treaty, and any national implementations thereof. 55 | 56 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, 57 | applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and 58 | unconditionally waives, abandons, and surrenders all of Affirmer's Copyright 59 | and Related Rights and associated claims and causes of action, whether now 60 | known or unknown (including existing as well as future claims and causes of 61 | action), in the Work (i) in all territories worldwide, (ii) for the maximum 62 | duration provided by applicable law or treaty (including future time 63 | extensions), (iii) in any current or future medium and for any number of 64 | copies, and (iv) for any purpose whatsoever, including without limitation 65 | commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes 66 | the Waiver for the benefit of each member of the public at large and to the 67 | detriment of Affirmer's heirs and successors, fully intending that such Waiver 68 | shall not be subject to revocation, rescission, cancellation, termination, or 69 | any other legal or equitable action to disrupt the quiet enjoyment of the Work 70 | by the public as contemplated by Affirmer's express Statement of Purpose. 71 | 72 | 3. Public License Fallback. Should any part of the Waiver for any reason be 73 | judged legally invalid or ineffective under applicable law, then the Waiver 74 | shall be preserved to the maximum extent permitted taking into account 75 | Affirmer's express Statement of Purpose. In addition, to the extent the Waiver 76 | is so judged Affirmer hereby grants to each affected person a royalty-free, 77 | non transferable, non sublicensable, non exclusive, irrevocable and 78 | unconditional license to exercise Affirmer's Copyright and Related Rights in 79 | the Work (i) in all territories worldwide, (ii) for the maximum duration 80 | provided by applicable law or treaty (including future time extensions), (iii) 81 | in any current or future medium and for any number of copies, and (iv) for any 82 | purpose whatsoever, including without limitation commercial, advertising or 83 | promotional purposes (the "License"). The License shall be deemed effective as 84 | of the date CC0 was applied by Affirmer to the Work. Should any part of the 85 | License for any reason be judged legally invalid or ineffective under 86 | applicable law, such partial invalidity or ineffectiveness shall not 87 | invalidate the remainder of the License, and in such case Affirmer hereby 88 | affirms that he or she will not (i) exercise any of his or her remaining 89 | Copyright and Related Rights in the Work or (ii) assert any associated claims 90 | and causes of action with respect to the Work, in either case contrary to 91 | Affirmer's express Statement of Purpose. 92 | 93 | 4. Limitations and Disclaimers. 94 | 95 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 96 | surrendered, licensed or otherwise affected by this document. 97 | 98 | b. Affirmer offers the Work as-is and makes no representations or warranties 99 | of any kind concerning the Work, express, implied, statutory or otherwise, 100 | including without limitation warranties of title, merchantability, fitness 101 | for a particular purpose, non infringement, or the absence of latent or 102 | other defects, accuracy, or the present or absence of errors, whether or not 103 | discoverable, all to the greatest extent permissible under applicable law. 104 | 105 | c. Affirmer disclaims responsibility for clearing rights of other persons 106 | that may apply to the Work or any use thereof, including without limitation 107 | any person's Copyright and Related Rights in the Work. Further, Affirmer 108 | disclaims responsibility for obtaining any necessary consents, permissions 109 | or other rights required for any use of the Work. 110 | 111 | d. Affirmer understands and acknowledges that Creative Commons is not a 112 | party to this document and has no duty or obligation with respect to this 113 | CC0 or use of the Work. 114 | 115 | For more information, please see 116 | 117 | -------------------------------------------------------------------------------- /awesome.md: -------------------------------------------------------------------------------- 1 | # Our Definition of Awesome 2 | 3 | If you want a project to be included in this `awesome` list, please check our definition of awesome. After all, it's a curation, not a collection. We base it loosely on the [manifesto of the Journal of Open Source Software (JOSS)](https://joss.readthedocs.io/en/latest/review_criteria.html). We say loosely, because their standards are higher. Our definition of awesome is more like guidelines to aim for and less like a strict set of rules. If you're new to coding and aren't sure if something qualifies, submit a pull request following the [contribution guidelines](contributing.md) and maintainers will help you out! 4 | 5 | For now, we choose English as a common language for the list and as acceptable contributions to the list. 6 | 7 | But **what is awesome?** 8 | 9 | # Contents 10 | 11 | - [Open Licensing](#choose-an-appropriate-license) 12 | - [Software](#software) 13 | - [Non - Software](#non-software) 14 | - [Unacceptable](#unacceptable-licenses) 15 | - [Project Community Guidelines](#project-community-guidelines) 16 | - [Publications and Cheat Sheets](#publicationsand-cheat-sheets) 17 | - [Datasets](#datasets) 18 | - [Dataset Documentation](#dataset-documentation) 19 | - [Download Instructions](#download-instructions) 20 | - [Software](#software) 21 | - [Software Documentation](#software-documentation) 22 | - [Readme](#readme) 23 | - [Installation Instructions](#installation-instructions) 24 | - [Examples and Tutorials](#examples-and-tutorials) 25 | - [API Documentation](#api-documentation) 26 | - [Software Tests](#software-tests) 27 | 28 | 29 | 30 | # Choose an appropriate license 31 | 32 | Need help? 33 | 34 | **http://choosealicense.com/** 35 | 36 | There should be an [Open Software Initiative](https://opensource.org/licenses/) or [Free Software Foundation](https://www.fsf.org/licensing/licenses/) approved license file for software included in the repository. Keep in mind that if you [haven't selected a license](http://choosealicense.com/no-license/), it very likely means the people are *not* allowed to reproduce, distribute or create derivative works. 37 | 38 | ## Software 39 | Common licenses for software are [found here](http://choosealicense.com/): 40 | * [Apache License 2.0](https://opensource.org/licenses/Apache-2.0) 41 | * [BSD 3-Clause "New" or "Revised" license](https://opensource.org/licenses/BSD-3-Clause) 42 | * [BSD 2-Clause "Simplified" or "FreeBSD" license](https://opensource.org/licenses/BSD-2-Clause) 43 | * [GNU General Public License (GPL)](https://opensource.org/licenses/gpl-license) 44 | * [GNU Library or "Lesser" General Public License (LGPL)](https://opensource.org/licenses/lgpl-license) 45 | * [MIT license](https://opensource.org/licenses/MIT) 46 | 47 | ## Non-Software 48 | Non-software typically use Creative Commons: 49 | * [CC0](https://creativecommons.org/publicdomain/zero/1.0/) 50 | * [CC-BY](https://creativecommons.org/licenses/by/4.0/). 51 | * [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/). 52 | * Code licenses like MIT, BSD, GPL, and so forth are **not** recommended for this type. 53 | 54 | ## Unacceptable Licenses 55 | Some licenses that are ***not*** open and **cannot be included**: 56 | * [No license](http://choosealicense.com/no-license/) 57 | * [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/) 58 | * [CC-BY-ND](https://creativecommons.org/licenses/by-nd/4.0/) 59 | * [NASA Open Source Agreement](http://directory.fsf.org/wiki/License:NASA-OSA_v1.3) 60 | * [Microsoft's Shared Source CLI, C#, and Jscript License](http://directory.fsf.org/wiki/License:Ms-SS) 61 | * [Oculus Rift SDK License](http://directory.fsf.org/wiki/License:Oculus_VR_Rift_SDK_License) 62 | * More exhaustive lists: [Software](http://www.gnu.org/licenses/license-list.html#NonFreeSoftwareLicenses) and [Others](http://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses) 63 | 64 | | ▲ [Top](#our-definition-of-awesome) | 65 | | --- | 66 | 67 | # Project Community Guidelines 68 | 69 | Awesome projects make it easy to get involved with. Tell the community, how you would like your issues and pull requests and how you credit them when they contribute to the software, report issues or problems with the software or simply seek support. 70 | 71 | 72 | | ▲ [Top](#our-definition-of-awesome) | 73 | | --- | 74 | 75 | # Datasets 76 | 77 | Awesome datasets need an open license and should be accessible. Ideally, they should be obtainable online, without sign-up. We appreciate that sometimes data portals with sign-ups are necessary. The sign-up for these portals *must be* automatic, meaning no long wait for response, and *cannot* limit usage of the data, meaning license restrictions that would make it non-open. 78 | 79 | Awesome: Open downloadable data like an S3 bucket, API, kaggle dataset, or data.world dataset. 80 | Awesome-ish (we get it, sometimes it's necessary): Data Portal with sign-up 81 | Bad (not acceptable): Contact the authors / maintainers and ask for the thing in the back of the cabinet. 82 | 83 | ## Dataset Documentation 84 | 85 | Awesome datasets contain a full description of the data included and information about acquisition, processing and ideally reference implementations of loading and visualization of the adata. 86 | 87 | ## Download Instructions 88 | 89 | Awesome datasets make it easy to obtain the data. Tell the community, how they can best obtain the data in the most stable way. 90 | 91 | 92 | | ▲ [Top](#our-definition-of-awesome) | 93 | | --- | 94 | 95 | # Publications and Cheat Sheets 96 | 97 | Awesome publications make it easy for the reader to navigate and obtain the information they need. These publications condense information in a unique way or offer a complete, exhaustive and comprehensive overview of a topic. 98 | 99 | 100 | | ▲ [Top](#our-definition-of-awesome) | 101 | | --- | 102 | 103 | # Software 104 | 105 | Awesome software is easy to install, beautifully documented with great examples and fully tested to ensure functionality. We go into more detail in the following sections. 106 | 107 | ## Software Documentation 108 | 109 | For a project to be awesome, documentation should be awesome. Look at our awesome list, we're trying to make this look good and people appreciate it. All of this was achieved with good formatting via [Markdown](https://en.wikipedia.org/wiki/Markdown) in the Readme. If you really enjoy a project, but find the documentation is weak, that might be a great way to contribute to that project! 110 | 111 | ### Readme 112 | The readme of the repository should be well formatted and contain the gist of the project, and links all the following points, that ideally should be part of the larger documentation. 113 | 114 | ### Installation Instructions 115 | 116 | Awesome software makes it easy to use and include in your programming environment. In Python, Pypi and Conda make package management extremely powerful, ideally the software should be included in at least one of these. Gemfiles for Ruby, or NPM for nodejs are equally great for serving the software. 117 | 118 | Awesome: A package management file such as a Gemfile or requirements.txt or equivalent 119 | Awesome-ish (it's missing some of the magic): A list of dependencies to install 120 | Bad (not acceptable): Reliance on other software not listed by the authors 121 | 122 | ### Examples and Tutorials 123 | 124 | Sometimes it can be a little non-obvious how to get the software started. An awesome project includes tutorials and examples how to use the software. This is another easy way to contribute to a project. If you think it is awesome, you've likely already made something that can be used as an example. 125 | 126 | ### API Documentation 127 | 128 | The API, or the collection of functionality should be described in the documentation. Making people guess if it's `xy.from_csv`, `xy.read_csv`, or `xy.load_csv` is less than Awesome. Better let them know and choose good defaults that can be changed regardless for all the edge cases that appear along the way. 129 | 130 | Uber-Awesome: All functions methods have tutorials and examples. 131 | Awesome: All functions/methods are documented including example inputs and outputs 132 | Awesome-ish (it could be so much more awesome though): Core API functionality is documented 133 | Bad (not acceptable): API is completely undocumented 134 | 135 | ## Software Tests 136 | 137 | > Untested code is broken code. 138 | 139 | Awesome projects make sure their code is working, ideally by automatic tests with full coverage of their software package. Remember many automatic Continuous Integration (CI) tools, offer discounts or free functionality to open source projects. 140 | 141 | Tests can also be non-applicable for certain projects and are sometimes really hard to implement, if you're not sure whether the tests are acceptable, just let us know in the pull request and the maintainers will figure it out with you. 142 | 143 | Uber-Awesome: Full coverage of all tests, automatically executed and instructions to test by hand 144 | Awesome: An automated test suite hooked up to an external service such as Travis-CI or similar 145 | Awesome-ish (If we're in a really good mood): Documented manual steps that can be followed to objectively check the expected functionality of the software 146 | 147 | 148 | | ▲ [Top](#our-definition-of-awesome) | 149 | | --- | 150 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Reservoir Engineering 2 | > Reservoir Engineering is [awesome](awesome.md). 3 | 4 | [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![License](https://img.shields.io/github/license/softwareunderground/awesome-open-geoscience.svg)](LICENSE) 5 | 6 | Open reservoir engineering is even more awesome, so we made a list. This list is curated from repositories that make our lives as reservoir engineers, hackers and data wranglers easier or just more awesome. In accordance with the awesome manifesto, we add awesome repositories. We are open to [contributions](contributing.md) of course, this is a community effort after all. 7 | 8 | ## Contents 9 | 10 | - [Awesome Reservoir Engineering](#awesome-reservoir-engineering) 11 | - [Contents](#contents) 12 | - [Related Awesome](#related-awesome) 13 | - [Software](#software) 14 | - [Reservoir Simulation](#reservoir-simulation) 15 | - [History Matching and Uncertainty Analysis](#history-matching-and-uncertainty-analysis) 16 | - [Petrophysics](#petrophysics) 17 | - [PVT Analysis](#pvt-analysis) 18 | - [Rock-Fluid Interaction](#rock-fluid-interaction) 19 | - [Geology and Geophysics](#geology-and-geophysics) 20 | - [Geostatistics](#geostatistics) 21 | - [Geomechanics](#geomechanics) 22 | - [Data Repositories](#data-repositories) 23 | - [Tutorials and Cheat Sheets](#tutorials-and-cheat-sheets) 24 | - [Miscellaneous](#miscellaneous) 25 | - [How to Contribute](#how-to-contribute) 26 | - [License](#license) 27 | 28 | ## Related Awesome 29 | - [Awesome Open Geoscience](https://github.com/softwareunderground/awesome-open-geoscience) - ![Awesome](media/icon/awesome.png) ![](media/icon/fork.png) Awesome list for open source geoscience tools 30 | - [Awesome Python Chemistry](https://github.com/lmmentel/awesome-python-chemistry) - ![Awesome](media/icon/awesome.png) Awesome list for chemistry open software in python 31 | 32 | | ▲ [Top](#awesome-reservoir-engineering) | 33 | | --- | 34 | 35 | ## Software 36 | Awesome software projects sub-categorized by focus. 37 | ### Reservoir Simulation 38 | - [libres](https://github.com/equinor/libres) - ![Python](media/icon/python.png) Tool for managing an ensemble of reservoir models 39 | - [libecl](https://github.com/equinor/libecl) - ![Python](media/icon/python.png) Reading and writing Eclipse reservoir simulator files 40 | - [MRST](https://www.sintef.no/projectweb/mrst) - ![matlab](media/icon/matlab.png) Rapid prototyping and demonstration of new simulation methods in reservoir modelling and simulation 41 | - [DuMux](https://dumux.org) - ![C++](media/icon/cplusplus.png) Simulator for flow and transport processes in porous media 42 | - [Fesapi](https://github.com/F2I-Consulting/fesapi) - ![C++](media/icon/cplusplus.png) ![C++](media/icon/java.png) ![C++](media/icon/csharp.png) Reading and writing [RESQML2](https://www.energistics.org/portfolio/resqml-data-standards/) files 43 | - [PyGRDECL](https://github.com/BinWang0213/PyGRDECL) - ![Python](media/icon/python.png) ![Paraview](media/icon/paraview.png) Visualize Eclipse/Petrel outputs Grid File (GRDECL) using Paraview(VTK) 44 | - [TPFA-ResSim](https://github.com/patnr/TPFA-ResSim) - ![Python](media/icon/python.png) ![Matlab](media/icon/matlab.png) Toy, 2D black-oil petroleum reservoir simulator 45 | ### History Matching and Uncertainty Analysis 46 | - [ert](https://github.com/equinor/ert) - ![Equinor](media/icon/equinor.png) ![Python](media/icon/python.png) Tool for history matching and updating using Ensemble Kalman Filters and Ensemble Smoothers. 47 | - [pyhum](https://github.com/juliohm/HUM) - ![Python](media/icon/python.png) Probabilistic Framework for Reservoir Characterization and Real Time Updating 48 | ### Petrophysics 49 | - [pyscal](https://github.com/equinor/pyscal) - ![Equinor](media/icon/equinor.png) ![Python](media/icon/python.png) Python module for relative permeability/SCAL support in reservoir simulation 50 | - [lasio](https://github.com/kinverarity1/lasio/) - ![Python](media/icon/python.png) Reading and writing well data using Log ASCII Standard (LAS) files 51 | - [Welly](https://github.com/agile-geoscience/welly) - ![Python](media/icon/python.png) Analyzing and processing well log data 52 | - [Striplog](https://github.com/agile-geoscience/striplog) - ![Python](media/icon/python.png) Display lithological and stratigraphic logs for wells and outcrop 53 | - [FuzzyLAS](http://fuzzylas.appspot.com/) - Web app for looking up curve mnemonics 54 | - [dlisio](https://github.com/equinor/dlisio) - ![Equinor](media/icon/equinor.png) ![C++](media/icon/cplusplus.png) ![Python](media/icon/python.png) dlisio is an LGPL licensed library for working with well logs in Digital Log Interchange Standard (DLIS V1) 55 | - [porespy](https://github.com/PMEAL/porespy) - ![Python](media/icon/python.png) A set of tools for characterizing and analying 3D images of porous materials 56 | - [porepy](https://github.com/pmgbergen/porepy) - ![Python](media/icon/python.png) Simulation Tool for Fractured and Deformable Porous Media 57 | - [OpenPNM](https://github.com/PMEAL/OpenPNM) - ![Python](media/icon/python.png) Pore network modeling of porous media 58 | - [drd](https://github.com/LukasMosser/digital_rocks_data) - ![Python](media/icon/python.png) Download and load digital rocks datasets 59 | - [Core2Relperm](https://github.com/sede-open/Core2Relperm) - ![Shell](media/icon/shell.png) ![Python](media/icon/python.png) Core2Relperm project for inverse modelling of core flooding experiments 60 | - [pydmd](https://github.com/cspurin/DMD-flow-in-porous-media) - ![Python](media/icon/python.png) Dynamic Mode Decomposition for Analyzing Dynamics in Multi-phase Flow in Porous Media 61 | - [RockIR](https://github.com/sede-open/RockIR) - ![Shell](media/icon/shell.png) ![Python](media/icon/python.png) Rock Image Retrieval for rock samples 62 | ### PVT Analysis 63 | - [neqsim](https://equinor.github.io/neqsimhome/) - ![Equinor](media/icon/equinor.png) ![Java](media/icon/java.png) ![Matlab](media/icon/matlab.png) ![Python](media/icon/python.png) Estimation of phase behaviour and properties for oil and gas fluids 64 | - [PREOS](https://github.com/CorySimon/PREOS) - ![Python](media/icon/python.png) Computes the fugacity coefficient, compressibility, and density of a gas at a particular temperature and pressure using the Peng-Robinson EoS 65 | - [zFactor](https://github.com/f0nzie/zFactor) - ![R](media/icon/r.png) Calculates the error measures or deviation between different correlations for gas compressibility compared to the original Standing-Katz chart 66 | ### Rock-Fluid Interaction 67 | - [arxim](https://www.emse.fr/~moutte/arxim/) - ![Fortran](media/icon/fortran.png) Calculations of multiphase (fluid, mineral, gas) interactions 68 | - [PhreeQC](https://www.usgs.gov/software/phreeqc-version-3) - ![C++](media/icon/cplusplus.png) Reactions in water and between water and rocks and sediments (speciation, batch-reaction, one-dimensional transport, and inverse geochemical calculations) 69 | - [Reaktoro](https://reaktoro.org/) - ![C++](media/icon/cplusplus.png) ![Python](media/icon/python.png) Unified framework for modelling chemically reactive systems 70 | - [GeoPyTool](https://github.com/GeoPyTool/GeoPyTool) - ![Python](media/icon/python.png) Application with geochemical plotting capabilities 71 | - [pyrolite](https://github.com/morganjwilliams/pyrolite) - ![Python](media/icon/python.png) Geochemical transformation and visualisation 72 | ### Geology and Geophysics 73 | - [GemPy](https://github.com/cgre-aachen/gempy) - ![Python](media/icon/python.png) 3-D structural geological modelling software with implicit modelling and support for stochastic modelling 74 | - [pyGeoPressure](https://pygeopressure.readthedocs.io/en/latest/) - ![Python](media/icon/python.png) Pore pressure prediction using well log data and seismic velocity data 75 | - [mplStereonet](https://github.com/joferkington/mplstereonet) - ![Python](media/icon/python.png) Stereonets on python based on Matplotlib 76 | - [apsg](https://github.com/ondrolexa/apsg) - ![Python](media/icon/python.png) Advanced structural geology analysis and visualisation based on Matplotlib 77 | - [segyio](https://github.com/equinor/segyio) - ![Equinor](media/icon/equinor.png) ![Python](media/icon/python.png) Fast Python library for SEGY files. 78 | 79 | ### Geostatistics 80 | - [pyKriging](https://github.com/capaulson/pyKriging) - ![Python](media/icon/python.png) N-dimensional kriging 81 | - [SGeMS](http://sgems.sourceforge.net/) - ![CUDA](media/icon/cuda.png) Stanford geostatistical modelling software 82 | - [HPGL](https://github.com/hpgl/hpgl) - ![Python](media/icon/python.png) High perfomance geostatistics library 83 | - [gstat](https://github.com/r-spatial/gstat/) - ![R](media/icon/r.png) Geostatistical modelling, prediction and simulation 84 | - [PyGSLIB](https://opengeostat.github.io/pygslib/index.html) - ![Python](media/icon/python.png) Mineral resource estimations 85 | - [GeoStats.jl](https://github.com/juliohm/GeoStats.jl) - ![Julia](media/icon/julia.png) High-performance geostatistics in Julia 86 | - [GeostatsPy](https://github.com/GeostatsGuy/GeostatsPy) - ![Python](media/icon/python.png) GSLIB reimplimented in Python 87 | - [GeoStat-Framework](https://github.com/GeoStat-Framework) - ![Python](media/icon/python.png) Framework for geostatistical simulations 88 | ### Geomechanics 89 | - [Geomechanics.jl](https://github.com/scuervo91/Geomechanics.jl) - ![julia](media/icon/julia.png) Geomechanics analysis focused on the Unconventional Resources evaluation 90 | 91 | | ▲ [Top](#awesome-reservoir-engineering) | 92 | | --- | 93 | 94 | ## Data Repositories 95 | - [ANP](http://www.anp.gov.br/dados-abertos-anp) - Brazil's national oil agency open data repository. 96 | - [Volve Dataset](https://www.equinor.com/en/how-and-why/digitalisation-in-our-dna/volve-field-data-village-download.html) - Volve field data set download 97 | - [Unisim](https://www.unisim.cepetro.unicamp.br/benchmarks/br/) - CMG and Eclipse reservoir simulation datasets. 98 | - [Athabasca Oil Sands Well Dataset McMurray/Wabiskaw](https://ags.aer.ca/publications/SPE_006.html) - Well logs and stratigraphic picks for 2193 wells, including 750 with lithofacies, from Alberta, Canada 99 | - [Digital Rocks Portal](https://www.digitalrocksportal.org/) - Data portal for fast storage and retrieval, sharing, organization and analysis of images of varied porous micro-structures 100 | 101 | | ▲ [Top](#awesome-reservoir-engineering) | 102 | | --- | 103 | 104 | ## Tutorials and Cheat Sheets 105 | 106 | - [Petroleum Science Cheat Sheet](https://static.squarespace.com/static/549dcda5e4b0a47d0ae1db1e/54a06d6ee4b0d158ed95f696/54a06d6fe4b0d158ed96019e/1323808738753/Cheatsheet_petroleum.pdf) - Cheat Sheet for Petroleum Science 107 | - [Basic Geoscience Cheat Sheet](https://static.squarespace.com/static/549dcda5e4b0a47d0ae1db1e/54a06d6ee4b0d158ed95f696/54a06d6fe4b0d158ed95fff0/1295033898443/Cheatsheet_basic.pdf) - Cheat Sheet for Basic Geoscience 108 | - [Geophysics Cheat Sheet](https://static.squarespace.com/static/549dcda5e4b0a47d0ae1db1e/54a06d6ee4b0d158ed95f696/54a06d70e4b0d158ed9603f5/1350658645407/Cheatsheet_geophysics.pdf) - Cheat Sheet for Geophysics 109 | - [Rock Physics Cheat Sheet](https://static.squarespace.com/static/549dcda5e4b0a47d0ae1db1e/54a06d6ee4b0d158ed95f696/54a06d6fe4b0d158ed960042/1374593568367/Cheatsheet_Rock_Physics.pdf) - Cheat Sheet for Rock Physics 110 | - [History Matching tutorial](https://github.com/patricknraanes/HistoryMatching) - ![Python](media/icon/python.png) 111 | Tutorial on history matching with ensembles. 112 | Interactive, using Jupyter notebooks. 113 | Can be run in the cloud (no installation required). 114 | 115 | | ▲ [Top](#awesome-reservoir-engineering) | 116 | | --- | 117 | 118 | ## Miscellaneous 119 | 120 | - [Software Underground Slack](https://softwareunderground.org/) - ![slack](media/icon/slack.png) Community connecting geo\computing researchers 121 | - [gio](https://github.com/agile-geoscience/gio) - ![Python](media/icon/python.png) Geoscience file input and output functions for less-than standard data formats 122 | - [Comparison of free geophysics software](https://en.wikipedia.org/wiki/Comparison_of_free_geophysics_software) - List of geophysics software on Wikipedia 123 | 124 | | ▲ [Top](#awesome-reservoir-engineering) | 125 | | --- | 126 | 127 | ## How to Contribute 128 | 129 | Contributions welcome! Read the [contribution guidelines](contributing.md) first. 130 | 131 | | ▲ [Top](#awesome-reservoir-engineering) | 132 | | --- | 133 | 134 | ## License 135 | 136 | [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) 137 | 138 | To the extent possible under law, all contributors have waived all copyright and 139 | related or neighboring rights to this work. 140 | --------------------------------------------------------------------------------