aliirz / daget

Download utility to fetch files from data repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🗃️ DaGet

Simple utility script to download datasets from data respositories.

⚠️ script is in early development and needs testing ⚠️

Usage

Download dataset via DOI or landing page url:

python3 daget.py https://doi.org/10.5878/331q-3p13 ./destination

Suported data respositories (confirmed)

Semi-suported respositories

Improve the script

Adding suport for additional repositories requires test cases and investigation arround how to get file metadata from the landing page.

Please help by testing and reporting issues!

TODO

  • Add error handling
  • Check empty destination directory
  • Improve documentation
  • Package script for pip

About

Download utility to fetch files from data repositories

License:MIT License


Languages

Language:Python 100.0%