-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcincy_addr_geo.Rd
25 lines (25 loc) · 1.12 KB
/
cincy_addr_geo.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cincy_geographies.R
\name{cincy_addr_geo}
\alias{cincy_addr_geo}
\title{Cincy address geographies}
\usage{
cincy_addr_geo()
}
\value{
a simple features object with columns \code{cagis_address}, \code{cagis_address_place}, \code{cagis_address_type},
\code{cagis_s2}, \code{cagis_parcel_id}, \code{cagis_is_condo}, and a geometry column (\code{s2_geography})
}
\description{
CAGIS data (see \code{install_cagis_data()}) provides a list of all addresses in Hamilton County.
Addresses are filtered for the following criteria:
\itemize{
\item use only addresses that have \code{STATUS} of \code{ASSIGNED} or \code{USING} and are not orphaned (\code{ORPHANFLG == "N"})
\item omit addresses with \code{ADDRTYPE}s that are milemarkers (\code{MM}), parks (\code{PAR}), infrastructure projects (\code{PRJ}),
cell towers (\code{CTW}), vacant or commercial lots (\code{LOT}), and other miscellaneous non-residential addresses (\code{MIS}, \code{RR}, \code{TBA})
\item s2 cell is derived from LONGITUDE and LATITUDE fields in CAGIS address database
}
}
\examples{
cincy_addr_geo()
}