Metadata-Version: 2.1
Name: geobizml
Version: 0.1.0
Summary: A package for geospatial data visualization, plotting, analysis, and machine learning.
Home-page: https://github.com/yourusername/geobizml
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: License.css
Requires-Dist: IPython
Requires-Dist: geopandas
Requires-Dist: shapely
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: cartopy
Requires-Dist: requests

# 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.
