Giter Site home page Giter Site logo

electricity_consumption_surveys's Introduction

Electricity Consumption Surveys

Estimating the demand for electricity is a critical step in the design of a medium to long term energy plan. Frequently, estimates are based on time series with few observation points or on data from other countries or regions. Microsimulation models use household surveys to offer an alternative estimation route based on observed electricity demand by households with different incomes.

Getting Started

This repository contains a python module : IPCmicrosimTool that can be used to run micro-simulation. It contains 2 basic component :

Prerequisities

  • Python 2.7 installed on your machine. Follow the installation instruction on their downloads page. If you are using brew on your OSX, run this command on your terminal :
$ brew install python
  • Required libraries installed on your machine. Run this command on your terminal :
$ pip install numpy
$ pip install scipy
$ pip install pandas
$ pip install matplotlib
$ pip install patsy
$ pip install statsmodel
  • (Optional) iPython installed on your machine
$ pip install ipython
$ pip install mpltools

Installing

  1. Clone this repository / download the zip file
  2. Navigate to ipc_microsim_tool folder

Method 1 : Using python CLI

  1. Run python by typing this command on your terminal
$ python
  1. Import the module
from ipc_microsim_tool import IPCmicrosimTool as imt

Method 2 : Using ipython

  1. Run ipython by typing this command on your terminal
$ ipython notebook
  1. Navigate to localhost:8888/tree on your browser
  2. Open ipc_microsim_tool.ipynb

Built With

  • python (2.7)
  • numpy
  • scipy
  • pandas
  • matplotlib
  • patsy
  • statsmodels

Authors

electricity_consumption_surveys's People

Contributors

ezmunes avatar kennyazrina avatar rk900 avatar unite-analytics avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

electricity_consumption_surveys's Issues

pip install statsmodel

Got problems installing statsmodel if you intended pip install statsmodels then please correct it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.