nmdb


Namenmdb JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryPython examples to access data from the Neutron Monitor database
upload_time2023-06-30 15:15:23
maintainer
docs_urlNone
author
requires_python>=3.7
licenseCopyright (C) 2008-2023 Christian T. Steigies <steigies@nmdb.eu> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
keywords cosmic rays database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Access the Neutron Monitor database with python

![NMDB Logo](https://www.nmdb.eu/img/nmdb-6.png "NMDB")

This package provides python functions to access data from the
[Neutron Monitor database][nmdb].

# Installation

You can install directly from PyPI using
```
pip install nmdb
```

# Usage

- `nmdb_realtime` is an example to access realtime data,
as presented in a [tutorial][realtime] at the [NMDB hybrid conference in 2022][conf2022].

- `nmdb_nest_single` and `nmdb_nest_multi` are examples to get data from the
[NEST][nest] interface into a pandas dataframe.
These examples use the nest module from the nmdb package to generate html strings to query NEST.

- `nmdb_conf2022` is the script that creates the coverpage plot for the 2022 NMDB conference.
The plot shows GLE70 data as downloaded from NMDB 
(with the data header manually edited so that the data can be read easily with pandas). 
The plots are created using seaborn.

--- 

[nmdb]: https://nmdb.eu
[realtime]: https://conf2022.nmdb.eu/abstract/s6/steigies/
[conf2022]: https://conf2022.nmdb.eu
[nest]: https://www.nmdb.eu/nest/


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nmdb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "\"Christian T. Steigies\" <steigies@nmdb.eu>",
    "keywords": "cosmic rays,database",
    "author": "",
    "author_email": "\"Christian T. Steigies\" <steigies@nmdb.eu>",
    "download_url": "https://files.pythonhosted.org/packages/f8/79/b942890cceeccf389da8fa6d80c9153b778b028d08d1811f5c98346f277a/nmdb-0.1.2.tar.gz",
    "platform": null,
    "description": "# Access the Neutron Monitor database with python\n\n![NMDB Logo](https://www.nmdb.eu/img/nmdb-6.png \"NMDB\")\n\nThis package provides python functions to access data from the\n[Neutron Monitor database][nmdb].\n\n# Installation\n\nYou can install directly from PyPI using\n```\npip install nmdb\n```\n\n# Usage\n\n- `nmdb_realtime` is an example to access realtime data,\nas presented in a [tutorial][realtime] at the [NMDB hybrid conference in 2022][conf2022].\n\n- `nmdb_nest_single` and `nmdb_nest_multi` are examples to get data from the\n[NEST][nest] interface into a pandas dataframe.\nThese examples use the nest module from the nmdb package to generate html strings to query NEST.\n\n- `nmdb_conf2022` is the script that creates the coverpage plot for the 2022 NMDB conference.\nThe plot shows GLE70 data as downloaded from NMDB \n(with the data header manually edited so that the data can be read easily with pandas). \nThe plots are created using seaborn.\n\n--- \n\n[nmdb]: https://nmdb.eu\n[realtime]: https://conf2022.nmdb.eu/abstract/s6/steigies/\n[conf2022]: https://conf2022.nmdb.eu\n[nest]: https://www.nmdb.eu/nest/\n\n",
    "bugtrack_url": null,
    "license": "Copyright (C) 2008-2023 Christian T. Steigies <steigies@nmdb.eu>  This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.  You should have received a copy of the GNU General Public License along with this program.  If not, see <http://www.gnu.org/licenses/>. ",
    "summary": "Python examples to access data from the Neutron Monitor database",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://nmdb.eu",
        "Source": "https://github.com/steigies/nmdb/"
    },
    "split_keywords": [
        "cosmic rays",
        "database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f879b942890cceeccf389da8fa6d80c9153b778b028d08d1811f5c98346f277a",
                "md5": "6edc7788a73577416b690a397b5bba3e",
                "sha256": "b6cd29dcee5fdda350096d684c32434233075f3ee993716ee5847272027a368e"
            },
            "downloads": -1,
            "filename": "nmdb-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6edc7788a73577416b690a397b5bba3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 39037,
            "upload_time": "2023-06-30T15:15:23",
            "upload_time_iso_8601": "2023-06-30T15:15:23.338781Z",
            "url": "https://files.pythonhosted.org/packages/f8/79/b942890cceeccf389da8fa6d80c9153b778b028d08d1811f5c98346f277a/nmdb-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-30 15:15:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "steigies",
    "github_project": "nmdb",
    "github_not_found": true,
    "lcname": "nmdb"
}
        
Elapsed time: 0.20131s