diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-05-17 09:42:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-05-17 09:42:46 -0300 |
commit | 94467dd41a26b8f9a03ce6f195ca3f71bfe7e13a (patch) | |
tree | 3d472eca714e9263b9916c622874d83e7510a1ff | |
parent | 6d6e7a7427150e31f6caf473d57a08994555b62c (diff) | |
download | ckandumper-94467dd41a26b8f9a03ce6f195ca3f71bfe7e13a.tar.gz ckandumper-94467dd41a26b8f9a03ce6f195ca3f71bfe7e13a.tar.bz2 |
Usage examples
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,3 +7,8 @@ Downloads both metadata and datasets from a CKAN instance. Works on python 3.7 with the following dependencies met: apt install wget python3-tqdm + +## Examples + + ckandumper --limit-concurrent=10 --limit-rate=100k --randomize https://opendata.swiss/en/ switzerland/ + ckandumper --limit-concurrent=10 --limit-rate=100k --randomize https://open.canada.ca/data/en/ canada/ |