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 for something more recent if the file cannot be found
See also
This function is called by cincy_neighborhood_geo()
, cincy_city_geo()
and others that import individual layers.
Examples
if (FALSE) { # \dontrun{
install_cagis_data()
sf::st_layers(install_cagis_data())$name
} # }