I am trying to understand why
> crs = CRS(SRS_string = 'EPSG:28992')
Warning message:
In showSRID(SRS_string, format = "PROJ", multiline = "NO", prefer_proj = prefer_proj) :
Discarded datum Amersfoort in Proj4 definition
still emits a warning. What should we do to get rid of this warning? I'm not trying to show the SRID by way of a PROJ4 string, right?
I am trying to understand why
still emits a warning. What should we do to get rid of this warning? I'm not trying to show the SRID by way of a PROJ4 string, right?