1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
.. documentation master file
mapclassify
===========
mapclassify is an open-source python library for Choropleth map classification. It is part of `PySAL`_ the Python Spatial Analysis Library.
.. raw:: html
<div class="container-fluid">
<div class="row equal-height">
<div class="col-sm-1 col-xs-hidden">
</div>
<div class="col-md-3 col-xs-12">
<a href="http://nbviewer.jupyter.org/github/pysal/mapclassify/blob/main/notebooks/03_choropleth.ipynb" class="thumbnail">
<img src="_static/images/equalinterval.png" class="img-responsive center-block">
<div class="caption text-center">
<h5>Equal Interval</h5>
</div>
</a>
</div>
<div class="col-sm-1 col-xs-hidden">
</div>
<div class="col-sm-3 col-xs-12">
<a href="http://nbviewer.jupyter.org/github/pysal/mapclassify/blob/main/notebooks/03_choropleth.ipynb" class="thumbnail">
<img src="_static/images/quantiles.png" class="img-responsive center-block">
<div class="caption text-center">
<h5>Quantiles</h5>
</div>
</a>
</div>
<div class="col-sm-1 col-xs-hidden">
</div>
<div class="col-sm-3 col-xs-12">
<a href="http://nbviewer.jupyter.org/github/pysal/mapclassify/blob/main/notebooks/03_choropleth.ipynb" class="thumbnail">
<img src="_static/images/fisherjenks.png"
class="img-responsive center-block">
<div class="caption text-center">
<h5>Fisher Jenks</h5>
</div>
</a>
</div>
<div class="col-sm-1 col-xs-hidden">
</div>
</div>
</div>
.. toctree::
:hidden:
:maxdepth: 3
:caption: Contents:
Installation <installation>
Tutorial <tutorial>
API <api>
References <references>
.. _PySAL: https://github.com/pysal/pysal
|