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