JoeDumoulin / CrimeDataAnalysis

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

Crime Data Group Meeting October 15th, 2016 #17

Closed GlennRDoherty closed 7 years ago

GlennRDoherty commented 7 years ago

Hi Team, Today we agreed on a Folder Structure to simplify our Repo workflow. In our project root folder (CrimeDataAnalysis) we should have HTML, RMD files. Other folders in the root should include a Data folder (.csv, xls., etc) and a R folder (*.R).

The coordinate data we have is good. But the Lat/Lng data is too high level. So, we took the coordinate data and re-calculated the Lat/Lng data. In the file get_spokane_crimedata.Rmd, we removed incorrect coordinates, transformed lcc coordinates into lat/lng and removed old lat/lng, created a DF with both LCC coordinates and new lat/lng. Finally, we exported .csv into the Data folder.

Klark's commit will close this Issue.