powered by
Location and sales price of home sales in a core area of Cleveland, OH for the fourth quarter of 2015.
clev_pts
An sf data frame with 205 rows, 9 variables, and a geometry column:
unique parcel id
unique parcel number
point latitude
point longitude
price paid for the house ($)
License plate number and sometimes a description (state, color). Some entries did not include a plate number.
quarter of sale (4th for all)
year of sale (2015 for all)
year and quarter of sale (4th quarter of 2015 for all)
POINT
Sf object, units in ft. EPSG 3734: NAD83 / Ohio North (ftUS).
# NOT RUN { if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(clev_pts) plot(clev_pts["unique_id"]) } # }
Run the code above in your browser using DataLab