Skip to content

antoinearnoud/ipp-macro-series-parser

 
 

Repository files navigation

Presentation

TAXIPP 1.0 is the new version of Institut des Politiques Publique's microsimulation software, coded in Python. IPP-Macro-Series-Parser is a collection of scripts to parse raw data (demographics, national accounts, ...) to build data files needed to calibrate the survey data.

TAXIPP est le logiciel de microsimulation de l'[Institut des Politiques Publique] (www.ipp.eu). IPP-Macro-Series-Parser est une collection de programmes d'extraction et de préparation des données (démographie, comptes nationaux, transports, ...) afin de caler les données d'enquête utilisées par TAXIPP.

Installation

Clone the ipp-macro-series-parser Git repository on your machine and install the Python package. Assuming you are in your working directory:

git clone https://github.com/taxipp/ipp-macro-series-parser
cd ipp-macro-series-parser
pip install -e .

Rename config.ini as config_local.ini, replacing None by the path to the folder in which you wish to store the data which will be downloaded. For example, the data downloaded with comptes_nationaux will be stored in a folder of your choice, which you should have indicated in cn_directory.

About

Parser for various series of macroeconomics variables and aggregates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%