CodeforNRV / WalkBlacksburg-Scripts

WalkBlacksburg helper scripts
2 stars 4 forks source link

Data format #2

Open nealf opened 9 years ago

nealf commented 9 years ago

Here's what I'm proposing for our crime data format: { “_id”: String (autogenerated), “AgencyID”: String, “AgencyName”: String, “CaseNumber”: String, “CriminalOffense”: String, “DateReported”: DateTime (YYYY-MM-DDTHH:MM:SS), “Description”: String, “Location”: String, “OccurenceDate”: DateTime (YYYY-MM-DDTHH:MM:SS), “Disposition”: String, “Lat”: float, “Lng”: float }

Does anybody have any thoughts on whether we should essentially keep all of the original data we scrape and then add the standardized fields separately?