2020-01-10 12:08:56 +01:00
2020-01-10 11:59:54 +01:00
2020-01-08 05:51:10 +01:00
2020-01-10 12:20:32 +01:00
2019-09-27 16:24:08 +02:00
2020-01-08 01:47:12 +01:00
2020-01-10 14:11:21 +01:00

IGDB: Internation Glacier Database

The IGDB is a database, that uses data from the WGMS to illustrate the consequences of climate change.

Our system allows you to visualize data with tables and plots, via our intuitive Web UI.

Table{width = 50%}

Technologies used

  • Flask
  • SQLAlchemy
  • Pandas

Requirements

  • Python3
  • POSIX shell
  • Pip
  • Pipenv
  • MySQL/MariaDB

Installation

  1. Clone the repository:
git clone https://coolneng.duckdns.org/gitea/coolneng/igdb
  1. Change the working directory to the project:
cd igdb/code
  1. Install the dependencies:
pipenv install

All the dependencies will be installed inside a virtualenv.

Usage

  1. Start a shell inside the virtualenv:
pipenv shell
  1. Start the Flask server:
flask run
  1. When prompted for a password, insert your MySQL/MariaDB root password

The database will be created and populated automatically, if needed, each time the server is executed

  1. The website can be accessed via localhost:5000
Description
No description provided
Readme 12 MiB
Languages
CSV 98.3%
TeX 0.9%
Python 0.4%
HTML 0.2%
Makefile 0.1%