utdquake


Nameutdquake JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/ecastillot/UTDQuake
SummaryUniversity of Texas at Dallas Earthquake Dataset
upload_time2025-01-30 03:32:55
maintainerNone
docs_urlNone
authorecastillot (Emmanuel Castillo)
requires_python>=3.10
licenseNone
keywords python utdquake earthquakes seismology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Twitter Follow](https://img.shields.io/twitter/follow/manuavid?style=social)![GitHub followers](https://img.shields.io/github/followers/ecastillot?style=social)![GitHub stars](https://img.shields.io/github/stars/ecastillot/EQviewer?style=social)![GitHub forks](https://img.shields.io/github/forks/ecastillot/EQviewer?style=social)
# UTDQuake
University of Texas at Dallas Earthquake Dataset

# Examples

| Examples | Notebook  |
|---|---|
| UTDClient| [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ecastillot/UTDQuake/blob/main/examples/utd_client.ipynb) |

# Versions

## Development
- 0.0.8 & 0.0.9:
    Fixing init bugs
- 0.0.7:
    - clients
        - utd:
            UTD module is only used to write custom earthquake dataset
            (stations.db,catalog.csv,pics.db,mag.db)
        - fdsn:
            Custom FDSN client now is part of fdsn module
    - core
        - database: Load and read dataframes from sql (chunk is included)
        - event: Different classes to manage different type of dataframes      (events,stations,picks)
    
- 0.0.6:
    - tools:
        Bug Fixed: missing __init__ file
- 0.0.5:
    Requirement: python >= 3.10
- 0.0.4: 
    - clients:
        - utd: (from FDSN): 
            - get_custom_stations: Retrieve custom station information and optionally save it to a CSV file.
- 0.0.3: 
    - clients: 
        - local: (from SDS) : Allow to upload local data from obspy easily 
        - utd: (from FDSN): 
            - get_custom_events: Retrieves custom seismic event data, including origins, picks, and magnitudes.
            - get_stats:
            Retrieve waveforms and compute rolling statistics for the specified time interval. 
                - Availability percentage
                - Gaps duration
                - Overlaps duration
                - Gaps count
                - Overlaps count
    - core:
        - database: Load and read dataframs from sql
    - scan:
        - scan: 
            - scanner:
                - scan: Scan the waveform data for each provider and save results to the database.
                - get_stats: Retrieve statistical data from database files based on the provided criteria.
            - plot_rolling_stats: Plots rolling statistics data as a heatmap with optional color bar and time axis customization.
    - tools:
        - stats:
            - get_stats_by_instrument: Calculate statistics for seismic data from specified channels and time range.
            - get_stats: Calculate statistics for seismic data grouped by instrument.
            - get_rolling_stats: Calculate rolling statistics for seismic data over specified time intervals.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ecastillot/UTDQuake",
    "name": "utdquake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "python, utdquake, earthquakes, seismology",
    "author": "ecastillot (Emmanuel Castillo)",
    "author_email": "<castillo.280997@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/52/a1/fc12b78c484fcb0a80760d9ee1de76640229ff3bcb36c84ae46aefd8a431/utdquake-0.0.9.tar.gz",
    "platform": null,
    "description": "![Twitter Follow](https://img.shields.io/twitter/follow/manuavid?style=social)![GitHub followers](https://img.shields.io/github/followers/ecastillot?style=social)![GitHub stars](https://img.shields.io/github/stars/ecastillot/EQviewer?style=social)![GitHub forks](https://img.shields.io/github/forks/ecastillot/EQviewer?style=social)\n# UTDQuake\nUniversity of Texas at Dallas Earthquake Dataset\n\n# Examples\n\n| Examples | Notebook  |\n|---|---|\n| UTDClient| [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ecastillot/UTDQuake/blob/main/examples/utd_client.ipynb) |\n\n# Versions\n\n## Development\n- 0.0.8 & 0.0.9:\n    Fixing init bugs\n- 0.0.7:\n    - clients\n        - utd:\n            UTD module is only used to write custom earthquake dataset\n            (stations.db,catalog.csv,pics.db,mag.db)\n        - fdsn:\n            Custom FDSN client now is part of fdsn module\n    - core\n        - database: Load and read dataframes from sql (chunk is included)\n        - event: Different classes to manage different type of dataframes      (events,stations,picks)\n    \n- 0.0.6:\n    - tools:\n        Bug Fixed: missing __init__ file\n- 0.0.5:\n    Requirement: python >= 3.10\n- 0.0.4: \n    - clients:\n        - utd: (from FDSN): \n            - get_custom_stations: Retrieve custom station information and optionally save it to a CSV file.\n- 0.0.3: \n    - clients: \n        - local: (from SDS) : Allow to upload local data from obspy easily \n        - utd: (from FDSN): \n            - get_custom_events: Retrieves custom seismic event data, including origins, picks, and magnitudes.\n            - get_stats:\n            Retrieve waveforms and compute rolling statistics for the specified time interval. \n                - Availability percentage\n                - Gaps duration\n                - Overlaps duration\n                - Gaps count\n                - Overlaps count\n    - core:\n        - database: Load and read dataframs from sql\n    - scan:\n        - scan: \n            - scanner:\n                - scan: Scan the waveform data for each provider and save results to the database.\n                - get_stats: Retrieve statistical data from database files based on the provided criteria.\n            - plot_rolling_stats: Plots rolling statistics data as a heatmap with optional color bar and time axis customization.\n    - tools:\n        - stats:\n            - get_stats_by_instrument: Calculate statistics for seismic data from specified channels and time range.\n            - get_stats: Calculate statistics for seismic data grouped by instrument.\n            - get_rolling_stats: Calculate rolling statistics for seismic data over specified time intervals.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "University of Texas at Dallas Earthquake Dataset",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://github.com/ecastillot/UTDQuake"
    },
    "split_keywords": [
        "python",
        " utdquake",
        " earthquakes",
        " seismology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6470079dbd69e2e7a221f728123cb1a0784e57efbb31e2de7fbae5041856a465",
                "md5": "b00a74e229e4dd7fcb044389b8ebeb30",
                "sha256": "b95781335c7b4c8e18e5b915d5fe0a934888677abf9d387d55a591067a58b419"
            },
            "downloads": -1,
            "filename": "utdquake-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b00a74e229e4dd7fcb044389b8ebeb30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 65052,
            "upload_time": "2025-01-30T03:32:53",
            "upload_time_iso_8601": "2025-01-30T03:32:53.550376Z",
            "url": "https://files.pythonhosted.org/packages/64/70/079dbd69e2e7a221f728123cb1a0784e57efbb31e2de7fbae5041856a465/utdquake-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52a1fc12b78c484fcb0a80760d9ee1de76640229ff3bcb36c84ae46aefd8a431",
                "md5": "db0499225a72140968e93449123056e6",
                "sha256": "35ee1400d0e305686dc53b42574521ece69ca59b189999e2b8ed303ad3cedd1c"
            },
            "downloads": -1,
            "filename": "utdquake-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "db0499225a72140968e93449123056e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 58758,
            "upload_time": "2025-01-30T03:32:55",
            "upload_time_iso_8601": "2025-01-30T03:32:55.308656Z",
            "url": "https://files.pythonhosted.org/packages/52/a1/fc12b78c484fcb0a80760d9ee1de76640229ff3bcb36c84ae46aefd8a431/utdquake-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-30 03:32:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ecastillot",
    "github_project": "UTDQuake",
    "github_not_found": true,
    "lcname": "utdquake"
}
        
Elapsed time: 0.46634s