etalab / geohisto

[UNMAINTAINED] Historic information for French regions, counties, overseas collectivities and towns based on INSEE and Wikipedia data, exported as (re)usable CSV files.
Other
28 stars 1 forks source link

Lamarche-en-Woëvre case #7

Closed davidbgk closed 7 years ago

davidbgk commented 8 years ago

Current:

→ cat exports/towns/towns.csv | grep Lamarche            53ms
213371942-01-019999-01-01,21337,Lamarche-sur-Saône,1942-01-01,9999-01-01,,,1307,0
882581942-01-019999-01-01,88258,Lamarche,1942-01-01,9999-01-01,,,983,0
883071942-01-019999-01-01,88307,Mont-lès-Lamarche,1942-01-01,9999-01-01,,,102,0
552731942-01-011983-01-01,55273,Lamarche-en-Woëvre,1942-01-01,1983-01-01,552451973-01-011983-01-01,,NULL,330
552731983-01-019999-01-01,55273,Lamarche-en-Woëvre,1983-01-01,9999-01-01,,552451973-01-011983-01-01,NULL,330
553861983-01-019999-01-01,55386,Nonsard-Lamarche,1983-01-01,9999-01-01,,553861942-01-011973-01-01;552451973-01-011983-01-01;552451973-01-011983-01-01,200,330

See http://www.insee.fr/fr/methodes/nomenclatures/cog/fichecommunale.asp?codedep=55&codecom=273

jdesboeufs commented 7 years ago

Updated output:

cat data/towns.csv | grep Lamarche | grep ",55"
COM55273@1942-01-01,55273,1942-01-01 00:00:00,1972-12-31 23:59:59,Lamarche-en-Woëvre,COM55245@1973-01-01;COM55273@1983-01-01,,DEP55@1860-07-01,NULL,210
COM55273@1983-01-01,55273,1983-01-01 00:00:00,1983-01-01 00:00:00,Lamarche-en-Woëvre,COM55386@1942-01-01,COM55273@1942-01-01,DEP55@1860-07-01,NULL,330
COM55386@1983-01-01,55386,1983-01-01 00:00:00,9999-12-31 23:59:59,Nonsard-Lamarche,,COM55386@1942-01-01,DEP55@1860-07-01,200,330
cat data/towns.csv | grep Madine | grep ",55"
COM55245@1973-01-01,55245,1973-01-01 00:00:00,1982-12-31 23:59:59,Madine,COM55245@1983-01-01,COM55245@1942-01-01;COM55273@1942-01-01;COM55386@1942-01-01,DEP55@1860-07-01,173,120
davidbgk commented 7 years ago

Fixed in https://github.com/etalab/geohisto/pull/39/files#diff-02eb8d35b24dea6785dbbf5505a0f917