{"id":13719676,"url":"https://github.com/waynegm/OpendTect-Plugins","last_synced_at":"2025-05-07T11:32:32.434Z","repository":{"id":20767866,"uuid":"24052587","full_name":"waynegm/OpendTect-Plugins","owner":"waynegm","description":"Various plugins for the open source seismic interpretation system - OpendTect","archived":false,"fork":false,"pushed_at":"2025-04-24T11:56:45.000Z","size":1934,"stargazers_count":37,"open_issues_count":4,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-24T12:51:09.626Z","etag":null,"topics":["attributes","geophysics","opendtect","seismic"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waynegm.png","metadata":{"files":{"readme":"README.MD","changelog":"CHANGES.MD","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"ko_fi":"waynegm"}},"created_at":"2014-09-15T10:39:04.000Z","updated_at":"2025-04-24T11:56:50.000Z","dependencies_parsed_at":"2023-02-13T21:15:37.184Z","dependency_job_id":"27c550f7-0684-47be-9065-ff311e282c3f","html_url":"https://github.com/waynegm/OpendTect-Plugins","commit_stats":{"total_commits":309,"total_committers":4,"mean_commits":77.25,"dds":"0.43365695792880254","last_synced_commit":"f06db6ff7533b98164f0233101e6a72450c1b05d"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waynegm%2FOpendTect-Plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waynegm%2FOpendTect-Plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waynegm%2FOpendTect-Plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waynegm%2FOpendTect-Plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waynegm","download_url":"https://codeload.github.com/waynegm/OpendTect-Plugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252869145,"owners_count":21816983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["attributes","geophysics","opendtect","seismic"],"created_at":"2024-08-03T01:00:54.077Z","updated_at":"2025-05-07T11:32:27.417Z","avatar_url":"https://github.com/waynegm.png","language":"C++","funding_links":["https://ko-fi.com/waynegm"],"categories":["Software","Software and Tools"],"sub_categories":["Seismic and Seismology"],"readme":"# OpendTect Plugins\n\nThis is the source code for a collection of plugins for the open source seismic interpretation system [OpendTect](http://www.opendtect.org). All code is provided under the terms of the [GNU General Public License Version 3](./LICENSE.txt).\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.youtube.com/watch?v=nXIyODFinjw\"\u003e\n\u003cimg src=\"https://img.youtube.com/vi/nXIyODFinjw/0.jpg\" width=\"50%\" \u003e\n \u003c/a\u003e\n\u003c/p\u003e\n\nAs of 24-June-2022 code development in the master branch is for OpendTect 6.8. If you are interested in the latest source code for:\n\n- OpendTect v6.6 please refer to the 6.6 branch\n-  OpendTect v6.4 please refer to the 6.4 branch\n-  OpendTect v5 please refer to the v5-stable branch\n\nFor details please see the [documentation](http://waynegm.github.io/WMPlugin-Docs/) or click one of the links below.\n\n## Plugins\n\n| PLUGIN | DESCRIPTION |\n|--------|-------------|\n| [AVOAttrib](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/avoattrib) | Six attributes derived from reflection intercept and gradient |\n| [AVOPolarAttrib](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/avopolarattrib) |Six attributes derived from AVO Polarization in the AVO Intercept-Gradient crossplot |\n| [ExternalAttrib](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/externalattrib) | Calculate attribute using an external process such as a python script |\n| [GeopackageExport](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/geopackageexport) | Export OpendTect data to a [GeoPackage](https://www.geopackage.org/) database |\n| [GradientAttrib](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/gradientattrib) | Calculate inline, crossline or z gradient using rotationally invariant operators |\n| [Grid2D3DHorizon](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/grid2d-3d) | Grid 2D and 3D horizon interpretation |\n| [LocalAttrib](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/localattrib) | Implementation of Fomel's local attribute concept, only Local time-frequency decomposition for now |\n| [Mistie](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/mistie) | Estimate/edit/apply Z shift, phase rotation and amplitude corrections to 2D and 3D seismic data |\n| [MLVFilter](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/mlvfilter) | Structure preserving filtering |\n| [RSpecAttrib](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/rspecattrib) | Recursive time-frequency decomposition |\n| [WMTools](http://waynegm.github.io/WMPlugin-Docs/docs/plugins/wmtools) | Miscellaneous tools for OpendTect, including generation of data extent horizon, convex hull polygons |\n\n## Building and Installation\n\n* [Build from Source](http://waynegm.github.io/WMPlugin-Docs/docs/gettingstarted/building-from-source/)\n\n* [Installation](http://waynegm.github.io/WMPlugin-Docs/docs/gettingstarted/installation/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaynegm%2FOpendTect-Plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaynegm%2FOpendTect-Plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaynegm%2FOpendTect-Plugins/lists"}