├── .gitattributes ├── media └── icon │ ├── c.png │ ├── r.png │ ├── elm.png │ ├── git.png │ ├── go.png │ ├── php.png │ ├── ssh.png │ ├── vim.png │ ├── yii.png │ ├── apache.png │ ├── apple.png │ ├── atom.png │ ├── babel.png │ ├── bower.png │ ├── ceylon.png │ ├── chrome.png │ ├── csharp.png │ ├── css3.png │ ├── cuda.png │ ├── d3js.png │ ├── debian.png │ ├── django.png │ ├── docker.png │ ├── drupal.png │ ├── erlang.png │ ├── gimp.png │ ├── github.png │ ├── gitlab.png │ ├── google.png │ ├── grunt.png │ ├── heroku.png │ ├── html5.png │ ├── ie10.png │ ├── ionic.png │ ├── java.png │ ├── jeet.png │ ├── jquery.png │ ├── julia.png │ ├── linux.png │ ├── matlab.png │ ├── meteor.png │ ├── moodle.png │ ├── mysql.png │ ├── nginx.png │ ├── nodejs.png │ ├── oracle.png │ ├── python.png │ ├── react.png │ ├── redhat.png │ ├── redis.png │ ├── ruby.png │ ├── safari.png │ ├── sass.png │ ├── sketch.png │ ├── slack.png │ ├── stylus.png │ ├── swift.png │ ├── tomcat.png │ ├── vuejs.png │ ├── yarn.png │ ├── android.png │ ├── awesome.png │ ├── behance.png │ ├── cakephp.png │ ├── couchdb.png │ ├── devicon.png │ ├── doctrine.png │ ├── dot-net.png │ ├── electron.png │ ├── express.png │ ├── facebook.png │ ├── firefox.png │ ├── fortran.png │ ├── inkscape.png │ ├── intellij.png │ ├── krakenjs.png │ ├── linkedin.png │ ├── mongodb.png │ ├── paraview.png │ ├── phpstorm.png │ ├── pycharm.png │ ├── rubymine.png │ ├── symfony.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 │ ├── 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 ├── awesome.md ├── code-of-conduct.md ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | readme.md merge=union 3 | -------------------------------------------------------------------------------- /media/icon/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/c.png -------------------------------------------------------------------------------- /media/icon/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/r.png -------------------------------------------------------------------------------- /media/icon/elm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/elm.png -------------------------------------------------------------------------------- /media/icon/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/git.png -------------------------------------------------------------------------------- /media/icon/go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/go.png -------------------------------------------------------------------------------- /media/icon/php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/php.png -------------------------------------------------------------------------------- /media/icon/ssh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/ssh.png -------------------------------------------------------------------------------- /media/icon/vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/vim.png -------------------------------------------------------------------------------- /media/icon/yii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/yii.png -------------------------------------------------------------------------------- /media/icon/apache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/apache.png -------------------------------------------------------------------------------- /media/icon/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/apple.png -------------------------------------------------------------------------------- /media/icon/atom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/atom.png -------------------------------------------------------------------------------- /media/icon/babel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/babel.png -------------------------------------------------------------------------------- /media/icon/bower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/bower.png -------------------------------------------------------------------------------- /media/icon/ceylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/ceylon.png -------------------------------------------------------------------------------- /media/icon/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/chrome.png -------------------------------------------------------------------------------- /media/icon/csharp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/csharp.png -------------------------------------------------------------------------------- /media/icon/css3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/css3.png -------------------------------------------------------------------------------- /media/icon/cuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/cuda.png -------------------------------------------------------------------------------- /media/icon/d3js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/d3js.png -------------------------------------------------------------------------------- /media/icon/debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/debian.png -------------------------------------------------------------------------------- /media/icon/django.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/django.png -------------------------------------------------------------------------------- /media/icon/docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/docker.png -------------------------------------------------------------------------------- /media/icon/drupal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/drupal.png -------------------------------------------------------------------------------- /media/icon/erlang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/erlang.png -------------------------------------------------------------------------------- /media/icon/gimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/gimp.png -------------------------------------------------------------------------------- /media/icon/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/github.png -------------------------------------------------------------------------------- /media/icon/gitlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/gitlab.png -------------------------------------------------------------------------------- /media/icon/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/google.png -------------------------------------------------------------------------------- /media/icon/grunt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/grunt.png -------------------------------------------------------------------------------- /media/icon/heroku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/heroku.png -------------------------------------------------------------------------------- /media/icon/html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/html5.png -------------------------------------------------------------------------------- /media/icon/ie10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/ie10.png -------------------------------------------------------------------------------- /media/icon/ionic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/ionic.png -------------------------------------------------------------------------------- /media/icon/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/java.png -------------------------------------------------------------------------------- /media/icon/jeet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/jeet.png -------------------------------------------------------------------------------- /media/icon/jquery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/jquery.png -------------------------------------------------------------------------------- /media/icon/julia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/julia.png -------------------------------------------------------------------------------- /media/icon/linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/linux.png -------------------------------------------------------------------------------- /media/icon/matlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/matlab.png -------------------------------------------------------------------------------- /media/icon/meteor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/meteor.png -------------------------------------------------------------------------------- /media/icon/moodle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/moodle.png -------------------------------------------------------------------------------- /media/icon/mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/mysql.png -------------------------------------------------------------------------------- /media/icon/nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/nginx.png -------------------------------------------------------------------------------- /media/icon/nodejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/nodejs.png -------------------------------------------------------------------------------- /media/icon/oracle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/oracle.png -------------------------------------------------------------------------------- /media/icon/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/python.png -------------------------------------------------------------------------------- /media/icon/react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/react.png -------------------------------------------------------------------------------- /media/icon/redhat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/redhat.png -------------------------------------------------------------------------------- /media/icon/redis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/redis.png -------------------------------------------------------------------------------- /media/icon/ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/ruby.png -------------------------------------------------------------------------------- /media/icon/safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/safari.png -------------------------------------------------------------------------------- /media/icon/sass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/sass.png -------------------------------------------------------------------------------- /media/icon/sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/sketch.png -------------------------------------------------------------------------------- /media/icon/slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/slack.png -------------------------------------------------------------------------------- /media/icon/stylus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/stylus.png -------------------------------------------------------------------------------- /media/icon/swift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/swift.png -------------------------------------------------------------------------------- /media/icon/tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/tomcat.png -------------------------------------------------------------------------------- /media/icon/vuejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/vuejs.png -------------------------------------------------------------------------------- /media/icon/yarn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/yarn.png -------------------------------------------------------------------------------- /media/icon/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/android.png -------------------------------------------------------------------------------- /media/icon/awesome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/awesome.png -------------------------------------------------------------------------------- /media/icon/behance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/behance.png -------------------------------------------------------------------------------- /media/icon/cakephp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/cakephp.png -------------------------------------------------------------------------------- /media/icon/couchdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/couchdb.png -------------------------------------------------------------------------------- /media/icon/devicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/devicon.png -------------------------------------------------------------------------------- /media/icon/doctrine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/doctrine.png -------------------------------------------------------------------------------- /media/icon/dot-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/dot-net.png -------------------------------------------------------------------------------- /media/icon/electron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/electron.png -------------------------------------------------------------------------------- /media/icon/express.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/express.png -------------------------------------------------------------------------------- /media/icon/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/facebook.png -------------------------------------------------------------------------------- /media/icon/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/firefox.png -------------------------------------------------------------------------------- /media/icon/fortran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/fortran.png -------------------------------------------------------------------------------- /media/icon/inkscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/inkscape.png -------------------------------------------------------------------------------- /media/icon/intellij.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/intellij.png -------------------------------------------------------------------------------- /media/icon/krakenjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/krakenjs.png -------------------------------------------------------------------------------- /media/icon/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/linkedin.png -------------------------------------------------------------------------------- /media/icon/mongodb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/mongodb.png -------------------------------------------------------------------------------- /media/icon/paraview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/paraview.png -------------------------------------------------------------------------------- /media/icon/phpstorm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/phpstorm.png -------------------------------------------------------------------------------- /media/icon/pycharm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/pycharm.png -------------------------------------------------------------------------------- /media/icon/rubymine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/rubymine.png -------------------------------------------------------------------------------- /media/icon/symfony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/symfony.png -------------------------------------------------------------------------------- /media/icon/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/twitter.png -------------------------------------------------------------------------------- /media/icon/vagrant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/vagrant.png -------------------------------------------------------------------------------- /media/icon/webpack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/webpack.png -------------------------------------------------------------------------------- /media/icon/webstorm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/webstorm.png -------------------------------------------------------------------------------- /media/icon/windows8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/windows8.png -------------------------------------------------------------------------------- /media/icon/angularjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/angularjs.png -------------------------------------------------------------------------------- /media/icon/backbonejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/backbonejs.png -------------------------------------------------------------------------------- /media/icon/bitbucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/bitbucket.png -------------------------------------------------------------------------------- /media/icon/confluence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/confluence.png -------------------------------------------------------------------------------- /media/icon/cplusplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/cplusplus.png -------------------------------------------------------------------------------- /media/icon/foundation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/foundation.png -------------------------------------------------------------------------------- /media/icon/handlebars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/handlebars.png -------------------------------------------------------------------------------- /media/icon/javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/javascript.png -------------------------------------------------------------------------------- /media/icon/jetbrains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/jetbrains.png -------------------------------------------------------------------------------- /media/icon/nodewebkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/nodewebkit.png -------------------------------------------------------------------------------- /media/icon/postgresql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/postgresql.png -------------------------------------------------------------------------------- /media/icon/sequelize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/sequelize.png -------------------------------------------------------------------------------- /media/icon/sourcetree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/sourcetree.png -------------------------------------------------------------------------------- /media/icon/typescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/typescript.png -------------------------------------------------------------------------------- /media/icon/wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/wordpress.png -------------------------------------------------------------------------------- /media/icon/appcelerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/appcelerator.png -------------------------------------------------------------------------------- /media/icon/coffeescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/HEAD/media/icon/coffeescript.png -------------------------------------------------------------------------------- /media/icon/amazonwebservices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeostatsGuy/awesome-open-geoscience/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 | Checklist for new projects: 12 | 13 | - [ ] The project is [open-source](https://opensource.org/licenses/alphabetical) and accessible. 14 | - [ ] Searched the existing entries to make sure this is not a duplicate. 15 | - [ ] Contains only a single addition (make separate PRs if adding more than one). 16 | - [ ] Added the link to the bottom of the relevant category. 17 | - [ ] Add icon from the `media/icon/` folder if applicable (like `![Python](media/icon/python.png)` ). 18 | - [ ] Created a new category only if necessary. 19 | - [ ] Checked spelling and grammar. 20 | - [ ] Removed trailing whitespace and periods. 21 | - [ ] Confirm the dash – is not a minus -. 22 | - [ ] Used [title-casing](http://titlecapitalization.com) (AP style) for project name. 23 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /awesome.md: -------------------------------------------------------------------------------- 1 | # The awesome manifesto 2 | 3 | If you want your list to be included on `awesome`, try to only include actual awesome stuff in your list. After all, it's a curation, not a collection. 4 | 5 | But **what is awesome?** 6 | 7 | ## Only awesome is awesome 8 | 9 | Research if the stuff you're including is actually awesome. Only put stuff on the list that you or another contributor can personally recommend. You should rather leave stuff out than include too much. 10 | 11 | ## Awesome badge 12 | 13 | [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 14 | 15 | Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs). 16 | 17 | ```md 18 | [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 19 | ``` 20 | 21 | ## Comment on why something is awesome 22 | 23 | Apart from suggesting a particular item on your list, you should also inform your readers *why* it's on the list and how they will benefit from it. 24 | 25 | ## Make it clear what the list is about 26 | 27 | Have a succinct description at the top of your readme. Make sure your list covers a certain scope and nothing else. Link to other awesome lists if you think they already cover a certain subject well enough. 28 | 29 | ## Pay attention to grammar 30 | 31 | Ensure your list is grammatically correct, typo-free and has no Markdown formatting errors. This should also apply to pull requests. 32 | 33 | ## Choose an appropriate license 34 | 35 | Keep in mind that if you [haven't selected a license](http://choosealicense.com/no-license/), it basically means the people are *not* allowed to reproduce, distribute or create derivative works. 36 | 37 | [Creative Commons licenses](https://creativecommons.org/) are perfect for this purpose. **We would recommend [`CC0`](https://creativecommons.org/publicdomain/zero/1.0/).** Code licenses like MIT, BSD, GPL, and so forth are not recommended. 38 | 39 | ## Include contribution guidelines 40 | 41 | People who are contributing to your list should have a clear understanding of how they should do so. 42 | 43 | If you don't feel like writing one from scratch, feel free to take our [contributing.md](contributing.md) and modify it to your own needs. 44 | 45 | ## Stylize your list properly 46 | 47 | Create a [table of contents](https://github.com/sindresorhus/stuff/blob/master/toc-generators.md), organize the content into different categories, and use images if suitable. Ensure all entries are consistent (e.g. all entry descriptions end in a `.`). 48 | 49 | ## Accept other people's opinion 50 | 51 | If you're an owner of the list, respect other people's opinion. If there are plenty of users not agreeing to your decision, give it a second thought. 52 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Open Geoscience 2 | > Geoscience is [awesome](awesome.md). 3 | 4 | [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build Status](https://img.shields.io/travis/softwareunderground/awesome-open-geoscience.svg?label=link%20check&logo=travis)](https://travis-ci.org/softwareunderground/awesome-open-geoscience) [![Contributions](https://img.shields.io/github/issues-pr-closed-raw/softwareunderground/awesome-open-geoscience.svg?label=contributions)](https://github.com/softwareunderground/awesome-open-geoscience/pulls) [![Commits](https://img.shields.io/github/last-commit/softwareunderground/awesome-open-geoscience.svg?label=last%20contribution)](https://github.com/softwareunderground/awesome-open-geoscience/commits/master) [![Chat on slack](https://img.shields.io/badge/slack-join-ff69b4.svg)](https://swung.slack.com/join/shared_invite/enQtNTczNjM4ODMxODMwLTQ3Yjk3MjFmOTJkYzUyZDU3OGI3ZmJhMzIyNzQxYjcyZDM5MWU4OTVmNTBiOTM4Zjg1ZDViOGM3NmQ4OTgzOTk) [![License](https://img.shields.io/github/license/softwareunderground/awesome-open-geoscience.svg)](https://github.com/softwareunderground/awesome-open-geoscience/blob/master/LICENSE) 5 | 6 | Open geoscience is even more awesome, so we made a list. This list is curated from repositories that make our lives as geoscientists, 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 | - [Related Awesome](#related-awesome) 11 | - [Software](#software) 12 | - [Seismic](#seismic) 13 | - [Well Log](#well-log) 14 | - [Simulation and Modelling](#simulation-and-modelling) 15 | - [Reservoir Engineering](#reservoir-engineering) 16 | - [Geostatistics](#geostatistics) 17 | - [Geospatial](#geospatial) 18 | - [Geochemistry](#geochemistry) 19 | - [Structural geology](#structural-geology) 20 | - [Visualization](#visualization) 21 | - [Platforms](#platforms) 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 | 27 | ## Related Awesome 28 | - [Awesome-Spatial](https://github.com/RoboDonut/awesome-spatial) – ![Awesome](media/icon/awesome.png) Awesome list for geospatial, not specific to geoscience but significant overlap 29 | - [Awesome Open Climate Science](https://github.com/pangeo-data/awesome-open-climate-science) – ![Awesome](media/icon/awesome.png) Awesome list for atmospheric, ocean, climate, and hydrologic science 30 | 31 | ## Software 32 | Awesome software projects sub-categorized by focus. 33 | ### Seismic 34 | - [Seismic Un\*x](https://github.com/JohnWStockwellJr/SeisUnix) – ![C](media/icon/c.png) Seismic data processing suite 35 | - [Madagascar](http://www.ahay.org/wiki/Installation) – ![C](media/icon/c.png) ![Python](media/icon/python.png) Multi-dimensional data processing suite 36 | - [OpenSeaSeis](https://github.com/JohnWStockwellJr/OpenSeaSeis) – ![C++](media/icon/cplusplus.png) Seismic workflow generator and seismic viewer 37 | - [ObsPy](https://github.com/obspy/obspy/wiki) – ![Python](media/icon/python.png) Framework for reading, writing and processing seismic and seismological data 38 | - [Bruges](https://github.com/agile-geoscience/bruges/tree/master/bruges) – ![Python](media/icon/python.png) Various geophysical equations and tools 39 | - [Segyio](https://github.com/equinor/segyio) – ![Python](media/icon/python.png) / ![matlab](media/icon/matlab.png) Fast library for seismic SEGY files 40 | ### Well Log 41 | - [lasio](https://github.com/kinverarity1/lasio/) – ![Python](media/icon/python.png) Reading and writing well data using Log ASCII Standard (LAS) files 42 | - [Welly](https://github.com/agile-geoscience/welly) – ![Python](media/icon/python.png) Analyzing and processing well log data 43 | - [Striplog](https://github.com/agile-geoscience/striplog) – ![Python](media/icon/python.png) Display lithological and stratigraphic logs for wells and outcrop 44 | - [FuzzyLAS](http://fuzzylas.appspot.com/) – Web app for looking up curve mnemonics 45 | ### Simulation and Modelling 46 | - [Fatiando a Terra](https://github.com/fatiando/) – ![Python](media/icon/python.png) Modelling and inversion in geophysics 47 | - [SimPEG](https://github.com/simpeg/simpeg) – ![Python](media/icon/python.png) Simulation and parameter estimation in geophysics 48 | - [Devito](https://www.opesci.org/devito-public) – ![Python](media/icon/python.png) Finite-Difference computation from high-level symbolic problem definitions 49 | - [bh_tomo](https://github.com/groupeLIAMG/bh_tomo) – ![matlab](media/icon/matlab.png) Borehole radar and seismic tomography package 50 | - [gprMax](http://www.gprmax.com/) – ![Python](media/icon/python.png) ![CUDA](media/icon/cuda.png) Finite-difference time-domain electromagnetic wave propagation simulator (on CPU and GPU) 51 | - [modelr.io](https://github.com/agile-geoscience/modelr) – ![Python](media/icon/python.png) ![Javascript](media/icon/javascript.png) Web app for simple synthetic seismic forward modelling 52 | - [ModFlow](https://www.usgs.gov/software/modflow-6-usgs-modular-hydrologic-model) – ![F90](media/icon/fortran.png) Flow modelling software distributed by the USGS to simulate and predict groundwater conditions and groundwater/surface-water interactions with additional variants and add-ons 53 | - [pyGIMLi](https://www.pygimli.org/) – ![Python](media/icon/python.png) ![C++](media/icon/cplusplus.png) Multi-method library for solving inverse and forward tasks related to geophysical problems 54 | - [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 55 | - [HyVR](https://github.com/driftingtides/hyvr) – ![Python](media/icon/python.png) 3-D anisotropic subsurface models based on geological concepts that can be used with groundwater flow simulators (e.g., [ModFlow](#simulation-and-modelling)) 56 | - [Landlab](https://github.com/landlab/landlab) – ![Python](media/icon/python.png) Simulate surface processes using a large suite of existing interoperable process components (landscape evolution, sediment dynamics, surface hydrology, ecohydrology), exensible by own modules 57 | - [pyGeoPressure](https://pygeopressure.readthedocs.io/en/latest/) – ![Python](media/icon/python.png) Pore pressure prediction using well log data and seismic velocity data 58 | - [empymod](https://empymod.github.io) – ![Python](media/icon/python.png) Controlled-source electromagnetic modellers for layered (`empymod`) and three-dimensional (`emg3d`) anisotropic media 59 | - [PyLops](https://pylops.readthedocs.io/en/latest/) – ![Python](media/icon/python.png) Linear Operators with some geophysics/seismic modules (e.g., pre- and post-stack AVO inversion, deconvolution, Marchenko redatuming, Radon filtering) 60 | ### Reservoir Engineering 61 | - [libres](https://github.com/equinor/libres) – ![Python](media/icon/python.png) Tool for managing an ensemble of reservoir models 62 | - [libecl](https://github.com/equinor/libecl) – ![Python](media/icon/python.png) Reading and writing Eclipse reservoir simulator files 63 | - [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 64 | - [DuMux](https://dumux.org) – ![C++](media/icon/cplusplus.png) Simulator for flow and transport processes in porous media 65 | - [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 66 | ### Geostatistics 67 | - [pyKriging](https://github.com/capaulson/pyKriging) – ![Python](media/icon/python.png) N-dimensional kriging 68 | - [SGeMS](http://sgems.sourceforge.net/) – ![CUDA](media/icon/cuda.png) Stanford geostatistical modelling software 69 | - [HPGL](https://github.com/hpgl/hpgl) – ![Python](media/icon/python.png) High perfomance geostatistics library 70 | - [gstat](https://github.com/r-spatial/gstat/) – ![Python](media/icon/r.png) Geostatistical modelling, prediction and simulation 71 | - [PyGSLIB](https://opengeostat.github.io/pygslib/index.html) – ![Python](media/icon/python.png) Mineral resource estimations 72 | - [GeoStats.jl](https://github.com/juliohm/GeoStats.jl) – ![Julia](media/icon/julia.png) High-performance geostatistics in Julia 73 | - [GeostatsPy](https://github.com/GeostatsGuy/GeostatsPy) – ![Python](media/icon/python.png) GSLIB reimplimented in Python 74 | ### Geospatial 75 | - [Generic Mapping Tools](http://gmt.soest.hawaii.edu/) – ![C](media/icon/c.png) About 80 command-line tools for manipulating geographic and Cartesian data sets 76 | - [geonotebook](https://github.com/OpenGeoscience/geonotebook) – ![Python](media/icon/python.png) Jupyter notebook extension for geospatial visualization and analysis developed by NASA 77 | - [Stress2Grid](http://pmd.gfz-potsdam.de/wsm/showshort.php?id=escidoc:2112906) – ![matlab](media/icon/matlab.png) Two concepts to calculate the mean SHmax orientation 78 | - [QGIS](#platforms) – GIS platform see [Platforms](#platforms) 79 | - [Verde](https://github.com/fatiando/verde) – ![Python](media/icon/python.png) processing spatial data to regular grids 80 | ### Geochemistry 81 | - [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) 82 | - [Reaktoro](https://reaktoro.org/) – ![C++](media/icon/cplusplus.png) ![Python](media/icon/python.png) Unified framework for modelling chemically reactive systems 83 | - [GeoPyTool](https://github.com/GeoPyTool/GeoPyTool) – ![Python](media/icon/python.png) Application with geochemical plotting capabilities 84 | ### Structural Geology 85 | - [mplStereonet](https://github.com/joferkington/mplstereonet) – ![Python](media/icon/python.png) Stereonets on python based on Matplotlib 86 | - [apsg](https://github.com/ondrolexa/apsg) – ![Python](media/icon/python.png) Advanced structural geology analysis and visualisation based on Matplotlib 87 | ### Visualization 88 | - [Colorcet](https://github.com/pyviz/colorcet) – ![Python](media/icon/python.png) Perceptual colormaps 89 | - [cmocean](https://matplotlib.org/cmocean/) – ![Python](media/icon/python.png) MatPlotLib collection of perceptual colormaps for oceanography 90 | - [PVGeo](https://github.com/OpenGeoVis/PVGeo) – [![Python](media/icon/python.png)](https://pypi.org/project/PVGeo/) [![ParaView](media/icon/paraview.png)](https://www.paraview.org) Data and model visualization in ParaView and Visualization Toolkit (VTK) via `vista` 91 | - [vista](https://github.com/pyvista/vista) – ![Python](media/icon/python.png) 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK) 92 | - [omfvista](https://github.com/OpenGeoVis/omfvista) – ![Python](media/icon/python.png) `vista` interface for the [Open Mining Format (omf)](#miscellaneous) package 93 | ### Platforms 94 | - [OpendTect](https://dgbes.com/index.php/software#free) – Seismic interpretation package 95 | - [RINGMesh](https://github.com/ringmesh/RINGMesh) – ![C++](media/icon/cplusplus.png) Mesh manipulation of geological models 96 | - [QGIS](http://www.qgis.com/) – GIS platform to visualize, manage, edit, analyse data, and compose printable maps 97 | 98 | | ▲ [Top](#awesome-open-geoscience) | 99 | | --- | 100 | 101 | ## Data Repositories 102 | - [Poseidon NW Australia](https://drive.google.com/drive/folders/0B7brcf-eGK8Cbk9ueHA0QUU4Zjg) – Interpreted 3D seismic (32bit) including reports and well logs 103 | - [World Stress Map](http://www.world-stress-map.org/) – A global compilation of information on the crustal present-day stress field 104 | - [NOPIMS](https://nopims.dmp.wa.gov.au/nopims/) – Open petroleum geoscience data from Western Australia made available by the Australian Government 105 | - [UK National Data Repository](https://ndr.ogauthority.co.uk/dp/controller/PLEASE_LOGIN_PAGE) – Open petroleum geoscience data from the UK Government (free registration required) 106 | - [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 107 | - [ICGEM](http://icgem.gfz-potsdam.de/home) – Hosts gravity field spherical harmonic models and provides a webservice for generating grids of gravity functionals (geoid, gravity anomaly, vertical derivatives, etc) 108 | - [TerraNubis](https://terranubis.com/datalist/free/) – The new _Open Seismic Repository_, includes the classic F3 and Penobscot seismic volumes (which both also have wells and other data assets). 109 | - [Quantarctica](http://quantarctica.npolar.no/) – User-configurable [QGIS](#platforms) basemap for Antarctica with high-quality, peer-reviewed, free and open Antarctic scientific data 110 | 111 | | ▲ [Top](#awesome-open-geoscience) | 112 | | --- | 113 | 114 | ## Tutorials and Cheat Sheets 115 | 116 | - [Basic Geoscience Cheat Sheet](https://static.squarespace.com/static/549dcda5e4b0a47d0ae1db1e/54a06d6ee4b0d158ed95f696/54a06d6fe4b0d158ed95fff0/1295033898443/Cheatsheet_basic.pdf) – Cheat Sheet for Basic Geoscience 117 | - [Geophysics Cheat Sheet](https://static.squarespace.com/static/549dcda5e4b0a47d0ae1db1e/54a06d6ee4b0d158ed95f696/54a06d70e4b0d158ed9603f5/1350658645407/Cheatsheet_geophysics.pdf) – Cheat Sheet for Geophysics 118 | - [Rock Physics Cheat Sheet](https://static.squarespace.com/static/549dcda5e4b0a47d0ae1db1e/54a06d6ee4b0d158ed95f696/54a06d6fe4b0d158ed960042/1374593568367/Cheatsheet_Rock_Physics.pdf) – Cheat Sheet for Rock Physics 119 | - [Petroleum Science Cheat Sheet](https://static.squarespace.com/static/549dcda5e4b0a47d0ae1db1e/54a06d6ee4b0d158ed95f696/54a06d6fe4b0d158ed96019e/1323808738753/Cheatsheet_petroleum.pdf) – Cheat Sheet for Petroleum Science 120 | 121 | | ▲ [Top](#awesome-open-geoscience) | 122 | | --- | 123 | 124 | ## Miscellaneous 125 | 126 | - [Software Underground Slack](https://softwareunderground.org/) – ![slack](media/icon/slack.png) Community connecting geo\computing researchers 127 | - [Open Mining Format](https://omf.readthedocs.io/en/latest/) – ![Python](media/icon/python.png) Versatile mining data standard 128 | - [gio](https://github.com/agile-geoscience/gio) – ![Python](media/icon/python.png) Geoscience file input and output functions for less-than standard data formats 129 | - [Comparison of free geophysics software](https://en.wikipedia.org/wiki/Comparison_of_free_geophysics_software) – List of geophysics software on Wikipedia 130 | 131 | | ▲ [Top](#awesome-open-geoscience) | 132 | | --- | 133 | 134 | ## How to Contribute 135 | 136 | Contributions welcome! Read the [contribution guidelines](contributing.md) first. 137 | 138 | | ▲ [Top](#awesome-open-geoscience) | 139 | | --- | 140 | 141 | ## License 142 | 143 | [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) 144 | 145 | To the extent possible under law, all contributors have waived all copyright and 146 | related or neighboring rights to this work. 147 | --------------------------------------------------------------------------------