(EN) This is an exploratory and experimental open project. The project is currently in development and all the material on this page should be considered as part of work in progress. / (FR) Ce projet ouvert est exploratoire et expérimental. Le projet est en cours de développement et tout le contenu de cette page doit être considéré comme faisant partie des travaux en cours.
OpenTabulate is open-source software designed to centralize, process, and clean data. It is inspired by projects such as OpenAddresses and is designed to reformat, clean, and tabulate data.
A basic setup of the data processing software will at least require
Once those are installed, clone the repository
$ git clone https://github.com/CSBP-CPSE/OpenBusinessRepository
and run the command
$ python tools/tabctl.py --initialize
in the cloned directory to create the data processing directories.
To process sources with the full_addr
key, an address parser is required. Below are the currently supported address parsers.
Please refer to the user-friendly documentation here.
You can post questions, enhancement requests, and bugs in Issues.