imo-vmdb


Nameimo-vmdb JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/jankorichter/imo-vmdb
SummaryImports VMDB CSV files from IMO into a SQL database.
upload_time2024-01-13 21:05:54
maintainer
docs_urlNone
authorJanko Richter
requires_python>=3.8,<4.0
licenseMIT
keywords imo vmdb sql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # imo-vmdb

This project provides a command line tool to maintain a SQL interface to the
[Visual Meteor Database (VMDB)](https://www.imo.net/members/imo_vmdb/)
of the
[International Meteor Organization (IMO)](https://www.imo.net/).

The IMO provides the data in the form of pure text files [(CSV files)](https://en.wikipedia.org/wiki/Comma-separated_values).
This format is not suitable for the evaluation of this data.
With *imo-vmdb* this data is imported into a relational SQL database.
A large number of programming languages have interfaces to these databases.
This makes it possible to load data from the VMDB according to different criteria in different applications.

No evaluations can be performed with *imo-vmdb* itself.
However, during the import of the data, various error and plausibility checks are performed.
This ensures that the data are suitable for analysis.
In addition, the observations are supplemented with properties in order to be able to filter according to these properties.
Examples are the positions of the radiants, the sun and the moon.

For more information see https://imo-vmdb.readthedocs.io/en/latest/
.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jankorichter/imo-vmdb",
    "name": "imo-vmdb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "IMO,VMDB,SQL",
    "author": "Janko Richter",
    "author_email": "janko@richtej.de",
    "download_url": "https://files.pythonhosted.org/packages/b0/98/24de707ae896a3e9c6638e52d4c11b2b9ba4c7c42fe7d418754b89339c8c/imo_vmdb-1.4.0.tar.gz",
    "platform": null,
    "description": "# imo-vmdb\n\nThis project provides a command line tool to maintain a SQL interface to the\n[Visual Meteor Database (VMDB)](https://www.imo.net/members/imo_vmdb/)\nof the\n[International Meteor Organization (IMO)](https://www.imo.net/).\n\nThe IMO provides the data in the form of pure text files [(CSV files)](https://en.wikipedia.org/wiki/Comma-separated_values).\nThis format is not suitable for the evaluation of this data.\nWith *imo-vmdb* this data is imported into a relational SQL database.\nA large number of programming languages have interfaces to these databases.\nThis makes it possible to load data from the VMDB according to different criteria in different applications.\n\nNo evaluations can be performed with *imo-vmdb* itself.\nHowever, during the import of the data, various error and plausibility checks are performed.\nThis ensures that the data are suitable for analysis.\nIn addition, the observations are supplemented with properties in order to be able to filter according to these properties.\nExamples are the positions of the radiants, the sun and the moon.\n\nFor more information see https://imo-vmdb.readthedocs.io/en/latest/\n.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Imports VMDB CSV files from IMO into a SQL database.",
    "version": "1.4.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/jankorichter/imo-vmdb/issues",
        "Documentation": "https://imo-vmdb.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/jankorichter/imo-vmdb",
        "Repository": "https://github.com/jankorichter/imo-vmdb"
    },
    "split_keywords": [
        "imo",
        "vmdb",
        "sql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cd7303b87be42827311ad641acd3662035b163799ed811cf1d823263a18d360",
                "md5": "1990dd614d486b13c1e07305b52914dc",
                "sha256": "d8c7883ba2c3e0293eefd4464dc2f442f2df1f271d928bb5c63d6ba8c4652908"
            },
            "downloads": -1,
            "filename": "imo_vmdb-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1990dd614d486b13c1e07305b52914dc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 32160,
            "upload_time": "2024-01-13T21:05:52",
            "upload_time_iso_8601": "2024-01-13T21:05:52.641261Z",
            "url": "https://files.pythonhosted.org/packages/9c/d7/303b87be42827311ad641acd3662035b163799ed811cf1d823263a18d360/imo_vmdb-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b09824de707ae896a3e9c6638e52d4c11b2b9ba4c7c42fe7d418754b89339c8c",
                "md5": "67f1cf0e9beaf2d85a60dd50345e4de7",
                "sha256": "1bf94eb965071065800e9a103405532120e61ce557ef5526b07d0e1fa907cd8e"
            },
            "downloads": -1,
            "filename": "imo_vmdb-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "67f1cf0e9beaf2d85a60dd50345e4de7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 22467,
            "upload_time": "2024-01-13T21:05:54",
            "upload_time_iso_8601": "2024-01-13T21:05:54.123155Z",
            "url": "https://files.pythonhosted.org/packages/b0/98/24de707ae896a3e9c6638e52d4c11b2b9ba4c7c42fe7d418754b89339c8c/imo_vmdb-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 21:05:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jankorichter",
    "github_project": "imo-vmdb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "imo-vmdb"
}
        
Elapsed time: 0.23194s