worldmap


Nameworldmap JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://erdogant.github.io/worldmap
Summaryworldmap is to plot and color countries or specific regions in a country using offline approaches.
upload_time2023-10-17 18:23:59
maintainer
docs_urlNone
authorErdogan Taskesen
requires_python>=3
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Worldmap

[![Python](https://img.shields.io/pypi/pyversions/worldmap)](https://img.shields.io/pypi/pyversions/worldmap)
[![PyPI Version](https://img.shields.io/pypi/v/worldmap)](https://pypi.org/project/worldmap/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/googletrends/blob/master/LICENSE)
[![Github Forks](https://img.shields.io/github/forks/erdogant/worldmap.svg)](https://github.com/erdogant/worldmap/network)
[![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/worldmap.svg)](https://github.com/erdogant/worldmap/issues)
[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Downloads](https://pepy.tech/badge/worldmap/month)](https://pepy.tech/project/worldmap/month)
[![Downloads](https://pepy.tech/badge/worldmap)](https://pepy.tech/project/worldmap)
[![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/worldmap/)
<!---[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)-->
<!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD&amount=5)-->

``worldmap`` is a light weighted Python package that enables easy coloring of countries and/or regions in the world.
For this package, the svg images from https://www.w3.org are utilized, processed and colored.
It requires downloading the svg files a single time and then works offline.

# 
**⭐️ Star this repo if you like it ⭐️**
#

#### Install worldmap from PyPI

```bash
pip install worldmap
```

#### Import worldmap package

```python
import worldmap as wm
```
# 


### [Documentation pages](https://erdogant.github.io/worldmap/)

On the [documentation pages](https://erdogant.github.io/worldmap/) you can find detailed information about the working of the ``worldmap`` with many examples. 

<hr> 

### Examples

# 

* [Example: color the different regions in a country](https://erdogant.github.io/worldmap/pages/html/Examples.html)

<p align="left">
  <a href="https://erdogant.github.io/worldmap/pages/html/Examples.html">
  <img src="https://github.com/erdogant/worldmap/blob/master/docs/figs/figure_netherlands.png" width="300" />
  </a>
</p>


# 

* [Example: color the different in the worldmap](https://erdogant.github.io/worldmap/pages/html/Examples.html#coloring-of-country-in-worldmap)

<p align="left">
  <a href="https://erdogant.github.io/worldmap/pages/html/Examples.html#coloring-of-country-in-worldmap">
  <img src="https://github.com/erdogant/worldmap/blob/master/docs/figs/fig_world.png" width="600" />
  </a>
</p>


# 
* [Example: Retrieve all Map Names](https://erdogant.github.io/worldmap/pages/html/Examples.html#retrieve-all-map-names)
# 
* [Example: Retrieve county Names](https://erdogant.github.io/worldmap/pages/html/Examples.html#retrieve-county-names)
# 
* [Example: Convert county name to abbrevation](https://erdogant.github.io/worldmap/pages/html/Examples.html#convert-country-to-abbrevation)
# 
* [Example: Convert abbrevation to county name](https://erdogant.github.io/worldmap/pages/html/Examples.html#convert-abbrevations-to-county-names)

<hr>

### References:
* http://www.w3.org/Consortium/Legal/copyright-software

### Maintainers
* Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)

### Contribute
* All kinds of contributions are welcome!
* If you wish to buy me a <a href="https://www.buymeacoffee.com/erdogant">Coffee</a> for this work, it is very appreciated :)



            

Raw data

            {
    "_id": null,
    "home_page": "https://erdogant.github.io/worldmap",
    "name": "worldmap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "",
    "author": "Erdogan Taskesen",
    "author_email": "erdogant@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/0d/4ad244b0e67103289787bb3c79bead813473ef5254c033213f5f3e79a95b/worldmap-0.1.7.tar.gz",
    "platform": null,
    "description": "# Worldmap\r\n\r\n[![Python](https://img.shields.io/pypi/pyversions/worldmap)](https://img.shields.io/pypi/pyversions/worldmap)\r\n[![PyPI Version](https://img.shields.io/pypi/v/worldmap)](https://pypi.org/project/worldmap/)\r\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/googletrends/blob/master/LICENSE)\r\n[![Github Forks](https://img.shields.io/github/forks/erdogant/worldmap.svg)](https://github.com/erdogant/worldmap/network)\r\n[![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/worldmap.svg)](https://github.com/erdogant/worldmap/issues)\r\n[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\r\n[![Downloads](https://pepy.tech/badge/worldmap/month)](https://pepy.tech/project/worldmap/month)\r\n[![Downloads](https://pepy.tech/badge/worldmap)](https://pepy.tech/project/worldmap)\r\n[![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/worldmap/)\r\n<!---[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)-->\r\n<!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD&amount=5)-->\r\n\r\n``worldmap`` is a light weighted Python package that enables easy coloring of countries and/or regions in the world.\r\nFor this package, the svg images from https://www.w3.org are utilized, processed and colored.\r\nIt requires downloading the svg files a single time and then works offline.\r\n\r\n# \r\n**\u2b50\ufe0f Star this repo if you like it \u2b50\ufe0f**\r\n#\r\n\r\n#### Install worldmap from PyPI\r\n\r\n```bash\r\npip install worldmap\r\n```\r\n\r\n#### Import worldmap package\r\n\r\n```python\r\nimport worldmap as wm\r\n```\r\n# \r\n\r\n\r\n### [Documentation pages](https://erdogant.github.io/worldmap/)\r\n\r\nOn the [documentation pages](https://erdogant.github.io/worldmap/) you can find detailed information about the working of the ``worldmap`` with many examples. \r\n\r\n<hr> \r\n\r\n### Examples\r\n\r\n# \r\n\r\n* [Example: color the different regions in a country](https://erdogant.github.io/worldmap/pages/html/Examples.html)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/worldmap/pages/html/Examples.html\">\r\n  <img src=\"https://github.com/erdogant/worldmap/blob/master/docs/figs/figure_netherlands.png\" width=\"300\" />\r\n  </a>\r\n</p>\r\n\r\n\r\n# \r\n\r\n* [Example: color the different in the worldmap](https://erdogant.github.io/worldmap/pages/html/Examples.html#coloring-of-country-in-worldmap)\r\n\r\n<p align=\"left\">\r\n  <a href=\"https://erdogant.github.io/worldmap/pages/html/Examples.html#coloring-of-country-in-worldmap\">\r\n  <img src=\"https://github.com/erdogant/worldmap/blob/master/docs/figs/fig_world.png\" width=\"600\" />\r\n  </a>\r\n</p>\r\n\r\n\r\n# \r\n* [Example: Retrieve all Map Names](https://erdogant.github.io/worldmap/pages/html/Examples.html#retrieve-all-map-names)\r\n# \r\n* [Example: Retrieve county Names](https://erdogant.github.io/worldmap/pages/html/Examples.html#retrieve-county-names)\r\n# \r\n* [Example: Convert county name to abbrevation](https://erdogant.github.io/worldmap/pages/html/Examples.html#convert-country-to-abbrevation)\r\n# \r\n* [Example: Convert abbrevation to county name](https://erdogant.github.io/worldmap/pages/html/Examples.html#convert-abbrevations-to-county-names)\r\n\r\n<hr>\r\n\r\n### References:\r\n* http://www.w3.org/Consortium/Legal/copyright-software\r\n\r\n### Maintainers\r\n* Erdogan Taskesen, github: [erdogant](https://github.com/erdogant)\r\n\r\n### Contribute\r\n* All kinds of contributions are welcome!\r\n* If you wish to buy me a <a href=\"https://www.buymeacoffee.com/erdogant\">Coffee</a> for this work, it is very appreciated :)\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "worldmap is to plot and color countries or specific regions in a country using offline approaches.",
    "version": "0.1.7",
    "project_urls": {
        "Download": "https://github.com/erdogant/worldmap/archive/0.1.7.tar.gz",
        "Homepage": "https://erdogant.github.io/worldmap"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abf84dc1a65d761caac603beebb602278d7c58d8f772cdb86cbe731d46845a45",
                "md5": "137f9410c08f0785b4d9a0d4455dd0de",
                "sha256": "15fd2c77cf6eab5d889868ba0acb9681af000a33ad9cde450dbf3a105acd4aa4"
            },
            "downloads": -1,
            "filename": "worldmap-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "137f9410c08f0785b4d9a0d4455dd0de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 18022,
            "upload_time": "2023-10-17T18:23:58",
            "upload_time_iso_8601": "2023-10-17T18:23:58.475267Z",
            "url": "https://files.pythonhosted.org/packages/ab/f8/4dc1a65d761caac603beebb602278d7c58d8f772cdb86cbe731d46845a45/worldmap-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d0d4ad244b0e67103289787bb3c79bead813473ef5254c033213f5f3e79a95b",
                "md5": "bbe75e0f1dd5c45e664466de868807dc",
                "sha256": "a44d006c6e3833d3fa8faecd402fcae5393fe2eb1bd5681b90692399b4f7cf87"
            },
            "downloads": -1,
            "filename": "worldmap-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "bbe75e0f1dd5c45e664466de868807dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 16882,
            "upload_time": "2023-10-17T18:23:59",
            "upload_time_iso_8601": "2023-10-17T18:23:59.836503Z",
            "url": "https://files.pythonhosted.org/packages/5d/0d/4ad244b0e67103289787bb3c79bead813473ef5254c033213f5f3e79a95b/worldmap-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-17 18:23:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "erdogant",
    "github_project": "worldmap",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "worldmap"
}
        
Elapsed time: 0.38951s