Skip to content

Revisiting convUL for different projections

2 messages · patrick shaw, Edzer Pebesma

#
Patrick, you may want to try reading your data with function readOGR in
package rgdal. It's documentation says: It will set the spatial
reference system if the layer has such metadata. The syntax could be
something like:

ice <- readOGR(".", "extent_N_200906_polygon")
--
Edzer
patrick shaw wrote: