Reading layer `ZIP_CODE_040114' from data source
`/Users/nat/Downloads/Rstudio HW/R-Spatial Labs/Lab 8/Section_08/R-Spatial_II_Lab/ZIP_CODE_040114/ZIP_CODE_040114.shp'
using driver `ESRI Shapefile'
Simple feature collection with 263 features and 12 fields
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 913129 ymin: 120020.9 xmax: 1067494 ymax: 272710.9
Projected CRS: NAD83 / New York Long Island (ftUS)
Reading layer `tests-by-zcta_2020_04_19' from data source
`/Users/nat/Downloads/Rstudio HW/R-Spatial Labs/Lab 8/Section_08/R-Spatial_II_Lab/tests-by-zcta_2020_04_19.csv'
using driver `CSV'
Warning: no simple feature geometries present: returning a data.frame or tbl_df
Reading layer `NYS_Health_Facility' from data source
`/Users/nat/Downloads/Rstudio HW/R-Spatial Labs/Lab 8/Section_08/R-Spatial_II_Lab/NYS_Health_Facility.csv'
using driver `CSV'
Warning: no simple feature geometries present: returning a data.frame or tbl_df
Show the code
str(health_sf)
'data.frame': 3990 obs. of 36 variables:
$ Facility.ID : chr "204" "620" "654" "1156" ...
$ Facility.Name : chr "Hospice at Lourdes" "Charles T Sitrin Health Care Center Inc" "Central Park Rehabilitation and Nursing Center" "East Side Nursing Home" ...
$ Short.Description : chr "HSPC" "NH" "NH" "NH" ...
$ Description : chr "Hospice" "Residential Health Care Facility - SNF" "Residential Health Care Facility - SNF" "Residential Health Care Facility - SNF" ...
$ Facility.Open.Date : chr "06/01/1985" "02/01/1989" "02/01/1989" "08/01/1979" ...
$ Facility.Address.1 : chr "4102 Old Vestal Road" "2050 Tilden Avenue" "116 Martin Luther King East" "62 Prospect St" ...
$ Facility.Address.2 : chr "" "" "" "" ...
$ Facility.City : chr "Vestal" "New Hartford" "Syracuse" "Warsaw" ...
$ Facility.State : chr "New York" "New York" "New York" "New York" ...
$ Facility.Zip.Code : chr "13850" "13413" "13205" "14569" ...
$ Facility.Phone.Number : chr "6077985692" "3157973114" "3154751641" "5857868151" ...
$ Facility.Fax.Number : chr "" "" "" "" ...
$ Facility.Website : chr "" "" "" "" ...
$ Facility.County.Code : chr "3" "32" "33" "60" ...
$ Facility.County : chr "Broome" "Oneida" "Onondaga" "Wyoming" ...
$ Regional.Office.ID : chr "3" "3" "3" "1" ...
$ Regional.Office : chr "Central New York Regional Office" "Central New York Regional Office" "Central New York Regional Office" "Western Regional Office - Buffalo" ...
$ Main.Site.Name : chr "" "" "" "" ...
$ Main.Site.Facility.ID : chr "" "" "" "" ...
$ Operating.Certificate.Number: chr "0301501F" "3227304N" "3301326N" "6027303N" ...
$ Operator.Name : chr "Our Lady of Lourdes Memorial Hospital Inc" "Charles T Sitrin Health Care Center, Inc" "CPRNC, LLC" "East Side Nursing Home Inc" ...
$ Operator.Address.1 : chr "169 Riverside Drive" "Box 1000 Tilden Avenue" "116 Martin Luther King East" "62 Prospect Street" ...
$ Operator.Address.2 : chr "" "" "" "" ...
$ Operator.City : chr "Binghamton" "New Hartford" "Syracuse" "Warsaw" ...
$ Operator.State : chr "New York" "New York" "New York" "New York" ...
$ Operator.Zip.Code : chr "13905" "13413" "13205" "14569" ...
$ Cooperator.Name : chr "" "" "" "" ...
$ Cooperator.Address : chr "" "" "" "" ...
$ Cooperator.Address.2 : chr "" "" "" "" ...
$ Cooperator.City : chr "" "" "" "" ...
$ Cooperator.State : chr "New York" "New York" "New York" "New York" ...
$ Cooperator.Zip.Code : chr "" "" "" "" ...
$ Ownership.Type : chr "Not for Profit Corporation" "Not for Profit Corporation" "LLC" "Business Corporation" ...
$ Facility.Latitude : chr "42.097095" "43.05497" "" "42.738979" ...
$ Facility.Longitude : chr "-75.975243" "-75.228828" "" "-78.12867" ...
$ Facility.Location : chr "(42.097095, -75.975243)" "(43.05497, -75.228828)" "" "(42.738979, -78.12867)" ...