/dv-infovis

Repository for the InfoVis assignment of the Data Visualization course at TU Delft.

Primary LanguageCSS

Visualisation of US Fires

This folder contains the data and code for the TUDelft Data Visualisation Course (2018/2019). This project provides a tool to aid in visualising data on fires and drought information in the united states between 2000 and 2010.

Installation / Execution

The entire project runs as a front-end only web app, the only thing required is to serve this directory as the root of a localhost server. One way to do this would be to run a local PHP static server using

php -S localhost:8000

(Please don't run this on a public facing port)

Disclaimer

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.