-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add support for NNJA-AI Data #128
Comments
@jacobbieker can I work on this issue? |
Yeah, go right ahead! |
hey @jacobbieker, I was trying to work on this issue and I had a doubt related to this do you want more of a nnja-ai wrapper for the dataloader.py and show observation in the form of graph? |
Hey, yeah, what we want is a data loader to returns the observations and their Metadata. Visualizing it would be helpful but not needed. But we do want it to be an output of shape (time, latitude, longitude, metadata-channels) for each observation. |
Hey, yeah, exactly like that! |
BrightBand has released the NNJA-AI dataset now here: https://www.brightband.com/data that is cloud-optimized data of observations from NOAA's data assimilation process.
Detailed Description
Context
This could be a really nice way of training on pure observations or just including observations in a consistent format.
Possible Implementation
They have a package that supports querying and getting the data. This would be wrapping that in a dataset to be able to load it on the fly, or generate examples on disk.
The text was updated successfully, but these errors were encountered: