.makeCRS() vulnerable to sp evolution status 2
rsbivand opened this issue · 1 comments
rsbivand commented
See edzer/sp#130.
Lines 52 to 54 in a4d923e
.CRS(NA_character_, SRS_string=wkt)
in line 53, or drop conditioning on prj != ""
. You can wait to patch raster, but that means you can't test evolution status 2 (using sf for instantiating CRS, transformation, etc.), until sp with the patch above is released. sp now also has internal options to change evolution status in a running, loaded sp: https://github.com/edzer/sp/blob/54ce54b7d3fea714b704aec5cc0f883aae0553ab/R/spOptions.R#L71-L80. sp will switch from evolution status 0L to 2L in June 2023.rhijmans commented
I believe this has been handled.