[R-sig-Geo] CRS format

adeela uaf adeela.uaf at gmail.com
Thu Jul 30 05:49:20 CEST 2015


Hi,
I want to project my data on a map. The data were taken from a town of
Faisalabad city in Pakistan. But I don't know how to place an 'epsg' value
for that. As for meuse data set the codes are:

data(meuse)
>coordinates(meuse)<-~x+y # convert to SPDF
>proj4string(meuse) <- CRS('+init=epsg:28992')
For my dataset
coordinates(mt)<-~XCORD+YCORD
how can I find the epsg code.
Regards,
Adeela
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20150730/3482c307/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mt - Copy.csv
Type: text/csv
Size: 691 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20150730/3482c307/attachment.bin>


More information about the R-sig-Geo mailing list