geobizml


Namegeobizml JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/geobizml
SummaryA package for geospatial data visualization, plotting, analysis, and machine learning.
upload_time2024-06-22 06:38:57
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GeoBizML

![PyPI](https://img.shields.io/pypi/v/geobizml)
![License](https://img.shields.io/pypi/l/geobizml)
![Python Versions](https://img.shields.io/pypi/pyversions/geobizml)

GeoBizML is a Python package designed for geospatial business analysis and machine learning. It provides a set of tools and functions to analyze geographical data, perform clustering, visualize results, and more.

## Features

- Geospatial data handling with GeoPandas
- Clustering algorithms including K-Means
- Visualization of clusters and convex hulls using Leaflet maps
- Various visualization plots: points plot, path plots, bubble plots
- Easy integration with Jupyter Notebooks

## Installation

You can install GeoBizML from PyPI using pip:

```bash
pip install geobizml


## Copyright

© 2024 Himanshu Bhardwaj

All rights reserved.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/geobizml",
    "name": "geobizml",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/da/d4/8de282d33a048fb61ffe1275cad918466e894a23292fdbaf9366e49d8de1/geobizml-0.1.0.tar.gz",
    "platform": null,
    "description": "# GeoBizML\r\n\r\n![PyPI](https://img.shields.io/pypi/v/geobizml)\r\n![License](https://img.shields.io/pypi/l/geobizml)\r\n![Python Versions](https://img.shields.io/pypi/pyversions/geobizml)\r\n\r\nGeoBizML is a Python package designed for geospatial business analysis and machine learning. It provides a set of tools and functions to analyze geographical data, perform clustering, visualize results, and more.\r\n\r\n## Features\r\n\r\n- Geospatial data handling with GeoPandas\r\n- Clustering algorithms including K-Means\r\n- Visualization of clusters and convex hulls using Leaflet maps\r\n- Various visualization plots: points plot, path plots, bubble plots\r\n- Easy integration with Jupyter Notebooks\r\n\r\n## Installation\r\n\r\nYou can install GeoBizML from PyPI using pip:\r\n\r\n```bash\r\npip install geobizml\r\n\r\n\r\n## Copyright\r\n\r\n\u00c2\u00a9 2024 Himanshu Bhardwaj\r\n\r\nAll rights reserved.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for geospatial data visualization, plotting, analysis, and machine learning.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/geobizml"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5da8975b8959e94cd3ec313786fc2cb2cdb9b4f0289753cda4f41a93b01b475e",
                "md5": "832e36cf6dc65c8e08695990dcb0585a",
                "sha256": "7c6154c15d6fce1cfd6fe25f5d469cfdf2d6825c72c6f5c343f047df1b01387e"
            },
            "downloads": -1,
            "filename": "geobizml-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "832e36cf6dc65c8e08695990dcb0585a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14189,
            "upload_time": "2024-06-22T06:38:55",
            "upload_time_iso_8601": "2024-06-22T06:38:55.572937Z",
            "url": "https://files.pythonhosted.org/packages/5d/a8/975b8959e94cd3ec313786fc2cb2cdb9b4f0289753cda4f41a93b01b475e/geobizml-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dad48de282d33a048fb61ffe1275cad918466e894a23292fdbaf9366e49d8de1",
                "md5": "c2721c511415756e7fdebdaf13b3828e",
                "sha256": "eddd4d6b1188ed87b8f90e6dfe50b13773a8ff74b8be4adbb08693f47dd27ff0"
            },
            "downloads": -1,
            "filename": "geobizml-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c2721c511415756e7fdebdaf13b3828e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 11077,
            "upload_time": "2024-06-22T06:38:57",
            "upload_time_iso_8601": "2024-06-22T06:38:57.054668Z",
            "url": "https://files.pythonhosted.org/packages/da/d4/8de282d33a048fb61ffe1275cad918466e894a23292fdbaf9366e49d8de1/geobizml-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-22 06:38:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "geobizml",
    "github_not_found": true,
    "lcname": "geobizml"
}
        
Elapsed time: 0.27065s