{"id":37074310,"url":"https://github.com/weijias-opensource/acc","last_synced_at":"2026-01-14T08:45:20.851Z","repository":{"id":57465359,"uuid":"239663421","full_name":"weijias-opensource/acc","owner":"weijias-opensource","description":"Auto-Correlogram Calculation in seismology","archived":false,"fork":false,"pushed_at":"2020-04-13T09:01:17.000Z","size":3846,"stargazers_count":11,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T23:28:56.717Z","etag":null,"topics":["processing","seismic-imaging","seismology"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weijias-opensource.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-11T03:00:03.000Z","updated_at":"2025-07-01T01:41:45.000Z","dependencies_parsed_at":"2022-09-17T18:00:56.358Z","dependency_job_id":null,"html_url":"https://github.com/weijias-opensource/acc","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/weijias-opensource/acc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijias-opensource%2Facc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijias-opensource%2Facc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijias-opensource%2Facc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijias-opensource%2Facc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weijias-opensource","download_url":"https://codeload.github.com/weijias-opensource/acc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weijias-opensource%2Facc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["processing","seismic-imaging","seismology"],"created_at":"2026-01-14T08:45:20.216Z","updated_at":"2026-01-14T08:45:20.838Z","avatar_url":"https://github.com/weijias-opensource.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.3674643.svg)](http://dx.doi.org/10.5281/zenodo.3674643)\n[![PyPI version](https://badge.fury.io/py/seis-acc.svg)](https://badge.fury.io/py/seis-acc)\n[![GitHub license](https://img.shields.io/github/license/weijias-opensource/acc)](https://github.com/weijias-opensource/acc/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/weijias-opensource/acc)](https://github.com/weijias-opensource/acc/issues)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/seis-acc)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/seis-acc)\n\n\n# ACC: Auto-Correlogram Calculation in seismology\n\nExtracting P-wave reflections between the free surface and the lithospheric discontinuities to image the subsurface structures.\n\n## Requirements\n\n* Python 3 \n* python packages including: 'click', 'commentjson', 'geographiclib', 'matplotlib\u003e=2', 'numpy', 'obspy\u003e=1.0.3', 'pandas', 'setuptools', 'shapely', 'scipy\u003e=0.19.0', 'tqdm'\n\n## Installation\n\nHere I offer two conventional ways to install the package. The first is downloading the code via git clone command.\n\n```\n\u003e\u003e\u003e git clone https://github.com/weijias-opensource/acc.git\n```\n\nand enter the main directory of the package where the `setup.py` file is, then execute\n\n```\n\u003e\u003e\u003e python setup.py install\n```\n. The second is just simply to execute the command of \n\n```\n\u003e\u003e\u003e pip install seis-acc\n```\n\nI strongly suggest you install [Anaconda3](https://docs.anaconda.com/anaconda/install/) first, since \n\n\n\u003eAnaconda Distribution is a free, easy-to-install package manager, environment manager, and Python distribution with a collection of 1,500+ open source packages with free community support. Anaconda is platform-agnostic, so you can use it whether you are on Windows, macOS, or Linux.\n\n\nThis allow you to install the acc package using the second way above easily.\n\n\n## Tutorials\n\nPlease go the the example directory and run \n\n```\n\u003e\u003e\u003e sh run.sh\n``` \n\nfor a simple example of the Warramungga array data. \n\nMore information can be found at https://acc.readthedocs.io/en/latest/index.html.\n\n\n## Deployment\n\nThe package could be run on all operating systems, including Windows, Mac and Linux. But the package is well-tested on Ubuntu Linux (19.10) with Anaconda3 at now.\n\n## Authors\n\n* **Weijia Sun**\n\nIf you have any suggestions to help improve the package, please let me know and I will try to carry them out as soon.\n\n## Contributors\n\n* **B. L. N. Kennett**\n* **Huaiyu Yuan**\n\n## Acknowledgments\n\nThe author learned to write a flexible, practical and modern software for friendly usage from other packages. More, a small part of code in this package is also reproduced from other projects.\n\n* [rf](https://github.com/trichter/rf)\n* [seispy](https://github.com/xumi1993/seispy)\n* [obspy](https://github.com/obspy/obspy)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweijias-opensource%2Facc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweijias-opensource%2Facc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweijias-opensource%2Facc/lists"}