S4A
S4A copied to clipboard
Dropbox download link doesn't work
Hi,
Unfortunately I am unable to download the data using the Dropbox link. Will you making this available?
Thanks
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.
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..
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?
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:
@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!
@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:
Update: We have set up an experimental repository at HuggingFace Hub (link). Feedback and/or contributions are highly welcome!
I tried loading it and it looks like it works well! And the documentation is so great, thank you :hugs:
Update: We have set up an experimental repository at HuggingFace Hub (link). Feedback and/or contributions are highly welcome!
That's awesome......superb documentation. 🎉
@sashavor
For HuggingFace Datasets repo: the dataset preview is not working
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'
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