mlcommons / mlcommons/science

Unable to download the data for the cloud mask benchmark

Open
#83 1 comment 0 reactions 1 assignee View on GitHub

@juripapay is already working on this.

Since Jul 2, 2023.

bug
Dominant language
Jupyter Notebook
Stars
15
Forks
3
PR merge metrics
No merged PRs in 30d

Description

I am using the following commands to download the cloudmask benchmark data. However, the data is not downloaded. I will really appreciate any help. Thank you so much.

mkdir -p data/ssts
mkdir -p data/one-day
pip install awscli
aws s3 --no-sign-request --endpoint-url https://s3.echo.stfc.ac.uk sync s3://sciml-datasets/es/cloud_slstr_ds1/one-day ./data/one-day
aws s3 --no-sign-request --endpoint-url https://s3.echo.stfc.ac.uk sync s3://sciml-datasets/es/cloud_slstr_ds1/ssts ./data/ssts

This is the output that I get:
Screen Shot 2023-06-30 at 6 26 37 PM

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.