In a specific installation, an error occurred as described here, and appears to be related to the deprecated use of "+init=epsg:xxxx". This affects the functions read_GRTSmh(), read_GRTSmh_base4frac() and read_GRTSmh_diffres().
Not using gdalUtils::gdalsrsinfo() (and dropping gdalUtils dependency) currently works around the problem: the raster method crs<- also accepts proj4strings instead of a CRS object.
Further problems with this are to be expected in the future, given related challenges in other packages, e.g. in sf.
Also cherry-picked some management-related commits of branch rc0.2 (future release candidate).
In a specific installation, an error occurred as described here, and appears to be related to the deprecated use of
"+init=epsg:xxxx"
. This affects the functionsread_GRTSmh()
,read_GRTSmh_base4frac()
andread_GRTSmh_diffres()
.Not using
gdalUtils::gdalsrsinfo()
(and droppinggdalUtils
dependency) currently works around the problem: the raster methodcrs<-
also accepts proj4strings instead of aCRS
object.Further problems with this are to be expected in the future, given related challenges in other packages, e.g. in sf.
Also cherry-picked some management-related commits of branch
rc0.2
(future release candidate).