SoDUCo ANR Project: Social Dynamics in Urban Context. Open tools, models and data - Paris and its suburbs, 1789-1950. ANR-18-CE38-0013, 2019-2023. Website: https://soduco.geohistoricaldata.org/
The "data_extraction_with_population.gpkg" is the final data-set used for analysis. It consists of an extraction of "directories-ListNoms.gpkg" (see R/1_extracting_specific_dates_listeNoms.R and note bellow), then a manual cleaning of the data and an enrichment of the entries of Paris' directories according to activity categories inspired by NAICS 2022 of the U.S. Census Bureau (see R/3_manual_editing.R), and an addin of population censuses information (in R/4_data_critics_and_output_version.R). An output in .xlsx format is also provided for users not used to processing spatial data formats.
Note: "directories-ListNoms.gpkg" data-set (version 3) was created in SoDUCo ANR Project and is open on Nakala platform doi: 10.34847/nkl.98eem49t.v3. See documentation and presentations in .pdf format on Nakala platform for precise information and licence to know how to use the data. The initial data (4.9 Go) must be downloaded and included in data/init_datasets folder to exactly replicate the R/1_extracting_specific_dates_listeNoms.R code. The data for the years extracted from the initial global data-set and studied here are, however, directly included in the data/intermediary_datasets/studied_data_2.rds file.
Population data (named in data/init_datasets "pop_apres_1860.xlsx" and "pop_avt_1860.xlsx") were created in SoDUCo ANR Project and are open on Nakala platform doi: 10.34847/nkl.e173c93p. See documentation in .pdf format on Nakala platform for precise information and licence to know how to use the data.
Two data-sets compose the delineations of Paris' districts:
-
1790-1860: A.-L. Bethe, « Dataset: Vasserot “Quartiers” (Neighbourhoods) (1790-1860) - Licence ODbL 1.0 », Analyse Diachronique de l’espace Urbain Parisien: Approche Geomatique, 2015, [Online]. Available at: http://purl.stanford.edu/ry227xq8127. Data are in data/init_datasets/Vasserot_district.
-
1860-1919: district data (named in data/init_datasets "quartiers_paris_post_1860") was created in SoDUCo ANR Project and are open on Nakala platform doi: 10.34847/nkl.a57506s3. See documentation in .pdf format on Nakala platform for precise information and licence to know how to use the data.
All analyses are created from R/5_data_analysis.R code. Final figures and tables are contained in ouputs folder.
All informations are given in R/R_infos.html file.