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 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:
matplotlib 3.6.0 (or later)
pandas 1.5.2 (or later)
seaborn 0.12.2 (or later)
cartopy 0.21.1 (or later)
jinja2 3.1.2 (or later)
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.