editz master
[tools.git] / index.md
Alex Sadleir 1 geo
Maxious 2
Alex Sadleir 3 R
4
5 - tools.disclo.gs - how to use data
Maxious 6 - developer tools inc. linked data
Maxious 7 - gephi -> neo4j
Alex Sadleir 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/
Maxious 10 - http://mbostock.github.com/d3/ex/pack.html http://mbostock.github.com/d3/ex/tree.html
Alex Sadleir 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
Maxious 19 - makes an API for your data to get in sqlite/json/csv
Maxious 20
21 - govhack library
Alex Sadleir 22 - https://graphics.stanford.edu/wikis/cs448b-12-fall/ data viz theory
Maxious 23 - http://drawingbynumbers.org/toolsandresources
Maxious 24 - http://wmbriggs.com/blog/?p=6465
Maxious 25 - http://ofps.oreilly.com/titles/9781449339739/k_00000002.html list of d3 alternatives
26 - http://craigkerstiens.com/2012/10/01/understanding-postgres-performance/
maxious 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
Maxious 29 - http://selection.datavisualization.ch/ data viz tools catalog
30 - manipulating data - grep/find replace/sed/regex
Maxious 31 - d3 tools and tutorial http://enjalot.com/ http://news.ycombinator.com/item?id=4608440
Alex Sadleir 32 - Why d3 is the way it is and how to make charts http://bost.ocks.org/mike/chart/
Maxious 33 - how to make an xkcd chart http://bl.ocks.org/3914862
34
maxious 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
38 - andrewharvey4.wordpress.com postgis/asgs tutorial
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/
Alex Sadleir 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
Maxious 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/
Alex Sadleir 52 - analysing - linked data tools
Maxious 53 - http://govcampau.wikispaces.com/useful+tools
Alex Sadleir 54 - http://linkeddata.org/home
Maxious 55
56
57 Welcome to the GovHack toolkit. This page provides all the information you need to prepare hackfest entries.
Alex Sadleir 58 These tools can be used to make entries like: mobile apps, web apps, data visualisations/infographics
Maxious 59
60
61 # General Data Hacking and Programming References {#general-data-hacking-and-programming-references}
Alex Sadleir 62 ## The basics of being a data scientist
Alex Sadleir 63
Maxious 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.
maxious 65 * Find the people and tools you need to prove/show/find. This rest of this page will help with the latter.
Alex Sadleir 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.
Alex Sadleir 68
Maxious 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>
Maxious 71 Illustration from Data Journalism Handbook, CC BY-SA 3.0</dd>
Maxious 72
73
Alex Sadleir 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
Maxious 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
Maxious 80 practical advice check out Data Analysis with Open Source Tools by Philipp K. Janert
81
Maxious 82 For further reading in this space
83
Maxious 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/)
Alex Sadleir 85
Maxious 86
Alex Sadleir 87
Maxious 88 **Statistics**
Maxious 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/)
Alex Sadleir 105
Alex Sadleir 106 ## Who can be a hack day participant
107 - roles; coder, designer UX/graphics
Alex Sadleir 108
Maxious 109 ## Definitions
110 - definitions, open licence reuse permissive hacker hack data journalism data bis UCX etc.
Alex Sadleir 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
Maxious 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
Maxious 126 Programming Language: Ruby
Alex Sadleir 127
Maxious 128 Source Control: [Git](https://github.com/openaustralia/planningalerts-app)
Alex Sadleir 129
maxious 130 Issue Tracking: [Atlassian JIRA](http://tickets.openaustraliafoundation.org.au/browse/PA/)
Maxious 131
Alex Sadleir 132 ## LobbyLens
Maxious 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)
Alex Sadleir 135
Alex Sadleir 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)
maxious 141
142 Issue Tracking: A whiteboard
Maxious 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_3789