diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-06-20 17:32:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-06-21 15:06:58 +0200 |
commit | d1f52a5e7ac2dd62c6348f17b02ccf324456c9da (patch) | |
tree | 7b96836ed3ac4071d4edbbdd1cf0835868fdfc78 /administrative-codes/.gitignore | |
parent | e930cd95f3392b44152ae05b4189c65e833adaa3 (diff) |
Add script to download administrative codes from SCB.
Unfortunately SCB doesn't provide CSV files, so we download their xls
file and produce our own CSV files. We also add a conversion tool to
turn these CSV files into a (single, compact) JSON file to be served via
HTTP.
Diffstat (limited to 'administrative-codes/.gitignore')
-rw-r--r-- | administrative-codes/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/administrative-codes/.gitignore b/administrative-codes/.gitignore new file mode 100644 index 0000000..d9d14dc --- /dev/null +++ b/administrative-codes/.gitignore @@ -0,0 +1,3 @@ +/administrative-codes.json +/administrative-codes.json.br +/administrative-codes.json.gz |