Skip to content
Prev 19780 / 29559 Next

Defining CRS when loading a raster doesn't seems to work anymore

I don't think it ever was possible to do this. If you look carefully
at the Details for ?raster, it mentions extra arguments passed via ...
and none of these is "crs" for the "character" method. That can be a
bit obscure until you understand that the character method (for a
file) does not allow you to pass in crs at that point, it's only
defined for the signatures  "missing", "Extent", "matrix" and
"big.matrix".

Does that make sense?
On Fri, Nov 15, 2013 at 6:35 PM, Arnaud Mosnier <a.mosnier at gmail.com> wrote: