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

link to nowcast_testing.h5 is broken #1

Open
andrekos opened this issue Nov 14, 2021 · 2 comments
Open

link to nowcast_testing.h5 is broken #1

andrekos opened this issue Nov 14, 2021 · 2 comments

Comments

@andrekos
Copy link

The link https://www.dropbox.com/s/27pqogywg75as5f in AnalyzeNowcast.ipynb seems to be broken... please fix or re-upload the nowcasting sample test dataset: nowcast_testing.h5 if possible. Thank you.

@markveillette
Copy link
Collaborator

Thanks for letting us know. While we look into fixing this, you can find similarly structed test data here on AWS: s3://sevir/data/processed/nowcast_testing_000.h5.tar.gz

@analyticsneu
Copy link

The file format is different @markveillette.. The provided readers won't work.. Can you reup the original dataset?

 24     s = np.s_[rank:end:size]
 25     with h5py.File(filename, mode='r') as hf:

---> 26 IN = hf['IN'][s]
27 OUT = hf['OUT'][s]
28 IN = (IN.astype(dtype)-MEAN)/SCALE

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

3 participants