-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (17 loc) · 771 Bytes
/
index.html
File metadata and controls
21 lines (17 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>cbick.github.com</title>
<meta name="google-site-verification" content="AjA9MCkFGUW8ZwhknoEAjLteJ8oAFV2ht5YVXTHRC8M" />
</head>
<body>
Projects hosted on github:<br>
<ul>
<li><a href="http://cbick.github.com/osmviz/">OSMViz</a> is a Python tool for visualization and animation using Open Street Map images.
<li><a href="http://sites.google.com/site/transitmapproject">Transit Map Project</a> code<br>
<ul>
<li><a href="http://cbick.github.com/gtfs_SQL_importer/">GTFS SQL Importer</a> is a quick and easy way to get GTFS data into SQL.
<li><a href="http://cbick.github.com/gps2gtfs/">GPS-to-GTFS</a> matches raw AVL/GPS tracking data of public transit vehicles to their GTFS-defined schedules
</ul>
</ul>
</body>
</html>