Introduction

Welcome to OneWorld, a python mapping library intended to make plotting maps with python easy and accessible to everyone. It combines the mapping power of cartopy with the versatility of leaflet and the aesthetics and input structure of seaborn to create both static and interactive maps.

Static Map

OneWorld accepts data inputs as sequences (lists or tuples) or pandas dataframes, much in the same way as seaborn does. If you have used seaborn before, you already know how inputs work in OneWorld.

Installation

You can install OneWorld through pip, provided you satisfy the requirements listed below:

` $ pip install oneworld `

You can find the source code in Bitbucket https://bitbucket.org/taguilar/oneworld

You’ll need the following packages to use OneWorld:

Note

Depending on the package manager that you use to install cartopy, you may have to manually install fiona (1.8.13 or later) and python3-dev as well.

Documentation

The full documentation packaged with OneWorld can be found under docs/build/html/index.html. It can also be found in Read the Docs at https://oneworld.readthedocs.io It includes an introduction, tutorials and API reference.

License

This software is distributed under a MIT license.