initial commit
[tools.git] / index.md
1 Below is a whole bunch of information to help you prepare for GovHack!
2
3 Basically, the way your GovHack project is rated is based on your team page (where you register your team and project information, link to come) and on the presentation you give at the end of GovHack (Sunday 3pm). We don’t mind what developer, data or visualisation tools you use so long as the outcomes are awesome ![:)](http://www.govhack.org/wp-includes/images/smilies/icon_smile.gif)
4
5 We provide some development tools and access to virtual servers (if you want to roll your own). Otherwise below are links to other tools that you might want to use.
6
7 Check out the [Data & Comps page](/data-competitions) for information about data sets.
8
9 Just remember, the competition judges will be focused on the outcomes of your project, so updating your team page with information and screenshots/screencasts of your project is really important, along with having an awesome presentation Sunday afternoon, so make sure you schedule some time to work on these before the 3pm deadline on Sunday ![:)](http://www.govhack.org/wp-includes/images/smilies/icon_smile.gif)
10
11 <div class="toggleItem">[<div class="icon1\. iconSymbol plus"></div>Hosted Developer Tools](#hosted-developer-tools)
12
13 ### Rewired State for GovHack
14
15 Rewired State are providing a GitHub hosted service along with some Atlassian developer tools. To get access to this environment, email steve [at] rewiredstate.com.au
16
17 ### Sourceforge
18
19 Subversion, Git, Mercurial, Bazaar, CVS, issue tracker, wiki, release file downloads. Unlimited free use for open source projects.
20
21 You can create your own Sourceforge project at [http://sourceforge.net/](http://sourceforge.net/)
22
23 ### Google Code Project Hosting
24
25 Git, Mercurial, and Subversion code. Issue tracker, wiki, release file downloads. Unlimited free use for open source projects.
26
27 You can host your Google Code project and get access to developer tools, APIs and documentation at [http://code.google.com/](http://code.google.com/)
28
29 </div></div><div class="toggleItem">[<div class="icon1\. iconSymbol plus"></div>Roll Your Own - Virtual Servers](#roll-your-own-virtual-servers)
30
31 ### Anchor
32
33 Anchor have sponsored GovHack with virtual servers.
34
35 Just contact [govhack@lambdacomplex.org](mailto:govhack@lambdacomplex.org) if you want an Anchor hosted server, which comes with LAMP stack ready to go ![:)](http://www.govhack.org/wp-includes/images/smilies/icon_smile.gif)
36
37 ### Ninefold
38
39 Ninefold have sponsored GovHack with virtual servers. To access a Ninefold hosted server, firstly check out [http://ninefold.com/virtual-servers/](http://ninefold.com/virtual-servers/) and there are specific lists of available templates at:
40
41 * [http://ninefold.com/virtual-servers/linux/](http://ninefold.com/virtual-servers/linux/)
42 * [http://ninefold.com/virtual-servers/windows/](http://ninefold.com/virtual-servers/windows/)
43
44 To get your Ninefold hosted server, forward your GovHack Eventbrite registration confirmation along with your configuration requirements and please let them know if you will be in Canberra our Sydney.
45
46 Please use the following format:
47
48
49
50 <span style="font-size: xx-small;">Team Name:
51
52 Contact Name:
53
54 Contact Phone (mobile pref):
55
56 Contact Email:
57
58 Event Location: (Sydney/Canberra)</span><span style="font-size: xx-small;">**
59
60 **</span><span style="font-size: xx-small;">Type of VM Required: [Select from: [https://ninefold.com/support/display/SPT/Ninefold+Templates](https://ninefold.com/support/display/SPT/Ninefold+Templates)]
61
62 </span><span style="font-size: xx-small;">What you will be using the VM for?</span>
63
64 <span style="font-size: xx-small;">What ports does your application need opened?</span>
65
66 Please review the Ninefold terms and conditions and customer agreement [http://ninefold.com/legal/](http://ninefold.com/legal/)
67
68 **VM Specifications**
69
70 * Compute Small &#8211\. 1 CPU [1.2GHz (Bursts 2.8GHz) / 1.7GB RAM]
71 * One (1\. External IP address provided
72 * 4\. Megabits-capable connection to the Internet (Up to 300Megabits if required)
73
74 Your VM will be provisioned in a VLAN associated with other VMs in the GovHack event in your area (Sydney/Canberra). Meaning other participants in the event will be able to view your VM in their local network.
75
76
77
78 Your access information will be sent to you via email and/or phone.
79
80 **Need help with your Ninefold virtual server?**
81
82 Call 130\. 04\. 61\. / Send a tweet to @ninefold / or send us an email to [support@ninefold.com](mailto:support@ninefold.com)
83
84
85
86 </div></div>
87
88 # The basics &#8211\. being a data scientist
89
90
91 * Find the people and tools you need to prove/show/find. This rest of this page will help with the latter.
92
93 <div>Please note, there are a combination of Analysis and Visualisation tools in each of the major categories below.</div>
94 <div><div class="toggleItem">[<div class="icon1\. iconSymbol plus"></div>API Development](#api-development)</div>
95 <div>
96
97 So an API isn&#8217;t just an XML file ![;)](http://www.govhack.org/wp-includes/images/smilies/icon_wink.gif)
98
99 A good web based data API:
100
101 * Is logically organised
102 * Can filter returned data
103 * Can return results in different open formats (CSV/JSON etc.)
104 * Is efficient and responsive by using caching and databases appropriately
105 * Handles errors gracefully
106 * Monitors and controls access (to show benefit realised of API and prevent abuse)
107 * Provides appropriate documentation with examples
108
109 Some people like sensis [http://](http://developers.sensis.com.au/)[developers.sensis.com.<wbr>au</wbr>](http://developers.sensis.com.au/)[/](http://developers.sensis.com.au/) use a provider like[http://](http://mashery.com/)[mashery.com](http://mashery.com/)[/](http://mashery.com/) or [https](https://apigee.com/)[://](https://apigee.com/)[apigee.com](https://apigee.com/) or [http://](http://apiaxle.com/)[apiaxle.com](http://apiaxle.com/)[/](http://apiaxle.com/) or [http://www.3scale.net/](http://www.3scale.net/) which handles making a good API for them.
110
111 Atlassian have a great page on what makes a good API [https](https://developer.atlassian.com/display/REST/Atlassian+REST+API+Design+Guidelines+version+1)[://](https://developer.atlassian.com/display/REST/Atlassian+REST+API+Design+Guidelines+version+1)[developer.atlassian.<wbr>com</wbr>](https://developer.atlassian.com/display/REST/Atlassian+REST+API+Design+Guidelines+version+1)[/display/REST/](https://developer.atlassian.com/display/REST/Atlassian+REST+API+Design+Guidelines+version+1)[Atlassian](https://developer.atlassian.com/display/REST/Atlassian+REST+API+Design+Guidelines+version+1)[+<wbr>REST+API+Design+Guidelines+<wbr>version+1</wbr></wbr>](https://developer.atlassian.com/display/REST/Atlassian+REST+API+Design+Guidelines+version+1)
112
113 </div>
114
115 </div></div>
116
117 <div class="toggleItem">[<div class="icon1\. iconSymbol plus"></div>Data Visualisation](#data-visualisation)
118
119 Most of the categories to follow have visualisation tools specific to their purpose.
120
121 You can find some data visualisation &#8220;essential&#8221\. tools below:
122
123 [http://www.visualisingdata.com/index.php/2011/07/part-6-the-essential-collection-of-visualisation-resources/](http://www.visualisingdata.com/index.php/2011/07/part-6-the-essential-collection-of-visualisation-resources/)
124
125 Also check out [http://thejit.org](http://thejit.org/) &amp; [http://www.senchalabs.org/<wbr>philogl/</wbr>](http://www.senchalabs.org/philogl/) (contributed by Matt Adcock)
126
127 </div></div>
128
129 <div class="toggleItem">[<div class="icon1\. iconSymbol plus"></div>Augmented Reality Tools](#augmented-reality-tools)
130
131 ### buildAR
132
133 buildAR was the world&#8217;s first AR Content Management System with the first early version launched back in 200\. as a bit of a test to see if people were interested in being able to create their own augmented experiences. MOB Labs officially launched the new improved buildAR at the Augmented Reality event in Silicon Valley in May 2011.
134
135 [http://buildAR.com](http://buildar.com/) (normally a 1\. day free trial but GovHack attendees on the day will get a fully activated account for a month. If you are a GovHack attendee want full access now to play, just sign up for a trial and then forward your GovHack Eventbrite registration email to govhack [at] buildar.com and they&#8217;ll set you up for the free month fully activated account within a couple of days.
136
137 ### Other AR tools and references
138
139 theAWEsomeWEB &#8211\. Future of the Augmented Web [http://theAWEsomeWEB.com](http://theawesomeweb.com/)
140
141 Layar &#8211\. AR Browser - [http://layar.com](http://layar.com/)
142
143 Junaio &#8211\. AR Browser - [http://junaio.com](http://junaio.com/)
144
145 Aurasma &#8211\. AR Browser - [http://aurasma.com/](http://aurasma.com/)
146
147 Vuforia &#8211\. NFT based AR SDK - [http://qualcomm.com/solutions/<wbr>augmented-reality</wbr>](http://qualcomm.com/solutions/augmented-reality)
148
149 String &#8211\. Marker based AR SDK - [http://poweredbystring.com/](http://poweredbystring.com/)
150
151 [pointcloud.io](http://pointcloud.io/) - SLAM based AR SDK - [http://pointcloud.io/](http://pointcloud.io/)
152
153 ARToolkit &#8211\. Marker based AR SDK - [http://en.wikipedia.org/wiki/<wbr>ARToolKit</wbr>](http://en.wikipedia.org/wiki/ARToolKit)
154
155 FLARToolkit &#8211\. Marker based AR SDK - [http://saqoo.sh/a/en/<wbr>flartoolkit/start-up-guide</wbr>](http://saqoo.sh/a/en/flartoolkit/start-up-guide)
156
157 Kooaba &#8211\. Visual search platform - [http://kooaba.com](http://kooaba.com/)
158
159 Catchoom &#8211\. Visual search platform - [http://catchoom.com/](http://catchoom.com/)
160
161 Google Googles &#8211\. Visual search app - [http://www.google.com/mobile/<wbr>goggles/#text</wbr>](http://www.google.com/mobile/goggles/#text)
162
163 Vuzix 920AR &#8211\. Wearable display - [http://www.vuzix.com/consumer/<wbr>products_wrap920ar.html</wbr>](http://www.vuzix.com/consumer/products_wrap920ar.html)
164
165 Project Glass &#8211\. Googles wearable display project - [http://www.youtube.com/watch?<wbr>v=9c6W4CCU9M4</wbr>](http://www.youtube.com/watch?v=9c6W4CCU9M4)
166
167 Mixed Reality &#8211\. Nokia&#8217;s vision for wearable displays [http://www.youtube.com/watch?<wbr>v=CGwvZWyLiBU</wbr>](http://www.youtube.com/watch?v=CGwvZWyLiBU)
168
169 City Lens &#8211\. Nokia&#8217;s latest AR app - [http://www.youtube.com/watch?<wbr>v=63lNPkl-EPE&amp;feature=youtu.be</wbr>](http://www.youtube.com/watch?v=63lNPkl-EPE&amp;feature=youtu.be)
170
171 AR &#8211\. Wikipedia page - [http://en.wikipedia.org/wiki/<wbr>Augmented_reality</wbr>](http://en.wikipedia.org/wiki/Augmented_reality)
172
173 Steve Mann &#8211\. Wearable Computing Pioneer - [http://en.wikipedia.org/wiki/<wbr>Steve_Mann</wbr>](http://en.wikipedia.org/wiki/Steve_Mann)
174
175 Thad Starner &#8211\. Wearable Computing Pioneer [http://en.wikipedia.org/wiki/<wbr>Thad_Starner</wbr>](http://en.wikipedia.org/wiki/Thad_Starner)
176
177 Mark Weiser &#8211\. Father of Pervasive Computing [http://en.wikipedia.org/wiki/<wbr>Mark_Weiser</wbr>](http://en.wikipedia.org/wiki/Mark_Weiser)
178
179 </div></div><div class="toggleItem">[<div class="icon1\. iconSymbol plus"></div>Geographical Data Tools](#geographical-data-tools)
180
181 Check out the[ GeoRabble Boundary Mapper&#8217;s Cookbook](http://georabble.org/2012/05/31/the-boundary-mappers-cookbook/) to see how you can tie all these things together!
182
183 ## Analysis
184
185 ### PostGIS
186
187 [![](http://www.govhack.org/wp-content/uploads/postgisexample-300x130.jpg "postgisexample")](http://www.govhack.org/wp-content/uploads/postgisexample.jpg)PostGIS is an extension for the PostgreSQL database server that allows you to store and manipulate geospatial data on a large scale. For example finding which points are in an area or what points are closest . It is also very useful for storing geospatial data because it can convert between all major formats including ESRI Shape files and Google Earth/Maps KML.
188
189 ### Quantum GIS
190
191 [![](http://www.govhack.org/wp-content/uploads/How-to-participate-in-GovHack_html_m50afbe88-300x160.jpg "QGIS Screenshot")](http://www.govhack.org/wp-content/uploads/How-to-participate-in-GovHack_html_m50afbe88.jpg)QGIS is a graphical desktop application that allows viewing and editing of geospatial data. Some good base maps are available by adding the WMS layer/server [http://irs.gis-lab.info/](http://irs.gis-lab.info/)
192
193 ## Visualisation
194
195 ### Google Fusion Tables/ChartsBin/[OpenHeatMap](http://www.openheatmap.com/)
196
197 [![](http://www.govhack.org/wp-content/uploads/fusiontablesscreenshot-300x168.jpg "fusiontablesscreenshot")](http://www.govhack.org/wp-content/uploads/fusiontablesscreenshot.jpg)Input a numerical values and areas to a spreadsheet and maps are produced
198
199 ### [Cartographer.js](http://cartographer.visualmotive.com/)
200
201 [![](http://www.govhack.org/wp-content/uploads/cartographerjs-300x187.png "cartographerjs screenshot")](http://www.govhack.org/wp-content/uploads/cartographerjs.png)Input data as JSON and maps are produced.
202
203 ###
204
205 ###
206
207 ###
208
209 ###