{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: GIS" ], "description": "# splot\n\n[![Build Status](https://travis-ci.org/pysal/splot.svg?branch=master)](https://travis-ci.org/pysal/splot)\n[![Coverage Status](https://coveralls.io/repos/github/pysal/splot/badge.svg?branch=master)](https://coveralls.io/github/pysal/splot?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=stable)](http://pip.pypa.io/en/stable/?badge=stable)\n[![PyPI version](https://badge.fury.io/py/splot.svg)](https://badge.fury.io/py/splot)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3258810.svg)](https://doi.org/10.5281/zenodo.3258810)\n\n**Visual analytics for spatial analysis with PySAL.**\n\n![Local Spatial Autocorrelation](figs/viz_local_autocorrelation.png)\n\n## What is splot?\n\n`splot` connects spatial analysis done in [`PySAL`](https://github.com/pysal) to different popular visualization toolkits like [`matplotlib`](https://matplotlib.org).\nThe `splot` package allows you to create both static plots ready for publication and interactive visualizations for quick iteration and spatial data exploration. The primary goal of `splot` is to enable you to visualize popular PySAL objects and gives you different views on your spatial analysis workflow.\n\nIf you are new to splot and PySAL you will best get started with our [documentation](https://splot.readthedocs.io/en/latest/)!\n\n## Installing splot\n\n### Installing dependencies:\n\nsplot is compatible with `Python` 3.6 and 3.7 and depends on `geopandas` 0.4.0 or later and `matplotlib` 2.2.2 or later.\n\nsplot also uses\n* `numpy`\n* `seaborn`\n* `mapclassify`\n* `Ipywidgets`\n\nDepending on your spatial analysis workflow and the PySAL objects you would like to visualize, splot relies on:\n* PySAL 2.0\n\nor separate packages found in the PySAL stack:\n* esda\n* libpysal\n* spreg\n* giddy\n\n### Installing splot:\n\nThere are two ways of accessing splot. First, splot is installed with the [PySAL 2.0](https://pysal.readthedocs.io/en/latest/installation.html) metapackage through:\n\n $ pip install -U pysal\n \n or \n \n $ conda install -c conda-forge pysal\n\n\nSecond, splot can be installed as a separate package. If you are using Anaconda, install splot via the conda utility:\n\n $ conda install -c conda-forge splot\n\n\nOtherwise you can install splot from PyPI with pip:\n\n $ pip install splot\n\n\n## Usage\n\nsplot supports many different \nhttps://github.com/pysal/splot/blob/master/notebooks/mapping_vba.ipynb\n\n## Contributing to splot\n\n`splot` is an open source project within the Python Spatial Analysis Library that is supported by a community of Geographers, visualization lovers, map fans, users and data scientists. As a community we work together to create splot as our own spatial visualization toolkit and will gratefully and humbly accept any contributions and ideas you might bring into this project. \n\nFeel free to check out our dicussion spaces, add ideas and contributions:\n* [Idea collection](https://github.com/pysal/splot/issues/10) which PySAL objects to support and how new visualizations could look like\n* [Discussion](https://github.com/pysal/splot/issues/9) about the splot API\n* Ideas how to integrate [other popular visualization toolkits](https://github.com/pysal/splot/issues/22) like `Bokeh` or `Altair`\n\nIf you have never contributed before or you are just discovering what PySAL and splot have to offer, reading through \"\"\"Doc-strings\"\"\" and correcting our Documentation can be a great way to start. Check for spelling and grammar mistakes or use [pep8](https://pypi.org/project/pep8/) and [pyflakes](https://pypi.org/project/pyflakes/) to clean our `.py` files. This will allow you to get used to working with [git](https://try.github.io) and generally allows you to familiarize yourself with the `splot` and `PySAL` code base.\n\nIf you have already used PySAL and splot and you are missing object-specific views for your analysis feel free to add to our code-base or discuss your ideas. Please make sure you include unit test, documentation and examples or (create an issue so someone else can work together with you). The common `splot` API design discussed [here](https://github.com/pysal/splot/issues/9) can help you to decide how to best integrate your visualization prototype into `splot`.\n\nBeyond working on documentation and prototyping new visualizations, you can always write a bug report or feature request on [Github issues](https://github.com/pysal/splot/issues). Whether large or small, any contribution makes a big difference and we hope you enjoy being part of our community as much as we do! The only thing we ask is that you abide principles of openness, respect, and consideration of others as described in the [PySAL Code of Conduct](https://github.com/pysal/code_of_conduct/blob/master/README.md).\n\n## Road-map\n\nWe are planning on extending splot's visualization toolkit in future. Functionality we plan to implement includes:\n\n* visualisations for [density methods](https://github.com/pysal/splot/issues/32) (mapping density estimations)\n* [cross-hatching fill styles](https://github.com/pysal/splot/issues/35) for maps (to allow choropleth visualizations without class intervals)\n* [legendgrams](https://github.com/pysal/splot/issues/34) (map legends that visualize the distribution of observations by color in a given map)\n\nIf you are interested in working on one of these or any other methods, check out the linked issues or get in touch! \n\n## Community support\n\n* [PySAL 2.0](http://pysal.org)\n* [Gitter chat splot](https://gitter.im/pysal/splot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pysal/splot", "keywords": "spatial statistics visualization", "license": "3-Clause BSD", "maintainer": "Serge Rey, Stefanie Lumnitz", "maintainer_email": "sjsrey@gmail.com, stefanie.lumnitz@gmail.com", "name": "splot", "package_url": "https://pypi.org/project/splot/", "platform": "", "project_url": "https://pypi.org/project/splot/", "project_urls": { "Homepage": "https://github.com/pysal/splot" }, "release_url": "https://pypi.org/project/splot/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "Visual analytics for spatial analysis with PySAL.", "version": "1.1.1" }, "last_serial": 5527793, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3f3c66cb7819d364b3abf32f0ddb7011", "sha256": "6619af6349979f47143b8f526ee58d9025e2324a1c8340a7100391acb3129230" }, "downloads": -1, "filename": "splot-1.0.0.tar.gz", "has_sig": false, "md5_digest": "3f3c66cb7819d364b3abf32f0ddb7011", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27320, "upload_time": "2018-12-01T07:22:18", "url": "https://files.pythonhosted.org/packages/21/dc/31412741a412f8421c7747427f6cbaf1fcc22587827e29e2ddb2f9b3d53e/splot-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "f8792b09c0bc61b9aca2d658fe10001b", "sha256": "9fc767a06c9e7d79eeefe6036a036a73624cb99c4aef741103b7f0afa83f6a15" }, "downloads": -1, "filename": "splot-1.1.0.tar.gz", "has_sig": false, "md5_digest": "f8792b09c0bc61b9aca2d658fe10001b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30315, "upload_time": "2019-06-27T17:19:53", "url": "https://files.pythonhosted.org/packages/86/26/7ec89089dd9a4c1b877bd193b60aadd5db9b59d18e4d25435dee35fbea28/splot-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "d347c07828b3cf6373ed81b7a7546032", "sha256": "6bc9dac643cbf77214052493d8918600168e3fb24f184f39f05d4e17810e598e" }, "downloads": -1, "filename": "splot-1.1.1.tar.gz", "has_sig": false, "md5_digest": "d347c07828b3cf6373ed81b7a7546032", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33131, "upload_time": "2019-07-13T20:22:20", "url": "https://files.pythonhosted.org/packages/6d/ba/71cb4ee19ac98df2c5767fcabe0bb606b440bcf438adf9d76693ce1c0fee/splot-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d347c07828b3cf6373ed81b7a7546032", "sha256": "6bc9dac643cbf77214052493d8918600168e3fb24f184f39f05d4e17810e598e" }, "downloads": -1, "filename": "splot-1.1.1.tar.gz", "has_sig": false, "md5_digest": "d347c07828b3cf6373ed81b7a7546032", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33131, "upload_time": "2019-07-13T20:22:20", "url": "https://files.pythonhosted.org/packages/6d/ba/71cb4ee19ac98df2c5767fcabe0bb606b440bcf438adf9d76693ce1c0fee/splot-1.1.1.tar.gz" } ] }