Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #225

Merged
merged 6 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ __Submission type:__
<!-- If adding a project to the list, make sure it fulfills the following criteria. -->

<!-- Make sure it's "certified awesome"! -->
- [ ] Project is [`certified awesome`](awesome.md)
- [ ] Project is [`certified awesome`](../awesome.md)

<!-- General requirements -->
- [ ] The project is [open-source](https://opensource.org/licenses/alphabetical) and accessible.
Expand Down
10 changes: 10 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ https://opensource.org/licenses/gpl-license
https://reproducibility.org/wiki/Installation
https://wiki.seg.org/wiki/Open_data
https://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses
https://www.gnu.org/licenses/license-list.html#NonFreeSoftwareLicenses
https://www.gnu.org/licenses/license-list.html
https:/www.fsf.org/licensing/licenses/
https://www.fsf.org/licensing/licenses/
http://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses
http://www.gnu.org/licenses/license-list.html#NonFreeSoftwareLicenses
http://www.gnu.org/licenses/license-list.html
http://www.fsf.org/licensing/licenses/
https://www.fsf.org/licensing/licenses/
https://www.gnu.org/licenses/
http://www.gnu.org/licenses/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Awesome software projects sub-categorized by focus.
### Seismic and Seismology
- [Auralib](https://github.com/whamlyn/auralib) – ![Python](media/icon/python.png) / Python package to support investigation of geoscience problems including geophysics, rock physics, petrophysics, and data read/write in common formats.
- [Bruges](https://github.com/agile-geoscience/bruges/tree/master/bruges) – ![Python](media/icon/python.png) Various geophysical equations and tools.
- [Madagascar](https://reproducibility.org/wiki/Installation) – ![C](media/icon/c.png) ![Python](media/icon/python.png) Multi-dimensional data processing suite.
- [Madagascar](https://ahay.org/wiki/Main_Page) – ![C](media/icon/c.png) ![Python](media/icon/python.png) Multi-dimensional data processing suite.
- [MDIO](https://mdio.dev) – ![Python](media/icon/python.png) Open source chunked and compressed cloud storage for seismic data based on Zarr with fast seismic ingestion and export tools – [Docs](https://mdio-python.readthedocs.io), [Source](https://github.com/TGSAI/mdio-python).
- [ObsPy](https://github.com/obspy/obspy/wiki) – ![Python](media/icon/python.png) Framework for reading, writing and processing seismic and seismological data.
- [OpendTect-Plugins](https://github.com/waynegm/OpendTect-Plugins) – ![C++](media/icon/cplusplus.png) open source plugins for the [OpendTect](#platforms) seismic interpretation platform. See [the docs](http://waynegm.github.io/OpendTect-Plugin-Docs) for more information.
Expand Down
Loading