Name | heatfall JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | Easy to use functions to plot heat maps of geospatial data using staticmaps. |
upload_time | 2023-08-04 17:16:44 |
maintainer | |
docs_url | None |
author | Odos Matthews |
requires_python | >=3.8 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|

-----------------
# Heatfall: Easy to use functions for plotting heat maps of geographic data on static maps
[](https://pypi.org/project/heatfall/)

## 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
```sh
# PyPI
pip install heatfall
```
## Dependencies
- [py-staticmaps - A python module to create static map images (PNG, SVG) with markers, geodesic lines, etc.](https://github.com/flopp/py-staticmaps)
- [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.](https://github.com/mrJean1/PyGeodesy)
## Example
```sh
import heatfall
lats = [27.88, 27.92, 27.94]
lons = [-82.49, -82.49, -82.46]
heatfall.plot_heat_hashes(lats, lons, 4)
```

Raw data
{
"_id": null,
"home_page": "",
"name": "heatfall",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Odos Matthews",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/b7/3b/1b67ae43723e8eb729c9d412f037a076d8578aafd70748f7ec335ab36e3d/heatfall-0.1.0.tar.gz",
"platform": "unix",
"description": "\n-----------------\n\n# Heatfall: Easy to use functions for plotting heat maps of geographic data on static maps\n[](https://pypi.org/project/heatfall/)\n\n\n## What is it?\n\n**Heatfall** is a Python package with easy to use functions for plotting heat maps of geographic data on a static map.\n\n## Where to get it\nThe source code is currently hosted on GitHub at:\nhttps://github.com/eddiethedean/heatfall\n\n```sh\n# PyPI\npip install heatfall\n```\n\n## Dependencies\n- [py-staticmaps - A python module to create static map images (PNG, SVG) with markers, geodesic lines, etc.](https://github.com/flopp/py-staticmaps)\n- [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.](https://github.com/mrJean1/PyGeodesy)\n\n## Example\n```sh\nimport heatfall\n\n\nlats = [27.88, 27.92, 27.94]\nlons = [-82.49, -82.49, -82.46]\n\nheatfall.plot_heat_hashes(lats, lons, 4)\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Easy to use functions to plot heat maps of geospatial data using staticmaps.",
"version": "0.1.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8b7b8916da414acda90d5c28f02a142bab1579b25276ceceada1b0d926677952",
"md5": "6036f2d8ecf4d8575573f100a7b36642",
"sha256": "30a7223a888796bc3cc67ddf1bfbb438a6a35651c984678d36b732e0e6fae3ab"
},
"downloads": -1,
"filename": "heatfall-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6036f2d8ecf4d8575573f100a7b36642",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4731,
"upload_time": "2023-08-04T17:16:42",
"upload_time_iso_8601": "2023-08-04T17:16:42.814453Z",
"url": "https://files.pythonhosted.org/packages/8b/7b/8916da414acda90d5c28f02a142bab1579b25276ceceada1b0d926677952/heatfall-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b73b1b67ae43723e8eb729c9d412f037a076d8578aafd70748f7ec335ab36e3d",
"md5": "eb3a439aaa458311ee45b26c0d7c32e5",
"sha256": "af0b243b92a75dfe3bfea6f7377887f033d793ede90bda526f394579a23d18f2"
},
"downloads": -1,
"filename": "heatfall-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "eb3a439aaa458311ee45b26c0d7c32e5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4822,
"upload_time": "2023-08-04T17:16:44",
"upload_time_iso_8601": "2023-08-04T17:16:44.723945Z",
"url": "https://files.pythonhosted.org/packages/b7/3b/1b67ae43723e8eb729c9d412f037a076d8578aafd70748f7ec335ab36e3d/heatfall-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-04 17:16:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "heatfall"
}