{"id":15253839,"url":"https://github.com/isla-uh/redpandas","last_synced_at":"2026-03-10T10:31:07.734Z","repository":{"id":57460802,"uuid":"366506423","full_name":"ISLA-UH/redpandas","owner":"ISLA-UH","description":"Pandas pipeline for RedVox data","archived":false,"fork":false,"pushed_at":"2025-04-02T21:07:42.000Z","size":33023,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T22:20:42.509Z","etag":null,"topics":["acoustics","analysis","data-science","data-structures-and-algorithms","geophysics","infrasound","libquantum","numpy","pandas","redvox","scipy","smartphone"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/redvox-pandas/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ISLA-UH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-11T20:34:10.000Z","updated_at":"2025-04-02T21:07:46.000Z","dependencies_parsed_at":"2023-09-07T01:03:30.389Z","dependency_job_id":"86b554db-faeb-42d5-8486-761808b323d1","html_url":"https://github.com/ISLA-UH/redpandas","commit_stats":{"total_commits":462,"total_committers":8,"mean_commits":57.75,"dds":"0.35930735930735935","last_synced_commit":"f944ffcdfcb170ef4c5ba631c0925c1dee006455"},"previous_names":["isla-uh/redpandas","redvoxinc/redpandas"],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISLA-UH%2Fredpandas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISLA-UH%2Fredpandas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISLA-UH%2Fredpandas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISLA-UH%2Fredpandas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ISLA-UH","download_url":"https://codeload.github.com/ISLA-UH/redpandas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248419764,"owners_count":21100246,"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":["acoustics","analysis","data-science","data-structures-and-algorithms","geophysics","infrasound","libquantum","numpy","pandas","redvox","scipy","smartphone"],"created_at":"2024-09-29T22:01:10.502Z","updated_at":"2026-03-10T10:31:06.852Z","avatar_url":"https://github.com/ISLA-UH.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RedPandas\n\n[![Current version on PyPI](https://img.shields.io/badge/pypi-v1.4.10-blue)](https://pypi.org/project/redvox-pandas/)\n[![Python versions supported](https://img.shields.io/badge/python-3.8+%20-blue)]()\n\n### Description\n\nThis repository contains routines to streamline preprocessing of [RedVox API 900](https://bitbucket.org/redvoxhi/redvox-protobuf-api/src/master/) \nand [API 1000](https://github.com/ISLA-UH/redvox-api-1000) (API M) data.\nThe RedVox Pandas (also known as RedPandas) pipeline is designed for integrability with other legacy and heterogeneous data sources.\n\n\u003cp\u003e\n\u003cimg src=\"https://github.com/ISLA-UH/redpandas/blob/master/docs/redpandas/img/cover_fig.png?raw=true\" alt=\"Wiggles\" width=\"700\"\u003e\n\u003c/p\u003e\n\n### Installation \n\nTo install with pip:\n```shell\npip install redvox-pandas\n```\n\nMore installation instructions can be found in the [RedPandas Installation Documentation](https://github.com/ISLA-UH/redpandas/blob/master/docs/redpandas/installation.md).\n\n### Examples \nA full example can be found in [examples directory](https://github.com/ISLA-UH/redpandas/tree/master/examples/skyfall#examples-skyfall).\n\n### Getting started\n\nCheck the [User Documentation](https://github.com/ISLA-UH/redpandas/blob/master/docs/redpandas/using_redpandas.md#how-to-use-redpandas) to get started.\n\nYou can find examples on [how to plot audio waveforms](https://redvoxinc.github.io/redvox-examples/04_plot_wiggles.html)\nand [audio spectrogram](https://redvoxinc.github.io/redvox-examples/05_plot_spectrogram.html) in [RedVox Examples](https://redvoxinc.github.io/redvox-examples/index.html).\n\n### API Documentation\n\nCheck the [API Documentation](https://redvoxinc.github.io/redpandas/) for more details on RedPandas functions.\n\n### Development\n\n- Please feel free to submit issues and bugs on the GitHub [issue tracker](https://github.com/ISLA-UH/redpandas/issues).\n- [Version History](https://github.com/ISLA-UH/redpandas/blob/master/docs/CHANGELOG.md)\n- [The Apache License](https://github.com/ISLA-UH/redpandas/blob/master/LICENSE)\n\n### Note\n\nRedPandas depends on [RedVox SDK version](https://github.com/ISLA-UH/redvox-python-sdk):\n- For RedVox SDK \u003e= 3.1.0, RedPandas \u003e= 1.3.0 \n- For RedVox SDK \u003c 3.1.0, RedPandas = 1.2.15\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisla-uh%2Fredpandas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisla-uh%2Fredpandas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisla-uh%2Fredpandas/lists"}