19 lines
521 B
Markdown
19 lines
521 B
Markdown
# INSEE number translator
|
|
|
|
Extract data from INSEE number (France)
|
|
|
|
## Getting started
|
|
|
|
```shell
|
|
pyenv virtualenv 3.9.6 insee
|
|
pyenv local insee
|
|
poetry install
|
|
# restart your shell
|
|
insee 269059913116714 168127982980507
|
|
```
|
|
|
|
## Data sources
|
|
|
|
- cities : https://public.opendatasoft.com/explore/dataset/correspondance-code-insee-code-postal/export/
|
|
- countries : https://www.insee.fr/fr/information/2028273
|
|
- departments : https://www.data.gouv.fr/fr/datasets/regions-departements-villes-et-villages-de-france-et-doutre-mer/
|