`japanmap` is a package for Japanese map.
Project description
japanmap is a package for Japanese map.
Usage
import matplotlib.pyplot as plt
from japanmap import picture, get_data, pref_map
pct = picture({'北海道': 'blue'}) # numpy.ndarray
# pct = picture({1: 'blue'}) # same to above
plt.imshow(pct); # show graphics
# plt.savefig('map.png') # save to PNG file
svg = pref_map(range(1,48), qpqo=get_data(), width=4)
# `svg.data` is SVG source
svg
Requirements
- Python 3, Pillow, Numpy, Open-CV
Setup
$ pip install japanmap
History
- 0.0.1 (2016-6-7): first release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
japanmap-0.6.0-py3-none-any.whl
(161.1 kB
view details)
File details
Details for the file japanmap-0.6.0-py3-none-any.whl.
File metadata
- Download URL: japanmap-0.6.0-py3-none-any.whl
- Upload date:
- Size: 161.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71a7d3756cb1d438d9f2731660801548bc8b1b5e8b8fcb4dacc8b29300282056
|
|
| MD5 |
a3695e5ee76c76da6b637379571bcb06
|
|
| BLAKE2b-256 |
6f6e12437cf21cb25229ca97e92e0831f9d2ba540103d5b3b95f9f86da9c1103
|