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

[spacewx]: create sonification notebook #2

Open
2 tasks
edmundhenley opened this issue Oct 7, 2023 · 0 comments
Open
2 tasks

[spacewx]: create sonification notebook #2

edmundhenley opened this issue Oct 7, 2023 · 0 comments
Assignees

Comments

@edmundhenley
Copy link

The challenge Immersed in the Sounds of Space is proposing creating sonifications of 3D NASA space datasets - where 3rd dimension can be spectral (say).

One obvious candidate here is solar imagery - e.g. NASA's Solar Dynamics Observatory (SDO) creates images of the sun and the solar corona (the sun's atmosphere) in various different wavelengths (which correspond to different temperatures -> heights in the corona).

This notebook will:

  • show how to download some SDO data
  • show how to visualise this in sunpy
@edmundhenley edmundhenley self-assigned this Oct 7, 2023
edmundhenley added a commit that referenced this issue Oct 7, 2023
Checked it solves and round-trips from lockfile as follows:
```console
$ # solve the env
$ conda env create --file requirements/environment_immersed_sounds_space.yml
<snip>
 # To activate this environment, use
 #
 #     $ conda activate spaceapps-mo-immersed-sounds-space
 #
 # To deactivate an active environment, use
 #
 #     $ conda deactivate

$ # generate a lockfile so can get a fully-reproducible environment
$ lockfile=requirements/environment_immersed_sounds_space.lock
$ conda list --explicit --md5 --name spaceapps-mo-immersed-sounds-space > $lockfile
$ # edit (tweak artifactory bumf) for external reusability
$ sed -i 's|https://metoffice.*/conda-forge|https://conda.anaconda.org/conda-forge|' $lockfile

$ # check it round-trips OK
$ conda env remove --name spaceapps-mo-immersed-sounds-space
<snip>
$ conda create --name spaceapps-mo-immersed-sounds-space --file $lockfile
<snip>
```

GH-2
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

When branches are created from issues, their pull requests are automatically linked.

1 participant