Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.67 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.67 KB

Important note / Note importante

(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

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.

Installation / Installation

A basic setup of the data processing software will at least require

  • Python (version 3.5+)
  • requests, compatible with your verison of Python

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.

Optional dependencies / Dépendances optionnelles

To process sources with the full_addr key, an address parser is required. Below are the currently supported address parsers.

Help / Aide

Please refer to the user-friendly documentation here.

Issues / Problèmes

You can post questions, enhancement requests, and bugs in Issues.