Skip to content

Commit

Permalink
Adding some converted files for bus and EZlink information
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Lutz committed Jun 13, 2016
1 parent 693554c commit 1064566
Show file tree
Hide file tree
Showing 103 changed files with 34,336 additions and 587,654 deletions.
592,064 changes: 10,912 additions & 581,152 deletions Processing/PedAccess/data/singapore_deliveries.json

Large diffs are not rendered by default.

13,926 changes: 13,926 additions & 0 deletions data/Converted Files/EZ-nodes.csv

Large diffs are not rendered by default.

Binary file added data/Converted Files/EZMerc.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions data/Converted Files/EZMerc.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
1 change: 1 addition & 0 deletions data/Converted Files/EZMerc.qpj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
Binary file added data/Converted Files/EZMerc.shp
Binary file not shown.
Binary file added data/Converted Files/EZMerc.shx
Binary file not shown.
5 changes: 2 additions & 3 deletions gridthing/draw_grids.pde
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ void drawMinimap(){
rect(width*2/3, height/3, width/4, width/4);
float x = width*2/3;
float y = height/3;

//draw mirror grid
for(int i =0; i<nrows; i++){
line(x, height/3, x, height/3+width/4);
Expand All @@ -54,8 +53,8 @@ void drawMinimap(){

text("Dim: " + nrows + "x" + ncols, width*2/3, height/3 + width/4 + 20);
text("Rotation: " + degrees(theta) + " degrees", width*2/3, height/3 + width/4 + 40);
text("Area of each Cell = " + sq(cellwidth) + " square meters", width*2/3, height/3 + width/4 + 60);
text("Total Area of Cells = " + nrows*ncols*sq(cellwidth) + " square meters", width*2/3, height/3 + width/4 + 80);
text("Area of each Cell = " + " square meters", width*2/3, height/3 + width/4 + 60);
text("Total Area of Cells = " + " square meters", width*2/3, height/3 + width/4 + 80);

}

81 changes: 0 additions & 81 deletions gridthing/export/2_103.732605_1.3354028.csv

This file was deleted.

281 changes: 0 additions & 281 deletions gridthing/export/2_103.73506_1.327859.csv

This file was deleted.

Loading

0 comments on commit 1064566

Please sign in to comment.