Easy to use functions to plot geospatial data on maps using staticmaps.
Project description
Landfall: Easy to use functions for plotting geographic data on static maps
What is it?
Landfall is a Python package with easy to use functions for plotting geographic data on a static map.
Where to get it
The source code is currently hosted on GitHub at: https://github.com/eddiethedean/landfall
# PyPI
pip install landfall
Dependencies
- py-staticmaps - A python module to create static map images (PNG, SVG) with markers, geodesic lines, etc.
- distinctipy - A lightweight package for generating visually distinct colours.
Example
import landfall
lats = [27.88, 27.92, 27.94]
lons = [-82.49, -82.49, -82.46]
landfall.plot_points(lats, lons)
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
landfall-0.3.5.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file landfall-0.3.5.tar.gz
.
File metadata
- Download URL: landfall-0.3.5.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fc5fdfdad22d25b19a9e774e846b0300a30597070993433f328aad7cd75adc9 |
|
MD5 | 17400073763c0968e606a6fe4dc116eb |
|
BLAKE2b-256 | 194019f871627a02ce56fb0ec7e40e90095d293867108bf4048f689d4280c833 |
File details
Details for the file landfall-0.3.5-py3-none-any.whl
.
File metadata
- Download URL: landfall-0.3.5-py3-none-any.whl
- Upload date:
- Size: 8.3 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 | a0b18c0fc86bc95b98abe116c8ab6dcd225dd27ef196cd89a13d5008f5997875 |
|
MD5 | 84a377b074b881195fec8df3640f1d44 |
|
BLAKE2b-256 | 0ac2af1c5ecc95e67acf127f801f4d809869b3a1a37c7e9739aae361009432ce |