Skip to content

OpenGovIntelligence/data-cube-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ogi-toolkit

Web interface developed for OGI project

Requirements

Getting Started

Initial Setup

  1. Make a new virtualenv: virtualenv -p python venv
  2. Activate the virtualenv: source venv/bin/activate
  3. Install dependencies from requirements.txt i.e. pip install {lib name}
  4. Run the server: python manage.py runserver
  5. Open website in browser at http://localhost:8000

After initial setup

  1. Activate the virtualenv: source venv/bin/activate
  2. Run the server: python manage.py runserver
  3. Open website in browser at http://localhost:8000

About

Web based tool that allows presenting the available data cubes characteristics, enabling basic pivot tables functionalities, and visualisation options.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors