Easy to use functions to plot heat maps of geospatial data using staticmaps.
Project description
Heatfall: Easy to use functions for plotting heat maps of geographic data on static maps
What is it?
Heatfall is a Python package with easy to use functions for plotting heat maps of geographic data on a static map.
Where to get it
The source code is currently hosted on GitHub at: https://github.com/eddiethedean/heatfall
# PyPI
pip install heatfall
Dependencies
- py-staticmaps - A python module to create static map images (PNG, SVG) with markers, geodesic lines, etc.
- PyGeodesy - A pure Python implementation of geodesy tools for various ellipsoidal and spherical earth models using precision trigonometric, vector-based, exact, elliptic, iterative and approximate methods for geodetic (lat-/longitude), geocentric (ECEF cartesian) and certain triaxial ellipsoidal coordinates.
Example
import heatfall
lats = [27.88, 27.92, 27.94]
lons = [-82.49, -82.49, -82.46]
heatfall.plot_heat_hashes(lats, lons, 4)
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 Distribution
heatfall-0.1.0.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file heatfall-0.1.0.tar.gz
.
File metadata
- Download URL: heatfall-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af0b243b92a75dfe3bfea6f7377887f033d793ede90bda526f394579a23d18f2 |
|
MD5 | eb3a439aaa458311ee45b26c0d7c32e5 |
|
BLAKE2b-256 | b73b1b67ae43723e8eb729c9d412f037a076d8578aafd70748f7ec335ab36e3d |
File details
Details for the file heatfall-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: heatfall-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30a7223a888796bc3cc67ddf1bfbb438a6a35651c984678d36b732e0e6fae3ab |
|
MD5 | 6036f2d8ecf4d8575573f100a7b36642 |
|
BLAKE2b-256 | 8b7b8916da414acda90d5c28f02a142bab1579b25276ceceada1b0d926677952 |