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

Data access tutorials #189

Open
wants to merge 22 commits into
base: development
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
589 changes: 589 additions & 0 deletions doc/source/community/python_learning_resources/pythonBasics.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions doc/source/community/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@ In addition to the ongoing development of icepyx itself, the ICESat-2 Cryosphere
Second [Virtual] ICESat-2 Cryospheric Hackweek Facilitated by the University of Washington
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
COVID-19 forced the in-person event to be cancelled, but we're excited to extend the Hackweek model into a virtual space, ultimately making it more accessible by removing the need to travel. This year's event is scheduled to take place from 15-18 June 2020, with multiple instructional sessions taking place during the preceding week (8-12 June) to limit the daily duration and accomodate multiple time zones. Though only selected participants are able to tune in to the live tutorial sessions, the materials being taught are freely available in the `ICESat-2 Hackweek GitHub Organization <https://github.com/ICESAT-2HackWeek>`_ respositories. Watch here for updates on projects conducted during the hackweek, and feel free to check out the event's `website <https://icesat-2hackweek.github.io/learning-resources/>`_.

Python Learning Resources
-------------------------
Icepyx values ongoing learning and development. In spirit of this, the team has begun creating and sharing some resources to help ease the Python learnig curved for new users. Need help understanding programming terminology? The `Python Basics <https://github.com/icesat2py/icepyx/blob/data_access_tutorials/doc/source/community/python_learning_resources/pythonBasics.ipynb>`_ notebook is a good place to start!
959 changes: 959 additions & 0 deletions examples/ATL07_DataAccess.ipynb

Large diffs are not rendered by default.

1,089 changes: 1,066 additions & 23 deletions examples/ICESat-2_DAAC_DataAccess_Example.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions examples/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Listed below are example jupyter-notebooks
`ICESat-2_DAAC_DataAccess2_Subsetting <https://github.com/icesat2py/icepyx/blob/master/examples/ICESat-2_DAAC_DataAccess2_Subsetting.ipynb>`_

`ICESat-2_DEM_comparison_Colombia_working <https://github.com/icesat2py/icepyx/blob/master/examples/ICESat-2_DEM_comparison_Colombia_working.ipynb>`_

`ATL07 Data Access Tutorial <https://github.com/icesat2py/icepyx/blob/data_access_tutorials/examples/ATL07_DataAccess.ipynb>`_
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.