Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyang91/geomapdemo
a python package demo
https://github.com/zyang91/geomapdemo
geospatial interative-mapping jupyter map-making python
Last synced: 17 days ago
JSON representation
a python package demo
- Host: GitHub
- URL: https://github.com/zyang91/geomapdemo
- Owner: zyang91
- License: mit
- Created: 2023-03-16T01:10:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T19:10:10.000Z (3 months ago)
- Last Synced: 2024-10-06T23:34:09.580Z (about 1 month ago)
- Topics: geospatial, interative-mapping, jupyter, map-making, python
- Language: Python
- Homepage: https://zyang91.github.io/geomapdemo/
- Size: 16.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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)
- Software License: MIT license
- Documentation: https://zyang91.github.io/geomapdemo## Features
- Create random numbers and random text
- 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
- Python 3.12