You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to use erase_water() on a subset of tracts for an area, I realized that it returns an empty data frame if there is no overlapping water area. I just implemented a fix on my fork that I think also may improve performance for erase_water() since it incorporates the filter_by parameter when calling tigris::counties().
I'm optimistic this will be a welcome change so I'll go ahead and open a pull request for review.
The text was updated successfully, but these errors were encountered:
elipousson
added a commit
to elipousson/tigris
that referenced
this issue
Aug 4, 2023
While trying to use
erase_water()
on a subset of tracts for an area, I realized that it returns an empty data frame if there is no overlapping water area. I just implemented a fix on my fork that I think also may improve performance forerase_water()
since it incorporates thefilter_by
parameter when callingtigris::counties()
.I'm optimistic this will be a welcome change so I'll go ahead and open a pull request for review.
The text was updated successfully, but these errors were encountered: