edits
[tools.git] / index.md
<
maxious 1 geo
2
3 R
Maxious 4
maxious 5 - tools.disclo.gs - how to use data
6 - developer tools inc. linked data
7 - gephi -> neo4j
8 - neo4j lets you build on, do massive queries of who is friends with who
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/
10 - http://mbostock.github.com/d3/ex/pack.html http://mbostock.github.com/d3/ex/tree.html
11 - postgis/quantum gis
12 - (google earth is alright but many limitations) NASA World Wind?
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
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
Maxious 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
28 - https://github.com/theodi/open-data-tech-review/wiki othr cleanup/linked data toola
29 - http://selection.datavisualization.ch/ data viz tools catalog
30 - manipulating data - grep/find replace/sed/regex
31 - d3 tools and tutorial http://enjalot.com/ http://news.ycombinator.com/item?id=4608440
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
maxious 35 - data viz
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
38 - andrewharvey4.wordpress.com postgis/asgs tutorial
39 - http://www.slideshare.net/maxdemarzi/etl-into-neo4j
Maxious 40
maxious 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/
Maxious 47
48 - http://dydra.com/
maxious 49 - http://selection.datavisualization.ch/ data viz tools list
50 - http://nodexl.codeplex.com/ network graphs for excel
Maxious 51 - http://sunfoundation.tumblr.com/
maxious 52 - analysing - linked data tools
53 - http://govcampau.wikispaces.com/useful+tools
54 - http://linkeddata.org/home
55
Alex Sadleir 56
Maxious 57 Welcome to the GovHack toolkit. This page provides all the information you need to prepare hackfest entries.
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&#8217;re making a tool/api that helps people with their questions too, remember what the objective of that is.
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.
67 Please note, there are a combination of Analysis and Visualisation tools in each of the major categories below.
68
69
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>
71 Illustration from Data Journalism Handbook, CC BY-SA 3.0</dd>
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
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
106 ## Who can be a hack day participant
107 - roles; coder, designer UX/graphics
108
109 ## Definitions
110 - definitions, open licence reuse permissive hacker hack data journalism data bis UCX etc.
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.
125
126 Programming Language: Ruby
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
136 Description: Displays connections between government contracts, business details, politician responsibilities, lobbyists, clients of lobbyists, political donors and the location of these entities.
137
138 Programing Language: PHP
139
140 Source Control: SVN (Subversion)
141
142 Issue Tracking: A whiteboard
143
144 ## Bus.lambdacomplex.org
145
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
152 Source Control: Git
153
154 Issue Tracking: Github
155
156
157 ## Developer Tools For Your Computer {#developer-tools-for-your-computer}
158
159 server admin / technical tools
160 many projects will require some kind of internet presence, webpage etc.
161 - css framework like bootstrap or zurb foundation
162 video tools, youtube video editor/slideshow, FOSS video editing tools
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/)
169
170 [http://progit.org/book/](http://progit.org/book/)
171
172 [http://svnbook.red-bean.com/](http://svnbook.red-bean.com/)
173
174 [http://tortoisesvn.net/](http://tortoisesvn.net/)
175
176 [http://code.google.com/p/tortoisegit/](http://code.google.com/p/tortoisegit/)
177
178 ### Task Tracking -
179
180 Issue/task trackers allow you to outline the tasks required for your project and assign them to people to do.
181
182 [Trello](https://trello.com/) and [Workflowy](https://workflowy.com/) are free, lightweight project management tools suitable for a rapid project!
183
Alex Sadleir 184 # Hosted Developer Tools {#hosted-developer-tools}
185
186 ### Sourceforge
187
188 Subversion, Git, Mercurial, Bazaar, CVS, issue tracker, wiki, release file downloads. Unlimited free use for open source projects.
189
190 You can create your own Sourceforge project at [http://sourceforge.net/](http://sourceforge.net/)
191
192 ### Google Code Project Hosting
193
194 Git, Mercurial, and Subversion code. Issue tracker, wiki, release file downloads. Unlimited free use for open source projects.
195
196 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/)
197
198