add images
[tools.git] / index.md
Alex Sadleir 1 geo
Maxious 2
Alex Sadleir 3 R
4
Maxious 5 - tools.disclo.gs - how to use data
Maxious 6 - developer tools inc. linked data
Alex Sadleir 7 - gephi -> neo4j
8 - neo4j lets you build on, do massive queries of who is friends with who
Maxious 9 - don't use network viz if what you actually have is a tree/hierarchy with no interconnections http://www.randelshofer.ch/treeviz/ http://thejit.org/demos/ http://mbostock.github.com/protovis/ex/treemap.html http://blog.pixelingene.com/2011/07/building-a-tree-diagram-in-d3-js/
Alex Sadleir 10 - http://mbostock.github.com/d3/ex/pack.html http://mbostock.github.com/d3/ex/tree.html
Maxious 11 - postgis/quantum gis
Maxious 12 - (google earth is alright but many limitations) NASA World Wind?
Maxious 13 - ABS statistical areas
Maxious 14 - base layers like agri, http://irs.gis-lab.info/ wms or http://www.gdal.org/frmt_wms_openstreetmap_tms.xml
Maxious 15 - can do nearest/isin/union queries - personal geocoder
Maxious 16 - cloudmade geocoder, google maps my maps
Maxious 17
Maxious 18 - scraperwiki with new pytemplate libraries
19 - makes an API for your data to get in sqlite/json/csv
20
Maxious 21 - govhack library
22 - https://graphics.stanford.edu/wikis/cs448b-12-fall/ data viz theory
23 - http://drawingbynumbers.org/toolsandresources
24 - http://wmbriggs.com/blog/?p=6465
25 - http://ofps.oreilly.com/titles/9781449339739/k_00000002.html list of d3 alternatives
26 - http://craigkerstiens.com/2012/10/01/understanding-postgres-performance/
27 - https://github.com/clips/pattern for easy NLP/network analysis/data mining
Maxious 28 - https://github.com/theodi/open-data-tech-review/wiki othr cleanup/linked data toola
29 - http://selection.datavisualization.ch/ data viz tools catalog
maxious 30 - manipulating data - grep/find replace/sed/regex
Maxious 31 - d3 tools and tutorial http://enjalot.com/ http://news.ycombinator.com/item?id=4608440
Maxious 32 - Why d3 is the way it is and how to make charts http://bost.ocks.org/mike/chart/
33 - how to make an xkcd chart http://bl.ocks.org/3914862
Maxious 34
Alex Sadleir 35 - data viz
Maxious 36 - http://k2company.com/blog/2012/09/06/toolbox-for-learning-machine-learning-and-data-science/
37 - http://williamparry.blogspot.com.au/2011/04/putting-data-into-google-fusion-tables.html google fusion tutorial
maxious 38 - andrewharvey4.wordpress.com postgis/asgs tutorial
Maxious 39 - http://www.slideshare.net/maxdemarzi/etl-into-neo4j
40
41 - http://www.twotorials.com/ for R
42 - http://www.r-bloggers.com/gradient-word-clouds/ http://www.rstudio.com/shiny/ http://blog.ouseful.info/2012/11/28/quick-shiny-demo-exploring-nhs-winter-sit-rep-data/ https://github.com/timelyportfolio/shiny-d3-plot https://github.com/trestletech/shiny-sandbox/tree/master/grn
43 - http://is-r.tumblr.com/post/38240018815/making-prettier-network-graphs-with-sna-and-igraph
44 - http://www.r-bloggers.com/video-simpler-tricks-and-tools-help-debugging-git-latex-and-workflow-with-r-by-prof-rob-hyndman/
45 - http://yihui.name/knitr/ makes reports including google widgets/charts/maps via http://www.r-bloggers.com/googlevis-0-3-2-is-released-better-integration-with-knitr/
46 - http://chartsnthings.tumblr.com/post/36978271916/r-tutorial-simple-charts http://flowingdata.com/2012/12/17/getting-started-with-charts-in-r/
47
48 - http://dydra.com/
49 - http://selection.datavisualization.ch/ data viz tools list
50 - http://nodexl.codeplex.com/ network graphs for excel
51 - http://sunfoundation.tumblr.com/
52 - analysing - linked data tools
53 - http://govcampau.wikispaces.com/useful+tools
54 - http://linkeddata.org/home
maxious 55
Maxious 56
maxious 57 Welcome to the GovHack toolkit. This page provides all the information you need to prepare hackfest entries.
Maxious 58 These tools can be used to make entries like: mobile apps, web apps, data visualisations/infographics
59
60
61 # General Data Hacking and Programming References {#general-data-hacking-and-programming-references}
62 ## The basics of being a data scientist
63
64 * Have a hypothesis � even if you’re making a tool/api that helps people with their questions too, remember what the objective of that is.
Alex Sadleir 65 * Find the people and tools you need to prove/show/find. This rest of this page will help with the latter.
66 * Analyse and present results � were they what you expected? Do they help explain to others what you have found out? Can present as a interactive data visualisation or a web/mobile application or just a infographic/motion graphics video that tells a story.
Maxious 67 Please note, there are a combination of Analysis and Visualisation tools in each of the major categories below.
maxious 68
69
Maxious 70 [![](http://www.govhack.org/wp-content/uploads/How-to-participate-in-GovHack_html_m6a65720f-300x199.gif "Data Journalism Diagram")](http://www.govhack.org/wp-content/uploads/How-to-participate-in-GovHack_html_m6a65720f.gif)</dt>
Alex Sadleir 71 Illustration from Data Journalism Handbook, CC BY-SA 3.0</dd>
Maxious 72
73
74 The best high level reference is the �Understanding Data� and �Delivering Data� chapters of the Data Journalism Handbook which is available online for free at
75
76 [datajournalismhandbook.org](http://datajournalismhandbook.org/)
77
78 You can learn the technical skills from scratch in Visualize This: The FlowingData Guide to Design, Visualization, and Statistics by Nathan Yau or for more advanced
79
80 practical advice check out Data Analysis with Open Source Tools by Philipp K. Janert
81
82 For further reading in this space
83
84 [http://flowingdata.com/2012/04/27/data-and-visualization-blogs-worth-following/](http://flowingdata.com/2012/04/27/data-and-visualization-blogs-worth-following/)
85
86
Maxious 87
88 **Statistics**
89
90 [http://greenteapress.com/thinkstats/html/index.html](http://greenteapress.com/thinkstats/html/index.html)
91
92 **Programming**
93
94 Programming is valuable skill for manipulating and displaying data.
95
96 Basic tutorials for a variety of languages are available for free online or you can learn
97
98 interactively with websites like [http://www.codecademy.com/](http://www.codecademy.com/#!/exercises/0\. for JavaScript or [http://www.learnpython.org/ ](http://www.learnpython.org/)or [http://tryruby.org](http://tryruby.org/)
99
100 [https://developer.mozilla.org/en/JavaScript](https://developer.mozilla.org/en/JavaScript) &#8211\. especially for web applications and visualisations, you&#8217;ll need a basic understanding of JS. Common libraries like prototype or jQuery can help
101
102 **Accessibility/User Experience**
103
104 WCAG guidelines not only make a web app accessible but make it a better experience for all users! Even if not making an app, good to consider these things to do and not do: [http://www.w3.org/TR/WCAG/](http://www.w3.org/TR/WCAG/)
105
Alex Sadleir 106 ## Who can be a hack day participant
107 - roles; coder, designer UX/graphics
108
Maxious 109 ## Definitions
110 - definitions, open licence reuse permissive hacker hack data journalism data bis UCX etc.
maxious 111
112
113 ## key datasets
114 - key datasets, directory.gov.au gazetter/AEC electorates/suburbs/postcodes/LGAs
115
116 ## examples
117
118 ## The Open Budget
119
120 ## WeatherTree weather API
121
122 ## PlanningAlerts
123
124 [![Planning Alerts Screenshot](http://www.govhack.org/wp-content/uploads/How-to-participate-in-GovHack_html_2f0199ff1-300x221.png "Planning Alerts Screenshot")](http://www.govhack.org/wp-content/uploads/How-to-participate-in-GovHack_html_2f0199ff1.png)Description: Planning Alerts takes data from local government development applications and sends alerts to users based on what applications are lodged in their area.
Maxious 125
126 Programming Language: Ruby
Maxious 127
128 Source Control: [Git](https://github.com/openaustralia/planningalerts-app)
129
130 Issue Tracking: [Atlassian JIRA](http://tickets.openaustraliafoundation.org.au/browse/PA/)
131
132 ## LobbyLens
133
134 [![](http://www.govhack.org/wp-content/uploads/129-Screenshot-LobbyClue_-_Chromium-300x180.png "LobbyLens screenshot")](http://www.govhack.org/wp-content/uploads/129-Screenshot-LobbyClue_-_Chromium.png)
135
Maxious 136 Description: Displays connections between government contracts, business details, politician responsibilities, lobbyists, clients of lobbyists, political donors and the location of these entities.
Alex Sadleir 137
Maxious 138 Programing Language: PHP
139
Alex Sadleir 140 Source Control: SVN (Subversion)
Alex Sadleir 141
142 Issue Tracking: A whiteboard
143
144 ## Bus.lambdacomplex.org
145
maxious 146 [![](http://www.govhack.org/wp-content/uploads/How-to-participate-in-GovHack_html_3789acae-300x253.jpg "Bus.lambda screenshot")](http://www.govhack.org/wp-content/uploads/How-to-participate-in-GovHack_html_3789acae.jpg)
147
148 Description: Online Canberra Bus Timetables and Trip Planner.
149
150 Programing Language: PHP/Ruby
151
Maxious 152 Source Control: Git
153
Maxious 154 Issue Tracking: Github
155
156
157 ## Developer Tools For Your Computer {#developer-tools-for-your-computer}
158
Alex Sadleir 159 server admin / technical tools
160 many projects will require some kind of internet presence, webpage etc.
Maxious 161 - css framework like bootstrap or zurb foundation
162 video tools, youtube video editor/slideshow, FOSS video editing tools
Alex Sadleir 163 - http://ubuntu-tutorials.com/2008/11/11/relaying-postfix-smtp-via-smtpgmailcom/
164 - amon
165
166 ### Source Control &#8211\. Git / Subversion
167
168 [![](http://www.govhack.org/wp-content/uploads/Screenshot-at-2012-04-29-172132-300x235.png "Git Screenshot")](http://progit.org/book/)