JoeDumoulin / CrimeDataAnalysis

Repo for INRUG experiments using crime data.
4 stars 7 forks source link

Convert x y coordinates to lat long in Crime data frame #14

Open rparrish opened 7 years ago

rparrish commented 7 years ago

Kristian - can you help convert the x y coordinates in the Crime data to latitudes and longitudes? We're trying to use spTransform() from the rgdal package but not sure how to do that.

If you can update the basecode.R script to add those columns, that would be great.

Thanks!