Tagged Questions
2
votes
1answer
308 views
Converting geographic coordinate system in R
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 ...
10
votes
1answer
2k views
How can I convert data in the form of lat, lon, value into a raster file using R?
I have a data set of values over a km grid in the continental U.S. The columns are "latitude", "longitude", and "observation", e.g.:
"lat" "lon" "yield"
25.567 -120.347 3.6
25.832 ...