I have points in geographic coordinate system and I wanted to convert them to swiss grid (CH1903+).
Sample data:
id lon lat
2 7.173500 45.86880
3 7.172540 45.86887
4 7.171636 45.86924
5 7.180180 45.87158
6 7.178070 45.87014
7 7.177229 45.86923
8 7.175240 45.86808
9 7.181409 45.87177
10 7.179299 45.87020
Respected Results:
id E N
2 2579408.2431 1079721.1499
3 2579333.7158 1079729.1852
4 2579263.6502 1079770.1125
5 2579928.0358 1080028.4605
6 2579763.6471 1079868.9218
7 2579698.0756 1079767.9762
8 2579543.1019 1079640.6512
9 2580023.6226 1080049.2672
10 2579859.1889 1079875.2740
rgdalpackage can. you can also try the r-sig-geo mailing lists. But Ari's link should get you all the way there. – Justin Jan 4 at 20:24crs="+proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 + y_0=200000 +ellps=bessel + towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs")– DWin Jan 4 at 21:36x_0andy_0: they are missing their most significant digits! – whuber Jan 4 at 21:44