Skip to content

Instantly share code, notes, and snippets.

@mchelen
Created October 13, 2010 12:46
Show Gist options
  • Save mchelen/623959 to your computer and use it in GitHub Desktop.
Save mchelen/623959 to your computer and use it in GitHub Desktop.
# 1. Install: (requires python and easy_install)
$ easy_install datapkg
# 2. [optional] Take a look at the manual
$ datapkg man
# 3. Search for something
$ datapkg search ckan:// gold
gold-prices -- Gold Prices in London 1950-2008 (Monthly)
# 4. Get some data
# This will result in a csv file at /tmp/gold-prices/data
$ datapkg download ckan://gold-prices /tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment