clev_pts {geodaData} | R Documentation |
Cleveland Home Sales (2015).
Description
Location and sales price of home sales in a core area of Cleveland, OH for the fourth quarter of 2015.
Usage
clev_pts
Format
An sf data frame with 205 rows, 9 variables, and a geometry column:
- unique_id
unique parcel id
- parcel
unique parcel number
- x
point latitude
- y
point longitude
- sale_price
price paid for the house ($)
- tract10int
License plate number and sometimes a description (state, color). Some entries did not include a plate number.
- quarter
quarter of sale (4th for all)
- year1
year of sale (2015 for all)
- yrquarter
year and quarter of sale (4th quarter of 2015 for all)
- geometry
POINT
Details
Sf object, units in ft. EPSG 3734: NAD83 / Ohio North (ftUS).
Source
Cuyahoga County Fiscal Office. https://geodacenter.github.io/data-and-lab//clev_sls_154_core/
Examples
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(clev_pts)
plot(clev_pts["unique_id"])
}
[Package geodaData version 0.1.0 Index]