pluplusch

Big dada: Download data from lots of open data platforms.


License
Other
Install
pip install pluplusch==0.0.7

Documentation

This goes through all the datasets I know about. ::

    for dataset in pluplusch():
        print(dataset)

You can tune it a bit with the parameters. ::

    pluplusch(catalogs = ['http://data.enseignementsup-recherche.gouv.fr'],
              cache_dir = '/lockers/tlevine_vol/dadawarehouse.thomaslevine.com/big/pluplusch')

If you want to save the data catalog metadata every so often, you might
write a crontab that looks like this. ::

    @weekly pluplusch --cache-dir ~/$(date --rfc-3339=date)