JoeDumoulin / CrimeDataAnalysis

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

Add files via upload #5

Closed kmagori closed 7 years ago

kmagori commented 7 years ago

Dear Joe and everyone else,

I've created the base code for reading in the Spokane City crime shapefile, as well as the neighborhood shapefile, extract for each crime what neighborhood it occured spatially, merge that with the other crime data, and extract all that into a CSV file. I committed both the code as well as the resulting CSV file, which I had to zip because it was too large. We probably want to work with the CSV file in the future as it takes a little while to run the base code, but try it, it's up to you. The basecode needs some packages which also needs GEOS and GDAL (3rd party program) to be installed. I don't really know how to use GitHub, so I forked the original project, uploaded the files there, committed them, and now I'm trying to do a pull request to get it to all of you. Let me know what I'm missing.

Krisztian