Skip to content

Commit

Permalink
experimental postProcess for "some" sf class objs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmcintire committed Jan 31, 2019
1 parent 1e5119d commit 544af75
Show file tree
Hide file tree
Showing 7 changed files with 338 additions and 115 deletions.
11 changes: 11 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@ S3method(assessDataType,Raster)
S3method(assessDataType,RasterStack)
S3method(assessDataType,default)
S3method(cropInputs,default)
S3method(cropInputs,sf)
S3method(cropInputs,spatialObjects)
S3method(fixErrors,SpatialPolygons)
S3method(fixErrors,default)
S3method(makeMemoisable,default)
S3method(maskInputs,Raster)
S3method(maskInputs,Spatial)
S3method(maskInputs,sf)
S3method(objSize,Path)
S3method(objSize,default)
S3method(objSize,environment)
S3method(objSize,list)
S3method(postProcess,default)
S3method(postProcess,list)
S3method(postProcess,sf)
S3method(postProcess,spatialObjects)
S3method(projectInputs,Raster)
S3method(projectInputs,Spatial)
Expand Down Expand Up @@ -248,8 +251,16 @@ importFrom(remotes,install_github)
importFrom(rgdal,getGDALVersionInfo)
importFrom(rgeos,gIsValid)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_combine)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_is)
importFrom(sf,st_is_valid)
importFrom(sf,st_join)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(sp,CRS)
Expand Down
Loading

0 comments on commit 544af75

Please sign in to comment.