Training data moved to the Registry of Open Data on AWS

Training data moved to the Registry of Open Data on AWS  

  By: f.ciompi on Jan. 20, 2022, 10:05 a.m.

We have moved the training dataset of TIGER to the Registry of Open Data on Amazon AWS.

The full training dataset, containing the WSIROIS, WSIBULK and WSITILS subsets, can be downloaded from here: https://registry.opendata.aws/tiger/.

To download the public training set, please make sure that the latest version of the AWS CLI is installed on your system by following these instructions:

https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

With the AWS CLI installed, you can download the public training set (no AWS account required) by running:

aws s3 cp s3://tiger-training/ /path/to/destination/ --recursive --no-sign-request

If you have any difficulties downloading the data, please ask a question in this forum by replying to this message.

Re: Training data moved to the Registry of Open Data on AWS  

  By: VISILAB on Feb. 9, 2022, 11:31 a.m.

I am having some troubles to download the full dataset. Could be possible to download it in another way? Thanks.

Re: Training data moved to the Registry of Open Data on AWS  

  By: f.ciompi on Feb. 10, 2022, 8:11 p.m.

What type of problems are you experiencing? Based on our experience, once you have installed the AWS CLI software (https://aws.amazon.com/cli/), you can download the full training set by executing the following command from your terminal:

aws s3 cp s3://tiger-training/ /path/to/destination/ --recursive --no-sign-request

I hope this helps.