{ "info": { "author": "Albert Kottke", "author_email": "albert.kottke@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "cyko\n====\n\n|PyPi Cheese Shop| |Build Status| |Code Quality| |Test Coverage| |License| |DOI|\n\nKonno Omachi filter implemented in Cython.\n\nThis code implements Konno-Ohmachi spectral smoothing as defined in::\n\n Konno, K. and Ohmachi, T., 1998. Ground-motion characteristics estimated\n from spectral ratio between horizontal and vertical components of\n microtremor. Bulletin of the Seismological Society of America, 88(1),\n pp.228-241.\n\nThis code was originally written for smoothing sub-module in gmprocess_\nby Bruce Worden. Dave Boore has provided notes_\non this topic, which also may be of interest. Notes regarding the\ncharacteristics of the Konno-Ohmachi filter and the implementation are\nprovided in the implementation_ Jupyter Notebook.\n\n.. _gmprocess: https://github.com/usgs/groundmotion-processing/tree/master/gmprocess/smoothing\n.. _notes: http://daveboore.com/daves_notes/notes%20on%20smoothing%20over%20logarithmically%20spaced%20freqs.pd\n.. _implementation: implemenation.ipynb\n\nInstallation\n============\n\n``cyko`` is available via ``pip`` and can be installed with:\n\n::\n\n pip install cyko\n\nNote that ``cython`` and C compiler are required.\n\nUsage\n=====\n\nSmooth a signal using a bandwith of 30.\n\n.. code:: python\n\n import cyko\n signal_smooth = cyko.smooth(freqs, freqs_raw, signal_raw, 30)\n\nAdditional examples and comparison with ``obspy`` are provided in example_.\n\n.. _example: example.ipynb\n\nCitation\n========\n\nPlease cite this software using the following DOI_.\n\n.. _DOI: https://zenodo.org/badge/latestdoi/183696586\n\n.. |PyPi Cheese Shop| image:: https://img.shields.io/pypi/v/cyko.svg\n :target: https://img.shields.io/pypi/v/cyko.svg\n.. |Build Status| image:: https://travis-ci.org/arkottke/cyko.svg?branch=master\n :target: https://travis-ci.org/arkottke/cyko\n.. |Code Quality| image:: https://api.codacy.com/project/badge/Grade/a644be36913545708df56fb487e0f9cd\n :target: https://www.codacy.com/app/arkottke/cyko\n.. |Test Coverage| image:: https://api.codacy.com/project/badge/Coverage/a644be36913545708df56fb487e0f9cd \n :target: https://www.codacy.com/app/arkottke/cyko\n.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg\n.. |DOI| image:: https://zenodo.org/badge/183696586.svg\n :target: https://zenodo.org/badge/latestdoi/183696586\n\n\nRevision History\n================\n\nv0.2.5\n------\n- Packaging is hard. MANIFEST is fixed now.\n\nv0.2.4\n------\n- Added History to MANIFEST.\n\nv0.2.3\n------\n- Updated badges.\n- Added tests for example and implemenation notebooks.\n\nv0.2.2\n------\n\n- Moved Cython to a setup_requires\n\nv0.2.1\n------\n\n- Fixed packaging issue\n\nv0.2\n----\n\n- Added calculation of effective amplitude spectrum\n\nv0.1.2\n------\n\n- Initial release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/arkottke/cyko", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cyko", "package_url": "https://pypi.org/project/cyko/", "platform": "", "project_url": "https://pypi.org/project/cyko/", "project_urls": { "Homepage": "https://github.com/arkottke/cyko" }, "release_url": "https://pypi.org/project/cyko/0.2.5.2/", "requires_dist": null, "requires_python": "", "summary": "Konno Omachi filter implemented in Cython.", "version": "0.2.5.2" }, "last_serial": 5827332, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "90ed15790be575a02ca20cfdaeb765f1", "sha256": "9dbe009c979acd753a7cbd370c381c0f0fb678690ee8042060b9c5466ba8abcb" }, "downloads": -1, "filename": "cyko-0.1.0-py3.7-linux-x86_64.egg", "has_sig": false, "md5_digest": "90ed15790be575a02ca20cfdaeb765f1", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 67824, "upload_time": "2019-04-29T18:40:13", "url": "https://files.pythonhosted.org/packages/21/e4/e051db36de35e17788a44e1d16955db2906835864de7d870aeee83e72ad1/cyko-0.1.0-py3.7-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "4db6c6715e1dcd089fc7fc1130a10b53", "sha256": "e90271e446a048002a8126c02eadbc1ae396e9eaafa116c79034db39fcccc3da" }, "downloads": -1, "filename": "cyko-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4db6c6715e1dcd089fc7fc1130a10b53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49847, "upload_time": "2019-04-29T18:53:51", "url": "https://files.pythonhosted.org/packages/1e/90/3f0421abfce3411ec591f755d3035c859c5de4e0a85754384dc9073d9af4/cyko-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "80af336a7a2d70b6388d01cb7c142257", "sha256": "ebff652c85458a0708ea3a35e38b58e2e83e1913abe16dbe05d0700a249c10ae" }, "downloads": -1, "filename": "cyko-0.1.1.tar.gz", "has_sig": false, "md5_digest": "80af336a7a2d70b6388d01cb7c142257", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50129, "upload_time": "2019-04-29T19:55:15", "url": "https://files.pythonhosted.org/packages/dd/e0/593b59fa1e3cbb792daf2d6cc7f35a141e1b8098f196c7692004badae2cb/cyko-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5603c34d96aa004ae1ab547ad20711fe", "sha256": "f1d56e3f60d5ac997a1058310119e1628e431f9d966cc19112509c3d29716647" }, "downloads": -1, "filename": "cyko-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5603c34d96aa004ae1ab547ad20711fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50341, "upload_time": "2019-04-29T20:10:37", "url": "https://files.pythonhosted.org/packages/62/3a/53dafc02934ad04e8fb473fcdfe1fab4216d29a89b19742c1cb457edc930/cyko-0.1.2.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "393f618e0ea493522c4f13c63a4a4f72", "sha256": "dca3c1995dfc5d77ec40d3e421016431e42af6d6c2b5f8e5c0a782ebe0413da1" }, "downloads": -1, "filename": "cyko-0.2.tar.gz", "has_sig": false, "md5_digest": "393f618e0ea493522c4f13c63a4a4f72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52062, "upload_time": "2019-05-15T18:07:12", "url": "https://files.pythonhosted.org/packages/dc/24/611501e7f47a15ab9e05ed124eaae2c2da1a6a8f3e5557653e83f7ece817/cyko-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2d8765ba2f4f100f66bcc7d97ba19359", "sha256": "f574daabf30aa7b54977390bcb41e30020cfb9e0fef185637bfee82d81227fb8" }, "downloads": -1, "filename": "cyko-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2d8765ba2f4f100f66bcc7d97ba19359", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52293, "upload_time": "2019-07-31T18:35:13", "url": "https://files.pythonhosted.org/packages/8b/3a/d5b846812f20a601dac7f895957d7d8366a96f2e1d391996f39590f452a3/cyko-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "2403d4a08ed0724843a2aee6074b249e", "sha256": "a6a1e628ff355117f636f2a8eebd1834ffb117236b3a67f87638852a71db036f" }, "downloads": -1, "filename": "cyko-0.2.2.tar.gz", "has_sig": false, "md5_digest": "2403d4a08ed0724843a2aee6074b249e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52284, "upload_time": "2019-08-22T19:39:57", "url": "https://files.pythonhosted.org/packages/99/e6/9f395a59cec75ede8f7bdf9000a7e4dbcdd81d9466f274c870f4978d2ca7/cyko-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "4f6a97c24daca99f3a160055d84da3ec", "sha256": "a7aa5dd21935884d62197f9ebc0c34fbb9793efc572c5dbf0dbb0585bc66d1ff" }, "downloads": -1, "filename": "cyko-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4f6a97c24daca99f3a160055d84da3ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53259, "upload_time": "2019-08-22T22:55:00", "url": "https://files.pythonhosted.org/packages/5e/af/28d166ffe0d614f76bac1237155b1131ea0d9db84ffc0c61037dc5ddfc99/cyko-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "70bc4395373aadbe363cc1b762db2b0c", "sha256": "5ae9fb774e87a7e25fd36cf02f62a01de42e21be4aa019ba7abe38f9becd8f30" }, "downloads": -1, "filename": "cyko-0.2.4.tar.gz", "has_sig": false, "md5_digest": "70bc4395373aadbe363cc1b762db2b0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53281, "upload_time": "2019-09-13T18:06:00", "url": "https://files.pythonhosted.org/packages/64/d9/dcc141710c7d3b8cd53a70f6006b15ef7fd6fd368bbb959bd95da2ae67b6/cyko-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "4ff4dd41b3a78be417d1fd70a79673b0", "sha256": "f67c47eeb60431028a34ac75d2c3855c8d44527e4f33b4c30309aad5171b047b" }, "downloads": -1, "filename": "cyko-0.2.5.tar.gz", "has_sig": false, "md5_digest": "4ff4dd41b3a78be417d1fd70a79673b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53825, "upload_time": "2019-09-13T18:17:45", "url": "https://files.pythonhosted.org/packages/1d/43/12fa57f29fea2f5c46fc6e5c5535718f52534fa5a6aa056b1454a812cc00/cyko-0.2.5.tar.gz" } ], "0.2.5.1": [ { "comment_text": "", "digests": { "md5": "3a4b54d98056b2a322371c13627dbd3d", "sha256": "a1caeaef7d36cf7bed4888bfaa8366b0fc1b77982fc85cd557b779b79898ee9a" }, "downloads": -1, "filename": "cyko-0.2.5.1.tar.gz", "has_sig": false, "md5_digest": "3a4b54d98056b2a322371c13627dbd3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54236, "upload_time": "2019-09-13T18:53:55", "url": "https://files.pythonhosted.org/packages/93/a9/ffa5ad9d52c1b6f6bb2de4fc2c38f864cc82501ddba2ecab5e053950eed2/cyko-0.2.5.1.tar.gz" } ], "0.2.5.2": [ { "comment_text": "", "digests": { "md5": "23bb06b23b7fc11ad20797c007fcf6cf", "sha256": "138e00cdc904f5e8cf6caaee603ada77a42fd5a24e925abf3196dbbef5b68154" }, "downloads": -1, "filename": "cyko-0.2.5.2.tar.gz", "has_sig": false, "md5_digest": "23bb06b23b7fc11ad20797c007fcf6cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54277, "upload_time": "2019-09-13T19:01:51", "url": "https://files.pythonhosted.org/packages/06/10/7401c797e805c04ddce76aec75ee100c4894fe97b3c5af078f678a4fdcd5/cyko-0.2.5.2.tar.gz" } ], "0.2.5a0": [ { "comment_text": "", "digests": { "md5": "e2cb9785f8e2d881922e283f6b11392f", "sha256": "006b0fc2035ac85cdb3a7b54d7f6db3100c6c31ee65fcaded0a0a17224d2c128" }, "downloads": -1, "filename": "cyko-0.2.5a0.tar.gz", "has_sig": false, "md5_digest": "e2cb9785f8e2d881922e283f6b11392f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54241, "upload_time": "2019-09-13T18:45:30", "url": "https://files.pythonhosted.org/packages/ca/da/bdd1bcda49ca88ac5df6ed43b180d940783a66a6fc3cfc1467f0ccf91960/cyko-0.2.5a0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "23bb06b23b7fc11ad20797c007fcf6cf", "sha256": "138e00cdc904f5e8cf6caaee603ada77a42fd5a24e925abf3196dbbef5b68154" }, "downloads": -1, "filename": "cyko-0.2.5.2.tar.gz", "has_sig": false, "md5_digest": "23bb06b23b7fc11ad20797c007fcf6cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54277, "upload_time": "2019-09-13T19:01:51", "url": "https://files.pythonhosted.org/packages/06/10/7401c797e805c04ddce76aec75ee100c4894fe97b3c5af078f678a4fdcd5/cyko-0.2.5.2.tar.gz" } ] }