smopy


Namesmopy JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/rossant/smopy
SummaryOpenStreetMap image tiles in Python
upload_time2022-03-24 12:52:38
maintainer
docs_urlNone
authorCyrille Rossant
requires_python
licenseBSD
keywords openstreetmap matplotlib map maps ipython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Smopy
=====

Give a box in geographical coordinates (latitude/longitude) and a zoom level,
Smopy returns an OpenStreetMap tile image!


Installation
------------

Smopy currently requires:

* Pillow
* NumPy
* matplotlib
* IPython (optional)


To install Smopy run ``pip install smopy``.

For IPython support run ``pip install smopy[ipython]``.

To install Smopy directly from the repository clone the project and put the folder in your PYTHONPATH.


Terms of use
------------

This module fetches image maps from `OpenStreetMap <http://www.openstreetmap.org/>`_'s servers.
See the `Tile usage policy <http://wiki.openstreetmap.org/wiki/Tile_usage_policy>`_.
In particular, **be careful not to retrieve large maps** as this can overload the servers.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rossant/smopy",
    "name": "smopy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "openstreetmap matplotlib map maps ipython",
    "author": "Cyrille Rossant",
    "author_email": "rossant@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/14/00/b0aa254254c1072c08adafe6d47dd2795e24d109a002296cb46694d57ed5/smopy-0.0.8.tar.gz",
    "platform": null,
    "description": "Smopy\n=====\n\nGive a box in geographical coordinates (latitude/longitude) and a zoom level,\nSmopy returns an OpenStreetMap tile image!\n\n\nInstallation\n------------\n\nSmopy currently requires:\n\n* Pillow\n* NumPy\n* matplotlib\n* IPython (optional)\n\n\nTo install Smopy run ``pip install smopy``.\n\nFor IPython support run ``pip install smopy[ipython]``.\n\nTo install Smopy directly from the repository clone the project and put the folder in your PYTHONPATH.\n\n\nTerms of use\n------------\n\nThis module fetches image maps from `OpenStreetMap <http://www.openstreetmap.org/>`_'s servers.\nSee the `Tile usage policy <http://wiki.openstreetmap.org/wiki/Tile_usage_policy>`_.\nIn particular, **be careful not to retrieve large maps** as this can overload the servers.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "OpenStreetMap image tiles in Python",
    "version": "0.0.8",
    "split_keywords": [
        "openstreetmap",
        "matplotlib",
        "map",
        "maps",
        "ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dc1a942fbe9ec727e073c043f6dd451a226c880428a457bce03b9fce8b75cbf",
                "md5": "78faab91f4141d3f37f5950b567bb8d6",
                "sha256": "463ca05b18706ea564836b7d2ada616c16b960e3ace879ac407ba2577c3188df"
            },
            "downloads": -1,
            "filename": "smopy-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "78faab91f4141d3f37f5950b567bb8d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6433,
            "upload_time": "2022-03-24T12:52:36",
            "upload_time_iso_8601": "2022-03-24T12:52:36.673928Z",
            "url": "https://files.pythonhosted.org/packages/7d/c1/a942fbe9ec727e073c043f6dd451a226c880428a457bce03b9fce8b75cbf/smopy-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1400b0aa254254c1072c08adafe6d47dd2795e24d109a002296cb46694d57ed5",
                "md5": "60a6717690de1247f3126a7494bd62a8",
                "sha256": "7f9313b8bf98cd886d07d7094584a48bf0aca409d78b67e9d348e47b335b799f"
            },
            "downloads": -1,
            "filename": "smopy-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "60a6717690de1247f3126a7494bd62a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6142,
            "upload_time": "2022-03-24T12:52:38",
            "upload_time_iso_8601": "2022-03-24T12:52:38.107013Z",
            "url": "https://files.pythonhosted.org/packages/14/00/b0aa254254c1072c08adafe6d47dd2795e24d109a002296cb46694d57ed5/smopy-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-03-24 12:52:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "rossant",
    "github_project": "smopy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "smopy"
}
        
Elapsed time: 0.03319s