tejesh0 / chennai-water

Chennai Rainfall dataset visualisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chennai-water

Build Instructions (linux/ubuntu)

  1. Install Anaconda from https://www.anaconda.com/distribution/#download-section
  2. Install Nodejs (binaries from nodesource https://github.com/nodesource/distributions)
  3. Create a Conda environment conda create -n <environment_name> anaconda pip
  4. Activate the environment conda activate <environment_name>
  5. pip install gramex
  6. run gramex setup --all

To run the app

  1. Activate the environment
  2. Run git clone git@github.com:tejesh95/chennai-water.git
  3. Run cd chennai-water/app && gramex --listen.port=9988

Apps runs on port :9988

Visit http://localhost:9988/

Note: Scraping scripts are in scraping folder. Datasets stored inside scraping/data folder

Usage (Video Link)

Watch the video

List of dependencies

About

Chennai Rainfall dataset visualisation

License:MIT License


Languages

Language:JavaScript 71.2%Language:Python 14.5%Language:HTML 12.8%Language:CSS 1.3%Language:Dockerfile 0.1%