Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Open Data y Transparencia
dcabo
February 26, 2015
0
44
Open Data y Transparencia
dcabo
February 26, 2015
Tweet
Share
More Decks by dcabo
See All by dcabo
Mejorando el periodismo con Ruby
dcabo
0
520
Reutilización de datos y transparencia
dcabo
3
180
Preparando datos para su análisis
dcabo
0
250
Intro a Google Refine
dcabo
0
600
Beyond FOIA (FOIA and Technology)
dcabo
1
64
Open Data y Transparencia
dcabo
0
130
¿Dónde van mis impuestos?
dcabo
3
85
Casos prácticos de la reutilización de datos públicos
dcabo
2
110
Against the Spanish odds (the techie side)
dcabo
3
140
Featured
See All Featured
A better future with KSS
kneath
225
15k
It's Worth the Effort
3n
172
25k
The Art of Programming - Codeland 2020
erikaheidi
32
5.8k
The World Runs on Bad Software
bkeepers
PRO
56
5.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
337
17k
The Language of Interfaces
destraynor
148
20k
GraphQLとの向き合い方2022年版
quramy
16
8.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
15
910
Become a Pro
speakerdeck
PRO
3
780
Docker and Python
trallard
27
1.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
119
28k
The Illustrated Children's Guide to Kubernetes
chrisshort
14
35k
Transcript
open data y transparencia David Cabo @dcabo
data-hype “Data is the 21st century’s new raw material”, francis
maude, minister for uk cabinet office.
“Data is the new coal — abundant, dirty and difficult
to mine.”, someone on the internet, after using data. data-reality
None
None
None
None
¿open data? en datos.gob.es
None
None
None
None
None
registros de visitas en data.gov
influenceexplorer.com
None
los datos no dicen nada
hacen falta periodistas “People don’t consume facts. They consume stories.”,
clay shirky.
un mapa no es una historia
million dollar blocks
periodistas + informáticos + diseñadores + estadísticos
+ ...
escarbando en el boe
None
None
None
None
None
None
making of… expresiones regulares: “tenías un problema, ahora tienes dos”
None
title =~ /([Dd]on|[Dd]oña)/ prefix = $1 gender = prefix.index("ñ") ?
‘M’ : ‘H’ Expresiones regulares en ruby
None
None
¿dónde está el contexto?
dondevanmisimpuestos.es
None
lo que tú aportas
making of… parseando html con nokogiri
None
None
None
None
regex + html => all is lost
doc = Nokogiri::HTML(open(filename)) rows = doc.css('table.S0ESTILO9 tr’) rows.each do |row|
columns = row.css(‘td') .map{|td| td.text.strip} amount = columns[4] … end nokogiri
quienmanda.es
reuniones ‘discretas’ “SI ALGUIEN QUIERE TENER UNA REUNIÓN discreta CONMIGO,
YO LA TENGO”, mariano rajoy, 18 de abril del 2013, en el congreso.
el mundo es un pañuelo
artículos de fondo
None
None
None
automate what you can
hacemos lobby
algunas victorias
making of… mechanize: “no es país para rest”
None
agent = Mechanize.new page = agent.get(company_page_url) board_link = page.link_with(:text =>
/Consejo/) board_html = board_link.click.content # Use nokogiri to get the data mechanize
junio 2011: el correo de sarah palin
sarah’s inbox
tuderechoasaber.es
None
None
¿preguntas? @dcabo