We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Excuse me, I met a problem about convert SpatialPolygonsdataframe to SpatialPolygons. Could please help me? Thanks very much.
water_poly<-rgdal::readOGR ("F:/water_polygons.shp") The SpatialPolygonsdataframe after reading the shape file is shown in the figure below:
water_poly<-rgdal::readOGR ("F:/water_polygons.shp")
How should I write the code to convert SpatialPolygonsdataframe to SpatialPolygons
best regards, Sue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Excuse me, I met a problem about convert SpatialPolygonsdataframe to SpatialPolygons. Could please help me? Thanks very much.
water_poly<-rgdal::readOGR ("F:/water_polygons.shp")
The SpatialPolygonsdataframe after reading the shape file is shown in the figure below:
How should I write the code to convert SpatialPolygonsdataframe to SpatialPolygons
best regards,
Sue
The text was updated successfully, but these errors were encountered: