Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
Add 2-letters ISO codes for overseas collectivities
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbgk committed May 12, 2017
1 parent 493b13c commit 75a4840
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 8.1.1 — 2017-05-12

* Add 2-letters ISO codes for overseas collectivities.

## 8.1.0 — 2017-05-12

* Add overseas collectivities.
Expand Down
1 change: 1 addition & 0 deletions exports/collectivites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The initial date has been chosen given their
* `ancestors`: List of `id`s separated by semicolons which are ancestors of the current `id`. Default is an empty string.
* `chef_lieu`: List of `id`s separated by semicolons of the Chef-lieux for that county, as found in `communes.csv`. Default is an empty string.
* `parents`: List of `id`s separated by semicolons of the parents for that county, as found in `regions.csv`.
* `iso2`: [ISO 3166-1 alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) for that overseas collectivity.

The `id` column is unique, the `insee_code` one is NOT. Arbitrarily, the far future end date has been set to `9999-12-31 23:59:59`.

Expand Down
16 changes: 8 additions & 8 deletions exports/collectivites/collectivites.csv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id,insee_code,start_datetime,end_datetime,name,successors,ancestors,chef_lieu,parents
COL975@2003-03-28,975,2003-03-28 00:00:00,9999-12-31 23:59:59,Saint-Pierre-et-Miquelon,,DEP975@1976-07-19,,
COL977@2007-02-21,977,2007-02-21 00:00:00,9999-12-31 23:59:59,Saint-Barthélemy,,,,
COL978@2007-02-21,978,2007-02-21 00:00:00,9999-12-31 23:59:59,Saint-Martin,,,,
COL986@2003-03-28,986,2003-03-28 00:00:00,9999-12-31 23:59:59,Wallis-et-Futuna,,,,
COL987@2004-02-27,987,2004-02-27 00:00:00,9999-12-31 23:59:59,Polynésie française,,,,
COL988@1999-03-19,988,1999-03-19 00:00:00,9999-12-31 23:59:59,Nouvelle-Calédonie,,,,
COL984@2007-02-21,984,2007-02-21 00:00:00,9999-12-31 23:59:59,Terres australes et antarctiques françaises,,,,
id,insee_code,start_datetime,end_datetime,name,successors,ancestors,chef_lieu,parents,iso2
COL975@2003-03-28,975,2003-03-28 00:00:00,9999-12-31 23:59:59,Saint-Pierre-et-Miquelon,,DEP975@1976-07-19,,,pm
COL977@2007-02-21,977,2007-02-21 00:00:00,9999-12-31 23:59:59,Saint-Barthélemy,,,,,bl
COL978@2007-02-21,978,2007-02-21 00:00:00,9999-12-31 23:59:59,Saint-Martin,,,,,mf
COL986@2003-03-28,986,2003-03-28 00:00:00,9999-12-31 23:59:59,Wallis-et-Futuna,,,,,wf
COL987@2004-02-27,987,2004-02-27 00:00:00,9999-12-31 23:59:59,Polynésie française,,,,,pf
COL988@1999-03-19,988,1999-03-19 00:00:00,9999-12-31 23:59:59,Nouvelle-Calédonie,,,,,nc
COL984@2007-02-21,984,2007-02-21 00:00:00,9999-12-31 23:59:59,Terres australes et antarctiques françaises,,,,,tf

0 comments on commit 75a4840

Please sign in to comment.