Metadata-Version: 2.1
Name: geomapdemo
Version: 0.3.4
Summary: A python package for interactive mapping.
Home-page: https://github.com/zyang91/geomapdemo
Author: Zhanchao Yang
Author-email: zyang91@binghamton.edu
License: MIT license
Keywords: geomapdemo
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: folium
Requires-Dist: ipyleaflet
Requires-Dist: geopandas
Requires-Dist: httpx
Requires-Dist: seaborn
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: ipywidgets

# geomapdemo

[![Software License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Downloads](https://static.pepy.tech/badge/geomapdemo)](https://pepy.tech/project/geomapdemo)
[![image](https://img.shields.io/pypi/v/geomapdemo.svg)](https://pypi.python.org/pypi/geomapdemo)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zyang91/geomapdemo/HEAD)
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://zyang91.github.io/geomapdemo-jupyter-lite/)
![image](https://github.com/zyang91/geomapdemo/workflows/docs/badge.svg)
![image](https://github.com/zyang91/geomapdemo/workflows/build/badge.svg)
[![Github Badge](https://img.shields.io/badge/Github-Repo-yellow)](https://github.com/zyang91/geomapdemo)

**A Python package for interactive mapping.**


## Logo

![Logo](docs/logo/logo.jpg)

- Free software: MIT license
- Documentation: https://zyang91.github.io/geomapdemo
    

## Features

-   Create random numbers and random text
-   Basic Mapping and drawing
-   Vector and raster layer functions available
-   Ipyleaflet-based interactive map function
-   Folium-based interactive map function
-   Chart module for interactive chart-making


## Supported Python Version
- Python 3
- Python 3.7
- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11

