Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurolins committed May 25, 2018
1 parent 6fa7d62 commit 9329689
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/crime50k.map
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
# Location '(41.909371152 -87.665218629)'
#

# I1. quadtree index dimension for the pickup location
# I1. quadtree index dimension for crime location
index_dimension('location',input('Latitude','Longitude'),latlon(25));

# I2. categorical dimension
# I2. categorical dimension for the type of crime
index_dimension('type',input('Primary Type'),categorical(8,1));

# I3. quadtree index dimension for the dropoff location
# I3. time dimension: index the data hourly
index_dimension('time',
input('Date'),
time(16, # binary tree with 16 levels (slots 0 to 65535)
Expand All @@ -46,3 +46,4 @@ index_dimension('time',
# if no input .csv column is used in a measure dimention, it functions as a count
# (ie. one for each input record)
measure_dimension('count',input(),u32);

0 comments on commit 9329689

Please sign in to comment.