Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check that all download links work #56

Open
PeterSulcs opened this issue May 20, 2021 · 0 comments
Open

Check that all download links work #56

PeterSulcs opened this issue May 20, 2021 · 0 comments
Assignees

Comments

@PeterSulcs
Copy link
Contributor

Recommend installing the jq CLI tool... here is a quick way to list out all the URLs:

curl https://machinedatahub.ai/datasets.json | jq ".[] | .Datasets | .[] | .URL"

"https://archive.ics.uci.edu/ml/machine-learning-databases/00294/CCPP.zip"
"http://archive.ics.uci.edu/ml/machine-learning-databases/00198/Faults.NNA"
"http://archive.ics.uci.edu/ml/machine-learning-databases/00198/Faults27x7_var"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00374/energydata_complete.csv"
"https://ti.arc.nasa.gov/c/5/"
"https://ti.arc.nasa.gov/c/9/"
"https://ti.arc.nasa.gov/c/14/"
"https://ti.arc.nasa.gov/c/15/"
"https://ti.arc.nasa.gov/c/16/"
"https://ti.arc.nasa.gov/c/17/"
"https://md-datasets-cache-zipfiles-prod.s3.eu-west-1.amazonaws.com/wykht8y7tg-1.zip"
"https://ti.arc.nasa.gov/c/21/"
"https://ti.arc.nasa.gov/c/20/"
"https://ti.arc.nasa.gov/c/19/"
"https://ti.arc.nasa.gov/c/4/"
"https://ti.arc.nasa.gov/c/3/"
"https://ti.arc.nasa.gov/c/6/"
"https://ti.arc.nasa.gov/c/47/"
"https://ti.arc.nasa.gov/c/7/"
"https://ti.arc.nasa.gov/c/8/"
"https://ti.arc.nasa.gov/c/18/"
"https://ti.arc.nasa.gov/c/25/"
"https://ti.arc.nasa.gov/c/26/"
"https://ti.arc.nasa.gov/c/27/"
"https://ti.arc.nasa.gov/c/28/"
"https://ti.arc.nasa.gov/c/29/"
"https://ti.arc.nasa.gov/c/30/"
"https://ti.arc.nasa.gov/c/33/"
"https://ti.arc.nasa.gov/c/34/"
"https://ti.arc.nasa.gov/c/35/"
"https://ti.arc.nasa.gov/c/38/"
"https://ti.arc.nasa.gov/c/39/"
"https://ti.arc.nasa.gov/c/40/"
"https://ti.arc.nasa.gov/c/41/"
"https://ti.arc.nasa.gov/c/42/"
"https://ti.arc.nasa.gov/c/43/"
"https://ti.arc.nasa.gov/c/44/"
"https://ti.arc.nasa.gov/c/45/"
"https://ti.arc.nasa.gov/c/46/"
"https://ti.arc.nasa.gov/c/37/"
"https://data.ukedc.rl.ac.uk/browse/edc/efficiency/residential/EnergyConsumption/Domestic/UK-DALE-2017/UK-DALE-2017-16kHz"
"http://data-archive.ethz.ch/delivery/DeliveryManagerServlet?dps_pid=IE594964"
"https://sourceforge.net/projects/greend/files/latest/download"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00316/UCI%20CBM%20Dataset.zip"
"https://www.kaggle.com/shasun/tool-wear-detection-in-cnc-mill/download"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00322/data.zip"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00251/WTD_upload.zip"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00270/driftdataset.zip"
"http://archive.ics.uci.edu/ml/machine-learning-databases/00464/superconduct.zip"
"http://archive.ics.uci.edu/ml/machine-learning-databases/secom/"
"http://archive.ics.uci.edu/ml/machine-learning-databases/autos/"
"http://archive.ics.uci.edu/ml/machine-learning-databases/car/"
"http://archive.ics.uci.edu/ml/machine-learning-databases/00560/SeoulBikeData.csv"
"http://archive.ics.uci.edu/ml/machine-learning-databases/00583/Chemical%20Composion%20of%20Ceramic.csv"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00547/Algerian_forest_fires_dataset_UPDATE.csv"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00542/log2.csv"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00536/pedestrian_traffic_data.zip"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00520/data.zip"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00507/wisdm-dataset.zip"
"https://archive.ics.uci.edu/ml/machine-learning-databases/00501/PRSA2017_Data_20130301-20170228.zip"
"https://github.com/wesleybeckner/ds_for_engineers/tree/main/data/mill_tool_wear"
"https://github.com/wesleybeckner/ds_for_engineers/tree/main/data/truffle_margin"

I am doubtful that any of the ones that end in / or without a file extension are actually valid links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants