ropensci / geojsonio

Convert many data formats to & from GeoJSON & TopoJSON
https://docs.ropensci.org/geojsonio
Other
151 stars 59 forks source link

Get off rgeos #185

Closed mikemahoney218 closed 1 year ago

mikemahoney218 commented 1 year ago

rgeos will be retired by the end of 2023, which means we have a clear deadline to move this package away from rgeos and towards the geos package instead. My sense is that the code in this package doesn't actually call rgeos directly very often, but rather provides methods for converting from rgeos into different formats; we should soft-deprecate those methods (probably targeting removal in ~January) and get rid of any documentation referring to them.

mikemahoney218 commented 1 year ago

will be closed on release of 0.11

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.