Skip to content

Other Projects of Interest

Bryan Van de Ven edited this page Apr 10, 2016 · 4 revisions
  • Shapely

    Could be useful for Datashading, as well as GeoJSON ingest:

    https://pypi.python.org/pypi/Shapely

  • Chorogrid

    This library looks great and is MIT licensed; we should use it for making nice choropleths out of the box:

    https://github.com/Prooffreader/chorogrid

  • Lux

    To get started, you just chdir into the checkout, and then run "python -m SimpleHTTPServer 8888", then go to http://localhost:8888.

    This takes you to a simple but pretty page (with nice background and great font) listing live demos and the tutorial.

    We could do similar with an executable python script, that would display an index page and then link the standalone examples, the Ipython notebooks for the tutorial, my 5-minute overview notebook, etc. etc.

    https://github.com/cscheid/lux