/WildfireAnalysis

Primary LanguageJavaScriptMIT LicenseMIT

WildfireAnalysis

Installation

Download the SQLite database from the kaggle website

Unzip the file and put the SQLite database in the Dataset folder

Install all the node js depedencies:

npm install

Create all the documents of all the fires for each year:

node ./Dataset/converter.js

Then run your mongo server:

mongod

Once done you can populate your mongo database with the json created earlier:

sh ./Dataset/importDocuments.sh

Now you will have a functionning database with all the data. You check out the result of our analysis by opening index.html in your browser.

Team

  • Christopher DE BOISVILLIER
  • Pierre VALENTIN