Skip to content

Commit

Permalink
Merge pull request #61 from entrepreneur-interet-general/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
vallettea authored Feb 23, 2018
2 parents 829de08 + 981793a commit b2d4f76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions impot_locaux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ download:
@rm -rf data
@mkdir data
# Download 2013 data
@wget -O data/rei_2013.zip https://www.impots.gouv.fr/portail/www2/fichiers/statistiques/temp_rei/rei_2013.zip
@wget -O data/rei_2013.zip https://www.impots.gouv.fr/portail/www2/fichiers/statistiques/base_de_donnees/rei/rei_2013.zip
@unzip data/rei_2013.zip -d data/
# Download 2014 data
@wget -O data/rei_2014.zip https://www.impots.gouv.fr/portail/www2/fichiers/statistiques/temp_rei/rei_2014.zip
@wget -O data/rei_2014.zip https://www.impots.gouv.fr/portail/www2/fichiers/statistiques/base_de_donnees/rei/rei_2014.zip
@unzip data/rei_2014.zip -d data/
# Download 2015 data
@wget -O data/rei_2015.zip https://www.impots.gouv.fr/portail/www2/fichiers/statistiques/temp_rei/rei_2015.zip
@wget -O data/rei_2015.zip https://www.impots.gouv.fr/portail/www2/fichiers/statistiques/base_de_donnees/rei/rei_2015.zip
@unzip data/rei_2015.zip -d data/
# Download 2015 data
# Download 2016 data
@wget -O data/rei_2016.zip https://www.impots.gouv.fr/portail/www2/fichiers/statistiques/base_de_donnees/rei/rei_2016.zip
@unzip data/rei_2016.zip -d data/

Expand Down

0 comments on commit b2d4f76

Please sign in to comment.