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

Datasets to Add to Bucket #46

Closed
mgrover1 opened this issue Aug 5, 2024 · 3 comments · Fixed by #55
Closed

Datasets to Add to Bucket #46

mgrover1 opened this issue Aug 5, 2024 · 3 comments · Fixed by #55

Comments

@mgrover1
Copy link
Contributor

mgrover1 commented Aug 5, 2024

@mgrover1
Copy link
Contributor Author

mgrover1 commented Aug 8, 2024

@kmuehlbauer - I have uploaded the data to the bucket here:

# Set the URL and path for the cloud
URL = 'https://js2.jetstream-cloud.org:8001/'
path = f'pythia/radar/erad2024'


fs = fsspec.filesystem("s3", anon=True, client_kwargs=dict(endpoint_url=URL))

fs.glob(f"{path}/*")

['pythia/radar/erad2024/20240522_MeteoSwiss_ARPA_Lombardia',
 'pythia/radar/erad2024/dda_data']

This can be streamed via fsspec or downloaded

wget https://js2.jetstream-cloud.org:8001/pythia/radar/erad2024/dda_data/ARPA_Lombardia.20240522.151546_dealiased.nc

@mgrover1
Copy link
Contributor Author

mgrover1 commented Aug 8, 2024

I am working on an instructional notebook to add to the page as well to help instructors/students

@mgrover1
Copy link
Contributor Author

mgrover1 commented Aug 9, 2024

Once we merge #55 , I think we can close this out @kmuehlbauer 👍

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

Successfully merging a pull request may close this issue.

1 participant