reprojecting a raster in R error "could not find function "wkt"

1.6k Views Asked by At

I've been working with raster data and the code has been working fine. Unexpectedly when reprojecting with:

reproject()  

I get

"Error in wkt(projfrom) :could not find function "wkt".

I'm using CRS arguments:

 +proj=utm +zone=5 +datum=WGS84 +units=m +no_defs  

I have also tried projectRaster() and get a similar error.

Might be an issue with the rgdal package? Anyone else getting this?

1

There are 1 best solutions below

5
On

This problem should go away if you update the sp package