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

Add Archived "aas-2021-workshop" Repository as a Submodule #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,512 changes: 2,512 additions & 0 deletions aas-2021-workshop/01-Search-and-Download-Solar-Data.ipynb

Large diffs are not rendered by default.

972 changes: 972 additions & 0 deletions aas-2021-workshop/02-Introduction-to-Coordinates.ipynb

Large diffs are not rendered by default.

1,883 changes: 1,883 additions & 0 deletions aas-2021-workshop/03-Timeseries-and-Map.ipynb

Large diffs are not rendered by default.

640 changes: 640 additions & 0 deletions aas-2021-workshop/04-Fabulous-and-Powerful-SunPy-Coordinates.ipynb

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions aas-2021-workshop/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
SunPy AAS 2021 workshop
=======================

- Information on the workshop, including the schedule, can be found `here <https://docs.google.com/document/d/1uJf5goHrObE2Z1JLeW51aqPGM2X--waJS-XKjVxbgfY/edit?usp=sharing>`_.
- The workshop is a combination of presentations and Jupyter notebooks, all of which will be `available here <https://github.com/sunpy/aas-2021-workshop>`_ after the workshop
- Use this - |launch_binder| - to run the workshop notebooks (the files ending in ``.pynb``)in your browser - *installation of SunPy is not required to run these notebooks in your browser*.
- You do not need to run the workshop notebooks during the workshop if you do not want to. The speakers will run through them during the workshop. The notebooks will be available for download or use through |launch_binder| after the workshop.

.. |launch_binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/sunpy/aas-2021-workshop/HEAD
9 changes: 9 additions & 0 deletions aas-2021-workshop/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: aas2021
channels:
- conda-forge
- defaults
dependencies:
- sunpy>=3.0
- python-graphviz
- astroquery
- reproject
2 changes: 2 additions & 0 deletions aas-2021-workshop/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
python -c "import sunpy.data.sample"