Created
October 13, 2010 12:46
-
-
Save mchelen/623959 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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