blob: 4639f51f738af08d59d530f0051f1f92ecd8cebe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# CKAN Dumper
Downloads both metadata and datasets from a CKAN instance.
## Dependencies
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/
|