landfall


Namelandfall JSON
Version 0.3.5 PyPI version JSON
download
home_page
SummaryEasy to use functions to plot geospatial data on maps using staticmaps.
upload_time2023-08-01 14:41:04
maintainer
docs_urlNone
authorOdos Matthews
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Landfall Logo](https://raw.githubusercontent.com/eddiethedean/landfall/main/docs/landfall_logo.png)
-----------------

# Landfall: Easy to use functions for plotting geographic data on static maps
[![PyPI Latest Release](https://img.shields.io/pypi/v/landfall.svg)](https://pypi.org/project/landfall/)
![Tests](https://github.com/eddiethedean/landfall/actions/workflows/tests.yml/badge.svg)

## 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

```sh
# PyPI
pip install landfall
```

## Dependencies
- [py-staticmaps - A python module to create static map images (PNG, SVG) with markers, geodesic lines, etc.](https://github.com/flopp/py-staticmaps)
- [distinctipy - A lightweight package for generating visually distinct colours.](https://github.com/alan-turing-institute/distinctipy)


## Example
```sh
import landfall


lats = [27.88, 27.92, 27.94]
lons = [-82.49, -82.49, -82.46]

landfall.plot_points(lats, lons)
```
![](https://raw.githubusercontent.com/eddiethedean/landfall/main/docs/example_map.png)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "landfall",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Odos Matthews",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/19/40/19f871627a02ce56fb0ec7e40e90095d293867108bf4048f689d4280c833/landfall-0.3.5.tar.gz",
    "platform": "unix",
    "description": "![Landfall Logo](https://raw.githubusercontent.com/eddiethedean/landfall/main/docs/landfall_logo.png)\n-----------------\n\n# Landfall: Easy to use functions for plotting geographic data on static maps\n[![PyPI Latest Release](https://img.shields.io/pypi/v/landfall.svg)](https://pypi.org/project/landfall/)\n![Tests](https://github.com/eddiethedean/landfall/actions/workflows/tests.yml/badge.svg)\n\n## What is it?\n\n**Landfall** is a Python package with easy to use functions for plotting 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/landfall\n\n```sh\n# PyPI\npip install landfall\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- [distinctipy - A lightweight package for generating visually distinct colours.](https://github.com/alan-turing-institute/distinctipy)\n\n\n## Example\n```sh\nimport landfall\n\n\nlats = [27.88, 27.92, 27.94]\nlons = [-82.49, -82.49, -82.46]\n\nlandfall.plot_points(lats, lons)\n```\n![](https://raw.githubusercontent.com/eddiethedean/landfall/main/docs/example_map.png)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easy to use functions to plot geospatial data on maps using staticmaps.",
    "version": "0.3.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ac2af1c5ecc95e67acf127f801f4d809869b3a1a37c7e9739aae361009432ce",
                "md5": "84a377b074b881195fec8df3640f1d44",
                "sha256": "a0b18c0fc86bc95b98abe116c8ab6dcd225dd27ef196cd89a13d5008f5997875"
            },
            "downloads": -1,
            "filename": "landfall-0.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84a377b074b881195fec8df3640f1d44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8292,
            "upload_time": "2023-08-01T14:41:02",
            "upload_time_iso_8601": "2023-08-01T14:41:02.520729Z",
            "url": "https://files.pythonhosted.org/packages/0a/c2/af1c5ecc95e67acf127f801f4d809869b3a1a37c7e9739aae361009432ce/landfall-0.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "194019f871627a02ce56fb0ec7e40e90095d293867108bf4048f689d4280c833",
                "md5": "17400073763c0968e606a6fe4dc116eb",
                "sha256": "2fc5fdfdad22d25b19a9e774e846b0300a30597070993433f328aad7cd75adc9"
            },
            "downloads": -1,
            "filename": "landfall-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "17400073763c0968e606a6fe4dc116eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7529,
            "upload_time": "2023-08-01T14:41:04",
            "upload_time_iso_8601": "2023-08-01T14:41:04.434143Z",
            "url": "https://files.pythonhosted.org/packages/19/40/19f871627a02ce56fb0ec7e40e90095d293867108bf4048f689d4280c833/landfall-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 14:41:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "landfall"
}
        
Elapsed time: 0.11666s