Skip to content
Prev 15135 / 29559 Next

shapefile on the wrongly placed

May we assume you are using R to do this?

 - Read it into R using an appropriate function from an R package. (I use
readOGR from rgdal)

 - Make sure that it is assigned the correct projection.

 - Transform it to the desired projection using spTransform()

This has always worked for me.
The help page for spTransform has examples.
  

-Don