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 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) as well.