SeisMonitor


NameSeisMonitor JSON
Version 0.0.52 PyPI version JSON
download
home_pagehttps://github.com/ecastillot/SeisMonitor
SummaryTo monitor seismic activity
upload_time2024-10-09 00:50:11
maintainerNone
docs_urlNone
authorecastillot (Emmanuel Castillo)
requires_python>=3.8
licenseNone
keywords python seismonitor earthquakes seismology
VCS
bugtrack_url
requirements obspy tensorflow keras pyproj GitPython numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A package that allows to monitor the seismic activity through main steps in the monitoring workflow: earthquake detection and phase picking -> phase associator -> earthquake locator -> magnitude estimation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ecastillot/SeisMonitor",
    "name": "SeisMonitor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, seismonitor, earthquakes, seismology",
    "author": "ecastillot (Emmanuel Castillo)",
    "author_email": "<ecastillot@unal.edu.co>",
    "download_url": "https://files.pythonhosted.org/packages/a0/65/07cacc228230cc3130fb6f917d97b9794b90bf7630e44ea00677685a5325/SeisMonitor-0.0.52.tar.gz",
    "platform": null,
    "description": "A package that allows to monitor the seismic activity through main steps in the monitoring workflow: earthquake detection and phase picking -> phase associator -> earthquake locator -> magnitude estimation.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "To monitor seismic activity",
    "version": "0.0.52",
    "project_urls": {
        "Homepage": "https://github.com/ecastillot/SeisMonitor"
    },
    "split_keywords": [
        "python",
        " seismonitor",
        " earthquakes",
        " seismology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e641a528d16c0368e5bb6bbe9e3b3a64b655459ef56fbb48d7565f806b399420",
                "md5": "c03a3d6334c5b811c8214929d7500506",
                "sha256": "3836f59676cec615e87bb5b37d82d62d0357fcd1ab3e10431e5e2de7ba6057ec"
            },
            "downloads": -1,
            "filename": "SeisMonitor-0.0.52-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c03a3d6334c5b811c8214929d7500506",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 116018,
            "upload_time": "2024-10-09T00:50:09",
            "upload_time_iso_8601": "2024-10-09T00:50:09.608069Z",
            "url": "https://files.pythonhosted.org/packages/e6/41/a528d16c0368e5bb6bbe9e3b3a64b655459ef56fbb48d7565f806b399420/SeisMonitor-0.0.52-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a06507cacc228230cc3130fb6f917d97b9794b90bf7630e44ea00677685a5325",
                "md5": "5f3caa318919b9d1e8ec1fc96fb9af3c",
                "sha256": "fca200ecf3ca5333498c06e6c9ac0d54445cb97237ea437aaf4b572532b07383"
            },
            "downloads": -1,
            "filename": "SeisMonitor-0.0.52.tar.gz",
            "has_sig": false,
            "md5_digest": "5f3caa318919b9d1e8ec1fc96fb9af3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 95793,
            "upload_time": "2024-10-09T00:50:11",
            "upload_time_iso_8601": "2024-10-09T00:50:11.327067Z",
            "url": "https://files.pythonhosted.org/packages/a0/65/07cacc228230cc3130fb6f917d97b9794b90bf7630e44ea00677685a5325/SeisMonitor-0.0.52.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 00:50:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ecastillot",
    "github_project": "SeisMonitor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "obspy",
            "specs": [
                [
                    "==",
                    "1.4"
                ]
            ]
        },
        {
            "name": "tensorflow",
            "specs": [
                [
                    ">=",
                    "2.12"
                ]
            ]
        },
        {
            "name": "keras",
            "specs": [
                [
                    ">=",
                    "2.12"
                ]
            ]
        },
        {
            "name": "pyproj",
            "specs": []
        },
        {
            "name": "GitPython",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.23"
                ]
            ]
        }
    ],
    "lcname": "seismonitor"
}
        
Elapsed time: 0.60950s