-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
shp_bnd_elem_dist_pins <- st_read(glue(
- "https://datacatalog.cookcountyil.gov/resource/",
- "77tz-riq7.geojson?elemschltaxdist=SCHOOL%20DISTRICT%67",
- "&$limit=100000"
- )) %>%
- filter(!pin10 %in% shp_bnd_skokie_pins$pin10) %>%
- filter(is.na(as.logical(st_intersects(st_centroid(.), shp_bnd_skokie))))
Reading layerOGRGeoJSON' from data sourcehttps://datacatalog.cookcountyil.gov/resource/77tz-riq7.geojson?elemschltaxdist=SCHOOL%20DISTRICT%67&$limit=100000'
using driverGeoJSON' Simple feature collection with 0 features and 0 fields Bounding box: xmin: NA ymin: NA xmax: NA ymax: NA Geodetic CRS: WGS 84 Error instopifnot(): ! Problem while computing..1 = !pin10 %in% shp_bnd_skokie_pins$pin10. Caused by error inpin10 %in% shp_bnd_skokie_pins$pin10: ! object 'pin10' not found Runrlang::last_error()` to see where the error occurred.
Metadata
Metadata
Assignees
Labels
No labels