DataHub – Small Pieces Loosely Joined
June 22, 2012 in CKAN, DataHub
June 6, 2011 in CKAN, Events, Workshop
Notes from the workshop.
Government structure in Bulgaria
Legal status for gov material (e.g. legilslation) — ЗАПСП http://lex.bg/bg/laws/ldoc/2133094401 Член 4, точка 4 Не са обект на авторско право
Не са обект на авторското право:
Question: how far does this extend to all documents.
The law: in state gazette: mostly online (html and pdf)? http://dv.parliament.bg
4th tab link on: http://dv.parliament.bg/ (no direct link because no urls!)
Committee debates: http://www.parliament.bg/bg/parliamentarycommittees/members/226/steno
Plenary sessions debates: http://www.parliament.bg/bg/plenaryst
Have CKAN package: http://ckan.net/package/bg-budget
The company register was publicly available until 2011; at some point in 2011 it has been closed and access to it is available for a fee.
[ACTION: Peio - get old dump and analysis and add to relevant CKAN dataset]
ACTION [Peio]: clarify scope of public domain provision for gov data (is this just legislation and gov documents or all gov data)
What do we do about PDF? * Ask – directly or via http://isitopendata.org/ * Find a contact if you can * Find out what the worries are … * Transcribe * Find tools – http://getthedata.org/questions/339/excel-table-from-a-pdf
[ACTION: Rufus Pollock: ask Julian Todd to write up instructions on PDF parsing based on UNDemocracy experience]
Basic process:
Tools:
Proprietary but free (in some form or other):
May 20, 2011 in CKAN, OpenSpending, People, Profiles
Friedrich Lindenberg is a media scientist turned coder working on open government and transparency initiatives.
As a developer at the Open Knowledge Foundation, he is contributing to OpenSpending, an international effort to make financial data accessible. After presenting the German state budget on OffenerHaushalt.de in 2010, he is now working on technologies that allow the budgets and spending records of any state and region to be visualized and explored. In CKAN, a community-driven data catalogue project, Friedrich has helped to create data portals for a number of European administrations and is working on an effort to create a pan-European data catalogue at publicdata.eu. He is the author of Adhocracy, a collaborative drafting software used by the Internet commission of the German Bundestag and several political parties and organizations to enable citizens to contribute to policy documents and to vote on them.
May 20, 2011 in CKAN, People, Profiles
William Waites is a network engineer and systems programmer with 15 years experience in academia, industry and international development environments.
He has contributed to many free software projects including amongst others 4store, rdflib, Asterisk and NetBSD. He is currently a visiting researcher at the School of Informatics, University of Edinburgh as well as technical director of Okapi Consulting and contributor to several projects of the Open Knowledge Foundation. He is a licensed amateur radio operator, violinist and shuttle-pipe player.
Some very rough thoughts on a Local CKAN and a DataDeck prompted by discussion with Pedro Markun at CONSEGI.
People want to organize and work with data locally on their machine.
Wants:
A combination of datapkg + datadeck (with a stripped down local python server) would be the KISS approach.
The datapkg model is nice because it allows us to make it ultra-simple to publish your own mini-package repository. You just share a folder online with:
May 20, 2011 in CKAN, People, Profiles
Adrià Mercader is a software developer focused on the Web and Open technologies in general, and the geospatial field in particular. Before joining the CKAN team he built and managed several geo-related projects for different organizations, ranging from online map viewers to spatially enabled services and APIs. He is currently based in Newcastle upon Tyne, and more information about him can be found on his website.
May 20, 2011 in CKAN, People, Profiles
Seb Bacon is a software developer and business consultant. He does analysis, design and build for the charity sector. He works on various things in the team, including hacking on the CKAN software, project management, and troublemaking around processes and systems. He has also recently taken on responsibility for improving our documentation. He currently (May 2011) works 4 days a week for OKF.
April 27, 2011 in CKAN, Design
April 18, 2011 in CKAN, OpenSpending, Technical
Notes on last weeks discussion re http://ckan.net/package/ukgov-25k-spending. Also produced (working) code:
https://bitbucket.org/okfn/ukgov-25k-spending/

report {
id,
ckan_url,
resource_id,
resource,
source_url,
department_name,
report_fingerprint,
cache_file,
file_checksum,
ntries,
}
error {
id,
report_id,
report_fingerprint,
entry_fingerprint,
affected_row,
affected_column,
message,
timestamp,
fatal,
}
entry {
report_id,
fingerprint,
department,
entity,
date,
expense_area,
supplier,
transaction_number,
amount
}
Please create an account to get started.