Skip to content
forked from jamaps/CLTD

Canadian Longitudinal Census Tract Database

License

Notifications You must be signed in to change notification settings

divyaprakashucr/CLTD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currently being updated to include data from 2021 and prior to 1971


Canadian Longitudinal Tract Database (CLTD)

This repository includes code to bridge Canadian historical census tract data (1971-2016) to a common set of geographic boundaries (2016).

The data and a manual describing its use is available on Dataverse: http://dx.doi.org/10.5683/SP/EUG3DT

A paper detailing this work has recently been published in The Canadian Geographer

@article{allentaylor2018,
  title={A new tool for neighbourhood change research: The Canadian Longitudinal Census Tract Database, 1971--2016},
  author={Allen, Jeff and Taylor, Zack},
  journal={The Canadian Geographer/Le G{\'e}ographe canadien},
  year={2018},
  publisher={Wiley Online Library},
  url={https://doi.org/10.1111/cag.12467}
}

older_work/apportionment_scripts

Example scripts that use these tables to apportion data linked to census tracts from a source year to a target year (e.g. from 1971 to 2016)

older_work/src

Contains the code used to generate and validate the crosswalk tables. This utilizes a combination of population weighting, area weighting, and dasymetric mapping approaches to minimize error when boundaries change over time.

older_work/crosswalk_tables

A set of .csv tables which link boundary identifiers between years using a set of apportionment weights. Data is organized into four fields, the first is the ID of the source census tract, the second is the ID of the target census tract, the third is a weight indicating the amount of data that should be apportioned from the source to the target, and the forth is a flag indicating the relationship (1 = no change, 2 = merge, 3 = split, or 4 = many-to-many)

About

Canadian Longitudinal Census Tract Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.0%
  • R 5.6%
  • Shell 0.4%