Skip to contents

This installs the CAGIS Open Data GIS database (.gdb) into the data directory for the codec package. Once downloaded, it will be reused across R sessions on the same computer. The geodatabase contains many layers that are updated quarterly. Historical geodatabases are not available here.

Usage

install_cagis_data(
  cagis_data_url =
    "https://www.cagis.org/Opendata/Quarterly_GIS_Data/CAGISOpenDataQ1_2025.gdb.zip"
)

Arguments

cagis_data_url

the url to the CAGIS Open Data .gdb.zip file; this changes quarterly, so check the CAGIS Open Data page for something more recent if the file cannot be found.

See also

This function is called by cincy_neighborhood_geo() and cincy_city_geo(), plus other functions that import individual layers.

Examples

if (FALSE) { # \dontrun{
install_cagis_data()
sf::st_layers(install_cagis_data())$name
} # }