Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to rgeos #208

Merged
merged 3 commits into from Sep 5, 2023
Merged

Remove references to rgeos #208

merged 3 commits into from Sep 5, 2023

Conversation

mikemahoney218
Copy link
Member

re #207

@mikemahoney218 mikemahoney218 merged commit b5d99ce into main Sep 5, 2023
8 checks passed
@mikemahoney218 mikemahoney218 deleted the drop_rgeos_even_more branch September 5, 2023 14:00
@rsbivand
Copy link

rsbivand commented Sep 5, 2023

Thanks. "SpatialCollections" are from rgeos too, though:

> getClass("Spatial")
Class "Spatial" [package "sp"]

Slots:
                              
Name:         bbox proj4string
Class:      matrix         CRS

Known Subclasses: 
Class "SpatialPoints", directly
Class "SpatialMultiPoints", directly
Class "SpatialGrid", directly
Class "SpatialLines", directly
Class "SpatialPolygons", directly
Class "SpatialPointsDataFrame", by class "SpatialPoints", distance 2
Class "SpatialPixels", by class "SpatialPoints", distance 2
Class "SpatialMultiPointsDataFrame", by class "SpatialMultiPoints", distance 2
Class "SpatialGridDataFrame", by class "SpatialGrid", distance 2
Class "SpatialLinesDataFrame", by class "SpatialLines", distance 2
Class "SpatialPixelsDataFrame", by class "SpatialPoints", distance 3
Class "SpatialPolygonsDataFrame", by class "SpatialPolygons", distance 2
> library(rgeos)
> getClass("SpatialCollections")
Class "SpatialCollections" [package "rgeos"]

Slots:
                                                                  
Name:             pointobj             lineobj             ringobj
Class:   SpatialPointsNULL    SpatialLinesNULL    SpatialRingsNULL
                                                                  
Name:              polyobj           plotOrder                bbox
Class: SpatialPolygonsNULL             integer              matrix
                          
Name:          proj4string
Class:                 CRS

Extends: "Spatial"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants