An open API service indexing awesome lists of open source software.

https://github.com/ladybug-tools/ladybugvizzz

A cross-platform weather data visualization interface (using all python)
https://github.com/ladybug-tools/ladybugvizzz

Last synced: 9 months ago
JSON representation

A cross-platform weather data visualization interface (using all python)

Awesome Lists containing this project

README

          

# Ladybug Vizzz!

Ladybug Vizzz! is a cross-platform weather data visualization interface. It runs entirely with Python libraries.
More information can be found in [this presentation](https://docs.google.com/presentation/d/19BARSfbmhMu6mIH_zMeQsKQ0KQECahoVayEn6uMdDxc/edit?usp=sharing).

To run Ladybug Vizzz!, you will need to have Python 2.7 installed along with the following libraries (all can be installed through pip):

### Dependencies
* [numpy](http://www.numpy.org/)
* [matplotlib](https://matplotlib.org/)
* [geopy](https://github.com/geopy/geopy)
* [gmplot](https://pypi.python.org/pypi/gmplot/1.0.5)
* [PyQt4](https://wiki.python.org/moin/PyQt)
* [pillow](https://python-pillow.org/)

Once you install these, all that you have to do to run Ladybug Vizzz! is run the guiSetup.py in the root of this github. The following libraries are also included with github repository here

### Included Dependencies
* [ladybug](https://github.com/ladybug-tools/ladybug)
* [EPWmap](https://github.com/ladybug-tools/epwmap)

Ladybug Vizzz! is the result of a the [2017 AEC Hackathon](http://core.thorntontomasetti.com/event/2017-aec-technology-symposium-and-hackathon/).