Metadata-Version: 2.1
Name: mapped
Version: 19.9.1
Summary: Simplification layer for generating pretty maps using geopandas and matplotlib or plotly
Home-page: https://github.com/jpn--/mapped
Author: Jeffrey Newman
Author-email: jnewman@camsys.com
License: GPLv3
Keywords: geopandas,matplotlib,maps,plotly
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: geopandas (>=0.5)
Requires-Dist: matplotlib (>=3.0)
Requires-Dist: contextily
Requires-Dist: appdirs
Requires-Dist: joblib
Requires-Dist: requests
Requires-Dist: plotly (>=4.1)

# mapped
Tools for mapping using geopandas and Matplotlib

Importing `mapped` monkeypatches `geopandas` to add a 
keyword `basemap` to the `geopandas.GeoDataFrame.plot`
function, which adds a contextual background map to plots.

