S4A icon indicating copy to clipboard operation
S4A copied to clipboard

Dropbox download link doesn't work

Open Spiruel opened this issue 3 years ago • 12 comments

Hi,

Unfortunately I am unable to download the data using the Dropbox link. Will you making this available?

Thanks

Spiruel avatar Jun 30 '22 08:06 Spiruel

Hello,

Thank you for noticing. It seems that Dropbox disabled our link due to excess traffic. We are trying to resolve this issue and the dataset will hopefully be back in 24 hours. We apologise for the inconvenience.

paren8esis avatar Jun 30 '22 10:06 paren8esis

Maybe a more scalable solution would be uploading your dataset to the Hugging Face hub? It would be easier to access, and scale wouldn't be an issue either..

sashavor avatar Jun 30 '22 12:06 sashavor

Maybe a more scalable solution would be uploading your dataset to the Hugging Face hub? It would be easier to access, and scale wouldn't be an issue either..

Yes, absolutely, that would be great. I can do that. Does it require some kind of permission from Orion AI Lab?

indra-rani avatar Jun 30 '22 12:06 indra-rani

The ideal setup would be for a member of Orion AI Lab to create an account and an organization for the lab, where they can add other team members. They can then create a free datasets repository with their dataset :smile:

osanseviero avatar Jun 30 '22 12:06 osanseviero

@sashavor @indra-rani @osanseviero Hugging Face hub seems like a good alternative. We will try to host our dataset there too in the following days. Thanks for the suggestion!

paren8esis avatar Jun 30 '22 13:06 paren8esis

@Spiruel @osanseviero @sashavor @indra-rani We uploaded the dataset to Google Drive and added the link to the README file (and here too). Hope this will work fine until we resolve the issue with Dropbox and/or set up Hugging Face hub. :crossed_fingers:

paren8esis avatar Jul 02 '22 08:07 paren8esis

Update: We have set up an experimental repository at HuggingFace Hub (link). Feedback and/or contributions are highly welcome!

paren8esis avatar Jul 04 '22 14:07 paren8esis

I tried loading it and it looks like it works well! And the documentation is so great, thank you :hugs:

sashavor avatar Jul 04 '22 17:07 sashavor

Update: We have set up an experimental repository at HuggingFace Hub (link). Feedback and/or contributions are highly welcome!

That's awesome......superb documentation. 🎉

indra-rani avatar Jul 08 '22 03:07 indra-rani

@sashavor For HuggingFace Datasets repo: the dataset preview is not working

indra-rani avatar Jul 08 '22 03:07 indra-rani

cc @lhoestq and @severo on it, but the Dataset Preview uses the datasets library to load the dataset. From doing

from datasets import load_dataset

dataset = load_dataset("paren8esis/S4A")

I got an error unfortunately

TypeError: load() missing 1 required positional argument: 'Loader'

osanseviero avatar Jul 08 '22 07:07 osanseviero

Hello, I would like to ask whether this data set contains latitude and longitude coordinates and how to extract them from the netCDF file? Thank you very much

77tangqi avatar Jan 08 '24 12:01 77tangqi