Skip to content

A team home is where the utility function maximum is

Eric Torreborre edited this page Nov 29, 2013 · 5 revisions

This repository provides

  • some code to accessing Local Government Authorities (LGAs) and save them as a csv file containing the latitude-longitude of the points defining the polygon of a LGA as: LGA code, latitude, longitude, LGA name (see src/main/resources/lgas.csv for an example)

  • some code to read (Crime data](http://data.gov.au/dataset/activity/nsw-crime-data) filter by category ("Theft" for example) and output a normalised value for each LGA point in the previous file. The result is a file with latitude,longitude,value where value is a Double between 0 and 1. (see src/test/resources/theft.csv for an example`