SeisMonitor


NameSeisMonitor JSON
Version 0.0.50 PyPI version JSON
download
home_pagehttps://github.com/ecastillot/SeisMonitor
SummaryTo monitor seismic activity
upload_time2023-11-13 07:22:29
maintainer
docs_urlNone
authorecastillot (Emmanuel Castillo)
requires_python>=3.8
license
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": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "python,seismonitor,earthquakes,seismology",
    "author": "ecastillot (Emmanuel Castillo)",
    "author_email": "<ecastillot@unal.edu.co>",
    "download_url": "https://files.pythonhosted.org/packages/7c/d9/67a89ebd1f7bbd162d1f0d82edd4e759061f4e73dc5af7be6b4cd1b741b3/SeisMonitor-0.0.50.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": "",
    "summary": "To monitor seismic activity",
    "version": "0.0.50",
    "project_urls": {
        "Homepage": "https://github.com/ecastillot/SeisMonitor"
    },
    "split_keywords": [
        "python",
        "seismonitor",
        "earthquakes",
        "seismology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e064e561c63d0eaee6c6ab0e03f5dfc83f6b906fb31ddd7397fe1d606e5e125",
                "md5": "0687ffb0755bbbd7163442076fff9d57",
                "sha256": "605628c897759e2b48d86fd0d10763e7e77a350cb67cb37c97b310b46ea17787"
            },
            "downloads": -1,
            "filename": "SeisMonitor-0.0.50-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0687ffb0755bbbd7163442076fff9d57",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 104399,
            "upload_time": "2023-11-13T07:22:27",
            "upload_time_iso_8601": "2023-11-13T07:22:27.587727Z",
            "url": "https://files.pythonhosted.org/packages/3e/06/4e561c63d0eaee6c6ab0e03f5dfc83f6b906fb31ddd7397fe1d606e5e125/SeisMonitor-0.0.50-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cd967a89ebd1f7bbd162d1f0d82edd4e759061f4e73dc5af7be6b4cd1b741b3",
                "md5": "1bae7838d79615c0ad2e1e52437d011c",
                "sha256": "6735d00f28f100b097151f42aa8b8a0526f693340e9b4fe7130f2a8d7b584c02"
            },
            "downloads": -1,
            "filename": "SeisMonitor-0.0.50.tar.gz",
            "has_sig": false,
            "md5_digest": "1bae7838d79615c0ad2e1e52437d011c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 83934,
            "upload_time": "2023-11-13T07:22:29",
            "upload_time_iso_8601": "2023-11-13T07:22:29.949323Z",
            "url": "https://files.pythonhosted.org/packages/7c/d9/67a89ebd1f7bbd162d1f0d82edd4e759061f4e73dc5af7be6b4cd1b741b3/SeisMonitor-0.0.50.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-13 07:22:29",
    "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.20773s