View source: R/get_pts_neighbourhood.R
get_da_to_ons | R Documentation |
Census data is often available at the DA level, whereas ONS analyses generally take place at the neighbourhood level. This function returns an SLI that maps each DA in Ottawa to the single ONS neighbourhood it overlaps the most. The SLI was generated with a simple spatial join from StatsCan's official DA shapefile and the ONS neighbourhood boundaries, using the function sf::st_join(largest = TRUE).
See also onsr::get_db_to_ons()
, which maps dissemination blocks to ONS
neighbourhoods.
get_da_to_ons()
A tibble matching each Ottawa DA to one ONS neighbourhood.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.