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.
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:
matplotlib 3.2.0 (or later)
pandas 1.0.1 (or later)
seaborn 0.10.0 (or later)
cartopy 0.17.0 (or later)
jinja2 2.11.1 (or later)