A project to analyse and visualise data on dogs in Auckland using data compiled by Auckland Council's Animal Management division.
Data is drawn from:
- {akldogs}: An R package containing raw datasets relating to registrations, impounds, and requests for service obtained from Auckland Council's Animal Management division via an official information request.
- Data compiled from summary statistics provided in Auckland Council's Animal Management annual reports which goes back further than the data in {akldogs}. This is within the
/datafolder, and prefixed witham-reports. - Territorial Authority Local Board shapefiles provided by Stats NZ.
- Auckland population data taken from the 2023 Census provided by Stats NZ.
This project is set up as a Quarto manuscript with project settings defined in quarto.yml. Data cleaning and analysis happens within notebooks/data-analysis.qmd while geospatial analyses happen in notebooks/mapping.qmd. The R directory contains functions.R and theme.R, holding custom functions and theming information which is used by the notebooks. Outputs from the notebooks are embedded into the manuscript file index.qmd.