Skip to content

Collection of Python analysis and visualization codes for CGE models and related data

Notifications You must be signed in to change notification settings

mit-jp/cge-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cge-tools

Collection of Python analysis and visualization codes for CGE models and related data

Interactive maps of China

The notebooks in the demo/ directory allow you to map data that is:

  • by province
  • by province & time

onto an existing province map of China.

The plotting is done using Bokeh

Installation

Download a copy of cge-tools

Either:

Run the following command:

$ pip install --user --editable .
or 
$ conda TODO

Python environment

If you are using the anaconda distribution of python (http://continuum.io/downloads) it should contain Bokeh & IPython notebook already and these notebooks should just work.

If you are not, you will need to install bokeh (Note that Bokeh v0.10+ is expected), and its dependencies, via conda or pip:

$ pip install bokeh "ipython[notebook]" pandas
or
$ conda install bokeh ipython-notebook pandas

To use hdf, install pytables:

$ conda install pandas pytables

About

Collection of Python analysis and visualization codes for CGE models and related data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published