generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
@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 |
I am working on an instructional notebook to add to the page as well to help instructors/students |
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
The text was updated successfully, but these errors were encountered: