From 4ddf030b796af3f7fe14f10ab06b5b7d2f30e91d Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Sat, 6 Jul 2024 21:14:46 -0400 Subject: [PATCH 1/8] remove IceFlow from list of tools --- .../community/resources/IS2_software.rst | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/doc/source/community/resources/IS2_software.rst b/doc/source/community/resources/IS2_software.rst index fc0edaf56..2ae6cf803 100644 --- a/doc/source/community/resources/IS2_software.rst +++ b/doc/source/community/resources/IS2_software.rst @@ -1,23 +1,17 @@ Open-Source Packages -------------------- ICESat-2 can be tricky to process for the first time, especially if working with the ATL03 data. Software packages have been developed to make ICESat-2 data analysis easier for new and experienced users. -Here, we highlight some commonly-used software packages developed by the science community. Most of these can be used alongside Icepyx to facilitate ICESat-2 data processing. +Here, we highlight some commonly-used software packages developed by the science community. Most of these can be used alongside icepyx to facilitate ICESat-2 data processing. Most of these packages are callable through Python, though others may require access to other software. Keep this in mind before attempting to use any package or plugin. * `SlideRule `_ - collaboration between the ICESat-2 science team and University of Washington - A Python client to process ICESat-2 ATL03 data prior to download. - - Aggregates ATL03 data into line segments of user-defined length, creating a customized form of the ATL06 product. + - Create customized versions of ATL06 (land ice), ATL08 (vegetation), and ATL24?(bathymetry) + products. Ideal for situations where a given algorithm is not run or is too coarse for a particular application. - Data may also be subsetted based on spatial bounds and photon classification. -* `IceFlow `_ - - - by National Snow and Ice Data Center (NSIDC) - - A Python library designed to simplify the co-registration of cryospheric datasets. - - Matches georeferencing parameters across data sets, allowing a user to derive a time series across multiple datasets for a given region. - - Currently valid datasets include ICESat, ICESat-2, and Operation IceBridge. - * `PhoREAL `_ - by Applied Research Laboratories, University of Texas at Austin @@ -36,8 +30,7 @@ These repositories represent independent but complimentary projects that we hope Conversations about how to best accomplish this have been ongoing since the conception of icepyx, and we welcome everyone to join the conversation (please see our :ref:`contact page`). *Note: This list is a compilation of publicly available GitHub repositories and includes some annotations to reflect how they relate to icepyx. -Please check each repository's licensing information before using or modifying their code. -Additional resources having to do specifically with obtaining ICESat-2 data are noted in the last section of this document.* +Please check each repository's licensing information before using or modifying their code.* * `captoolkit `_ @@ -59,7 +52,11 @@ Additional resources having to do specifically with obtaining ICESat-2 data are - Retrieve IceBridge, ICESat, and ICESat-2 data using the NSIDC subsetter API - Command line tool - Download data and convert it into a georeferenced format (e.g. geojson, kml, or shapefile) - - We envision use of Nsidc-subsetter to improve interoperability between icepyx and the NSIDC subsetter API. Currently, icepyx has very limited subsetting capabilities that are not easy to access or find more information about. + +* `ice tools <>`_ + + - by Tyler Sutterley + * `pointCollection `_ From b477b13bad495181ebeb93d6801571e3c5290512 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Sat, 6 Jul 2024 21:15:47 -0400 Subject: [PATCH 2/8] add earthaccess and 2023 file --- doc/source/community/resources.rst | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/doc/source/community/resources.rst b/doc/source/community/resources.rst index 8d60fdee7..3d5db89a4 100644 --- a/doc/source/community/resources.rst +++ b/doc/source/community/resources.rst @@ -15,14 +15,23 @@ Other Ways to Access ICESat-2 Data ---------------------------------- icepyx aims to provide intuitive, object-based methods for finding, obtaining, visualizing, and analyzing ICESat-2 data as part of an open, reproducible workflow that leverages existing tools wherever possible (see :ref:`Complementary GitHub Repositories `) -and can be run locally, using high performance computing, or in the cloud using Pangeo. +and can be run locally, using high performance computing, or in the cloud. A few other options available for querying, visualizing, and downloading ICESat-2 data files are: +- `earthaccess Python library `_ + + - A powerful tool for querying and downloading NASA datasets. + - Seamlessly handles authentication and cloud tokening + - Under active development to expand functionality, + including adding icepyx as a plugin to enable subsetting services for ICESat-2 data. + - `NSIDC (DAAC) Data Access `_ - - Select “ICESat-2 Data Sets” from the left hand menu. Choose your dataset (ATL##). Then, use the spatial and temporal filters to narrow your list of granules available for download. + - Select “ICESat-2 Data Sets” from the left hand menu. + Choose your dataset (ATL##). + Then, use the spatial and temporal filters to narrow your list of granules available for download. -- `OpenAltimetry `_ +- `OpenAltimetry <>`_ - Collaboration between NSIDC, Scripps, and San Diego Supercomputer Center - A web tool to visualize and download ICESat and ICESat-2 surface heights @@ -31,7 +40,8 @@ A few other options available for querying, visualizing, and downloading ICESat- Software Packages for Working with ICESat-2 Data ------------------------------------------------ -icepyx is but one of several software packages designed to improve user experience with ICESat-2 data. The links below highlight other packages active in the community. +icepyx is but one of several software packages designed to improve user experience with ICESat-2 data. +The links below highlight other packages active in the community. .. toctree:: :maxdepth: 2 @@ -40,7 +50,8 @@ icepyx is but one of several software packages designed to improve user experien Resources Developed For and During Hackweeks -------------------------------------------- -Previous hackweeks gave participants the opportunity to develop codes to help download and/or analyze ICESat-2 data. Many of these projects are inactive, but they may provide useful workflows for users to work with. +Hackweeks give participants the opportunity to develop code to help download and/or analyze ICESat-2 data. +Many of these projects become inactive following the event, but they may provide useful workflows for users to work with. .. toctree:: :maxdepth: 2 @@ -48,3 +59,4 @@ Previous hackweeks gave participants the opportunity to develop codes to help do resources/2019_IS2_HW resources/2020_IS2_HW resources/2022_IS2_HW + resources/2023_IS2_HW From 42b2466b605b5e8122ee3944d2362e1552e882e9 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Sat, 6 Jul 2024 21:16:49 -0400 Subject: [PATCH 3/8] start filling in text for 2022 and 2023 hackweek resources --- .../community/resources/2022_IS2_HW.rst | 43 +++++++++++++++---- .../community/resources/2023_IS2_HW.rst | 42 ++++++++++++++++++ 2 files changed, 76 insertions(+), 9 deletions(-) create mode 100644 doc/source/community/resources/2023_IS2_HW.rst diff --git a/doc/source/community/resources/2022_IS2_HW.rst b/doc/source/community/resources/2022_IS2_HW.rst index f27b9b75e..474aa71f6 100644 --- a/doc/source/community/resources/2022_IS2_HW.rst +++ b/doc/source/community/resources/2022_IS2_HW.rst @@ -1,17 +1,42 @@ .. _resource_IS2HW_2022: -Third ICESat-2 Hackweek Facilitated by the University of Washington eScience Institute --------------------------------------------------------------------------------------- -This event is currently being planned, and will take place 21-25 March 2022. -Please see the `event website `_ for more information. +Third ICESat-2 Cloud Computing Hackweek Facilitated by the University of Washington eScience Institute +------------------------------------------------------------------------------------------------------ +This March 2022 event produced a series of `tutorials <>`_, +developed by volunteer instructors and presented during the event. +A key focus of the event was on transitioning to cloud-based environments and +building skills around accessing ICESat-2 data in the cloud. +During the Hackweek, teams of attendees worked on +`projects <>`_ +related to their domain interests and learning goals. +.. |Zenodo badge| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3966463.svg + :target: https://doi.org/10.5281/zenodo.3966463 -Tutorials -^^^^^^^^^ -The tutorials for this event will be available to download for interactive use as well as pre-rendered on the event's website. -The website will be linked here once it is live, and final information posted here after the event. +Tutorials |Zenodo badge| +^^^^^^^^^^^^^^^^^^^^^^^^ +The tutorials from this event live within a dedicated `GitHub repository <>`_ +and are published on `Zenodo <>`_. +You can run the tutorials by following the instructions +`here `_. +The published tutorial repo also includes links to presentation slides and videos of the recorded presentations. +Tutorial Topics: + +1. Introductory Session +1. ICESat-2 Mission: Satellite, Sensor, and Data +1. Projects ^^^^^^^^ -Projects will be listed here after the event. +Though in many cases preliminary, these `project repositories <>`_ +often provide useful starting points to develop effective disciplinary +workflows. + + + +- `icepyx `_ + + - Contributions to icepyx included new example notebooks, packaging on Python Package Index, installation instructions, and automated code coverage reports. + +*Sea Ice* diff --git a/doc/source/community/resources/2023_IS2_HW.rst b/doc/source/community/resources/2023_IS2_HW.rst new file mode 100644 index 000000000..80faefa29 --- /dev/null +++ b/doc/source/community/resources/2023_IS2_HW.rst @@ -0,0 +1,42 @@ +.. _resource_IS2HW_2023: + +Fourth ICESat-2 Cloud Computing Hackweek Facilitated by the University of Washington eScience Institute +------------------------------------------------------------------------------------------------------ +This August 2024 event produced a series of `tutorials <>`_, +developed by volunteer instructors and presented during the event. +A continuing focus of the event was considerations for cloud-native workflows +(such as cloud-optimized data) and +building skills around accessing ICESat-2 data in the cloud. +During the Hackweek, teams of attendees worked on +`projects <>`_ +related to their domain interests and learning goals. + +.. |Zenodo badge| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3966463.svg + :target: https://doi.org/10.5281/zenodo.3966463 + +Tutorials |Zenodo badge| +^^^^^^^^^^^^^^^^^^^^^^^^ +The tutorials from this event live within a dedicated `Jupyter Book <>`_ +and are published on `Zenodo <>`_. +You can run the tutorials by following the instructions +`here `_. +The published tutorial repo also includes links to presentation slides and videos of the recorded presentations. + +Tutorial Topics: + +1. Introductory Session +1. ICESat-2 Mission: Satellite, Sensor, and Data +1. + +Projects +^^^^^^^^ +Though in many cases preliminary, these `project repositories <>`_ +often provide useful starting points to develop effective disciplinary +workflows. + + +- `icepyx `_ + + - Contributions to icepyx included new example notebooks, packaging on Python Package Index, installation instructions, and automated code coverage reports. + +*Sea Ice* From 330dc1cb162a5657b7ca0655304c99356d42f95b Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Thu, 18 Jul 2024 13:44:05 -0400 Subject: [PATCH 4/8] update 2022 and 2023 hw resources --- doc/source/community/resources.rst | 15 ++--- .../community/resources/2022_IS2_HW.rst | 55 +++++++++++-------- .../community/resources/2023_IS2_HW.rst | 52 +++++++++++------- .../community/resources/IS2_software.rst | 6 +- 4 files changed, 76 insertions(+), 52 deletions(-) diff --git a/doc/source/community/resources.rst b/doc/source/community/resources.rst index 3d5db89a4..854e61aea 100644 --- a/doc/source/community/resources.rst +++ b/doc/source/community/resources.rst @@ -21,22 +21,23 @@ A few other options available for querying, visualizing, and downloading ICESat- - `earthaccess Python library `_ - A powerful tool for querying and downloading NASA datasets. - - Seamlessly handles authentication and cloud tokening + - Seamlessly handles authentication and cloud tokening. - Under active development to expand functionality, including adding icepyx as a plugin to enable subsetting services for ICESat-2 data. - `NSIDC (DAAC) Data Access `_ - - Select “ICESat-2 Data Sets” from the left hand menu. + - Select “Data from the right hand menu. Choose your dataset (ATL##). Then, use the spatial and temporal filters to narrow your list of granules available for download. -- `OpenAltimetry <>`_ +- `OpenAltimetry `_ - - Collaboration between NSIDC, Scripps, and San Diego Supercomputer Center - - A web tool to visualize and download ICESat and ICESat-2 surface heights - - Data may be subsetted by data product, reference ground track (RGT), and beam - - Currently available ICESat-2 datasets are: ATL06 (land ice height), ATL07 (sea ice height), ATL08 (land/vegetation height), ATL13 (water surface height) + - Collaboration between NSIDC, Scripps, and San Diego Supercomputer Center. + - A web tool to visualize and download ICESat and ICESat-2 surface heights. + - Data may be subsetted by data product, reference ground track (RGT), and beam. + - Currently available ICESat-2 datasets are: ATL06 (land ice height), ATL07 (sea ice height), + ATL08 (land/vegetation height), ATL10 (sea ice freeboard), ATL12 (ocean surface height), ATL13 (water surface height). Software Packages for Working with ICESat-2 Data ------------------------------------------------ diff --git a/doc/source/community/resources/2022_IS2_HW.rst b/doc/source/community/resources/2022_IS2_HW.rst index 474aa71f6..c2fbcfb57 100644 --- a/doc/source/community/resources/2022_IS2_HW.rst +++ b/doc/source/community/resources/2022_IS2_HW.rst @@ -1,42 +1,51 @@ .. _resource_IS2HW_2022: -Third ICESat-2 Cloud Computing Hackweek Facilitated by the University of Washington eScience Institute ------------------------------------------------------------------------------------------------------- -This March 2022 event produced a series of `tutorials <>`_, +Third [Virtual] ICESat-2 Cloud Computing Hackweek Facilitated by the University of Washington eScience Institute +---------------------------------------------------------------------------------------------------------------- +This March 2022 event produced a series of `tutorials `_, developed by volunteer instructors and presented during the event. A key focus of the event was on transitioning to cloud-based environments and building skills around accessing ICESat-2 data in the cloud. During the Hackweek, teams of attendees worked on -`projects <>`_ +`projects `_ related to their domain interests and learning goals. -.. |Zenodo badge| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3966463.svg - :target: https://doi.org/10.5281/zenodo.3966463 +.. |Zenodo badge| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.6462479.svg + :target: https://doi.org/10.5281/zenodo.6462479 Tutorials |Zenodo badge| ^^^^^^^^^^^^^^^^^^^^^^^^ -The tutorials from this event live within a dedicated `GitHub repository <>`_ -and are published on `Zenodo <>`_. -You can run the tutorials by following the instructions -`here `_. -The published tutorial repo also includes links to presentation slides and videos of the recorded presentations. +The tutorials from this event live within a dedicated `GitHub repository `_ +and are published on `Zenodo `_. +The published tutorial repo also includes links to presentation materials and videos of the recorded presentations. Tutorial Topics: -1. Introductory Session -1. ICESat-2 Mission: Satellite, Sensor, and Data -1. +1. Open Science Tools +1. About ICESat-2 Data +1. ICESat-2 Data Access +1. Object-oriented Programming +1. Geospatial Transforms +1. Data Integration (Part I) +1. Data Visualization 2D +1. Cloud Computing Tools +1. Data Integration (Part II) +1. Data Integration (Part III) Projects ^^^^^^^^ -Though in many cases preliminary, these `project repositories <>`_ +These `project repositories `_ often provide useful starting points to develop effective disciplinary workflows. - - - -- `icepyx `_ - - - Contributions to icepyx included new example notebooks, packaging on Python Package Index, installation instructions, and automated code coverage reports. - -*Sea Ice* +Links to project GitHub repositories and presentation videos are at the above link. + +Project Names: + +- Polynyas +- Icebergs +- Coastal +- Sea ice floes +- Antarctic Ripples +- Snow DEM +- Ice discharge +- Strong Beams diff --git a/doc/source/community/resources/2023_IS2_HW.rst b/doc/source/community/resources/2023_IS2_HW.rst index 80faefa29..4fe5bab34 100644 --- a/doc/source/community/resources/2023_IS2_HW.rst +++ b/doc/source/community/resources/2023_IS2_HW.rst @@ -1,42 +1,54 @@ .. _resource_IS2HW_2023: Fourth ICESat-2 Cloud Computing Hackweek Facilitated by the University of Washington eScience Institute ------------------------------------------------------------------------------------------------------- -This August 2024 event produced a series of `tutorials <>`_, +------------------------------------------------------------------------------------------------------- +This August 2024 event produced a series of `tutorials `_, developed by volunteer instructors and presented during the event. A continuing focus of the event was considerations for cloud-native workflows (such as cloud-optimized data) and building skills around accessing ICESat-2 data in the cloud. During the Hackweek, teams of attendees worked on -`projects <>`_ +`projects `_ related to their domain interests and learning goals. -.. |Zenodo badge| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3966463.svg - :target: https://doi.org/10.5281/zenodo.3966463 +.. |Zenodo badge| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10519966.svg + :target: https://doi.org/10.5281/zenodo.10519966 Tutorials |Zenodo badge| ^^^^^^^^^^^^^^^^^^^^^^^^ -The tutorials from this event live within a dedicated `Jupyter Book <>`_ -and are published on `Zenodo <>`_. +The tutorials from this event live within a dedicated `Jupyter Book `_ +and are published on `Zenodo `_. You can run the tutorials by following the instructions `here `_. The published tutorial repo also includes links to presentation slides and videos of the recorded presentations. Tutorial Topics: -1. Introductory Session -1. ICESat-2 Mission: Satellite, Sensor, and Data -1. +1. CryoCloud +1. ICESat-2 Mission Overview and Data +1. Open source development/Object Oriented Programming +1. Cloud data access and data formats +1. Best Practices for Collaborative development +1. Application: snow depth +1. Application: bathymetry +1. Application: Visualization and Integration +1. Application: inland hydrology +1. Application: sea ice +1. Application: ICESat-2 integration with GrIMP data Projects ^^^^^^^^ -Though in many cases preliminary, these `project repositories <>`_ -often provide useful starting points to develop effective disciplinary -workflows. - - -- `icepyx `_ - - - Contributions to icepyx included new example notebooks, packaging on Python Package Index, installation instructions, and automated code coverage reports. - -*Sea Ice* +In an effort to improve learning outcomes, we asked participants +to summarize their accomplishments in a structured +`project readme https://github.com/ICESAT-2HackWeek/ICESat-2-Hackweek-2023/blob/main/book/projects/list_of_projects.md>`_, +some of which are drafts, and did not record the final presentations. + +Project titles: + +- 3D Lakes +- surfit +- dzdt +- grounding zones +- h5cloud +- Everything Anywhere All At Once +- seabath diff --git a/doc/source/community/resources/IS2_software.rst b/doc/source/community/resources/IS2_software.rst index 2ae6cf803..04acff1ca 100644 --- a/doc/source/community/resources/IS2_software.rst +++ b/doc/source/community/resources/IS2_software.rst @@ -4,7 +4,7 @@ ICESat-2 can be tricky to process for the first time, especially if working with Here, we highlight some commonly-used software packages developed by the science community. Most of these can be used alongside icepyx to facilitate ICESat-2 data processing. Most of these packages are callable through Python, though others may require access to other software. Keep this in mind before attempting to use any package or plugin. -* `SlideRule `_ +* `SlideRule `_ - collaboration between the ICESat-2 science team and University of Washington - A Python client to process ICESat-2 ATL03 data prior to download. @@ -28,6 +28,7 @@ Here we describe a selection of publicly available Python code posted on GitHub This includes repositories that are more broadly designed for working with LiDAR/point cloud datasets in general. These repositories represent independent but complimentary projects that we hope to make easily interoperable within icepyx in order to maximize capabilities and minimize duplication of efforts. Conversations about how to best accomplish this have been ongoing since the conception of icepyx, and we welcome everyone to join the conversation (please see our :ref:`contact page`). +Some of these repositories may not be actively maintained. *Note: This list is a compilation of publicly available GitHub repositories and includes some annotations to reflect how they relate to icepyx. Please check each repository's licensing information before using or modifying their code.* @@ -53,9 +54,10 @@ Please check each repository's licensing information before using or modifying t - Command line tool - Download data and convert it into a georeferenced format (e.g. geojson, kml, or shapefile) -* `ice tools <>`_ +* `read-ICESat-2 `_ - by Tyler Sutterley + - Read selected ICESat-2 products into memory. * `pointCollection `_ From b3c33c07aab3538152f6ca5feb7722d1110a4b49 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Thu, 18 Jul 2024 15:15:03 -0400 Subject: [PATCH 5/8] update list syntax and other typos --- .../community/resources/2020_IS2_HW.rst | 22 ++++++++-------- .../community/resources/2022_IS2_HW.rst | 18 ++++++------- .../community/resources/2023_IS2_HW.rst | 26 +++++++++---------- .../community/resources/IS2_software.rst | 4 +-- 4 files changed, 35 insertions(+), 35 deletions(-) diff --git a/doc/source/community/resources/2020_IS2_HW.rst b/doc/source/community/resources/2020_IS2_HW.rst index ee447b61a..de7d50218 100644 --- a/doc/source/community/resources/2020_IS2_HW.rst +++ b/doc/source/community/resources/2020_IS2_HW.rst @@ -31,17 +31,17 @@ The published tutorial repo also includes links to presentation slides and video Tutorial Topics: 1. Introductory Session -1. ICESat-2 Mission: Satellite, Sensor, and Data -1. Git and GitHub -1. Jupyter and iPython -1. Geospatial Analysis with Python -1. Introduction to ICESat-2 Sea Ice and Land Ice Products and Data Access -1. Programmatic ICESat-2 data access -1. Introduction to HDF5 and ICESat-2 data files -1. Land ice applications -1. Sea ice applications -1. Science data generation -1. Machine learning +2. ICESat-2 Mission: Satellite, Sensor, and Data +3. Git and GitHub +4. Jupyter and iPython +5. Geospatial Analysis with Python +6. Introduction to ICESat-2 Sea Ice and Land Ice Products and Data Access +7. Programmatic ICESat-2 data access +8. Introduction to HDF5 and ICESat-2 data files +9. Land ice applications +10. Sea ice applications +11. Science data generation +12. Machine learning Projects ^^^^^^^^ diff --git a/doc/source/community/resources/2022_IS2_HW.rst b/doc/source/community/resources/2022_IS2_HW.rst index c2fbcfb57..45911b627 100644 --- a/doc/source/community/resources/2022_IS2_HW.rst +++ b/doc/source/community/resources/2022_IS2_HW.rst @@ -22,15 +22,15 @@ The published tutorial repo also includes links to presentation materials and vi Tutorial Topics: 1. Open Science Tools -1. About ICESat-2 Data -1. ICESat-2 Data Access -1. Object-oriented Programming -1. Geospatial Transforms -1. Data Integration (Part I) -1. Data Visualization 2D -1. Cloud Computing Tools -1. Data Integration (Part II) -1. Data Integration (Part III) +2. About ICESat-2 Data +3. ICESat-2 Data Access +4. Object-oriented Programming +5. Geospatial Transforms +6. Data Integration (Part I) +7. Data Visualization 2D +8. Cloud Computing Tools +9. Data Integration (Part II) +10. Data Integration (Part III) Projects ^^^^^^^^ diff --git a/doc/source/community/resources/2023_IS2_HW.rst b/doc/source/community/resources/2023_IS2_HW.rst index 4fe5bab34..ae9643d87 100644 --- a/doc/source/community/resources/2023_IS2_HW.rst +++ b/doc/source/community/resources/2023_IS2_HW.rst @@ -1,7 +1,7 @@ .. _resource_IS2HW_2023: -Fourth ICESat-2 Cloud Computing Hackweek Facilitated by the University of Washington eScience Institute -------------------------------------------------------------------------------------------------------- +Fourth ICESat-2 Cloud Computing Hackweek at the University of Washington eScience Institute +------------------------------------------------------------------------------------------- This August 2024 event produced a series of `tutorials `_, developed by volunteer instructors and presented during the event. A continuing focus of the event was considerations for cloud-native workflows @@ -25,22 +25,22 @@ The published tutorial repo also includes links to presentation slides and video Tutorial Topics: 1. CryoCloud -1. ICESat-2 Mission Overview and Data -1. Open source development/Object Oriented Programming -1. Cloud data access and data formats -1. Best Practices for Collaborative development -1. Application: snow depth -1. Application: bathymetry -1. Application: Visualization and Integration -1. Application: inland hydrology -1. Application: sea ice -1. Application: ICESat-2 integration with GrIMP data +2. ICESat-2 Mission Overview and Data +3. Open source development/Object Oriented Programming +4. Cloud data access and data formats +5. Best Practices for Collaborative development +6. Application: snow depth +7. Application: bathymetry +8. Application: Visualization and Integration +9. Application: inland hydrology +10. Application: sea ice +11. Application: ICESat-2 integration with GrIMP data Projects ^^^^^^^^ In an effort to improve learning outcomes, we asked participants to summarize their accomplishments in a structured -`project readme https://github.com/ICESAT-2HackWeek/ICESat-2-Hackweek-2023/blob/main/book/projects/list_of_projects.md>`_, +`project readme `_, some of which are drafts, and did not record the final presentations. Project titles: diff --git a/doc/source/community/resources/IS2_software.rst b/doc/source/community/resources/IS2_software.rst index 04acff1ca..0fb90d0a6 100644 --- a/doc/source/community/resources/IS2_software.rst +++ b/doc/source/community/resources/IS2_software.rst @@ -8,8 +8,8 @@ Most of these packages are callable through Python, though others may require ac - collaboration between the ICESat-2 science team and University of Washington - A Python client to process ICESat-2 ATL03 data prior to download. - - Create customized versions of ATL06 (land ice), ATL08 (vegetation), and ATL24?(bathymetry) - products. Ideal for situations where a given algorithm is not run or is too coarse for a particular application. + - Create customized versions of ATL06 (land ice), ATL08 (vegetation), and ATL24(bathymetry) products. + Ideal for situations where a given algorithm is not run or is too coarse for a particular application. - Data may also be subsetted based on spatial bounds and photon classification. * `PhoREAL `_ From 91a85c7860f909a038f3ff2783b0b78194ed2127 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Thu, 18 Jul 2024 15:20:50 -0400 Subject: [PATCH 6/8] update bullet spacing --- doc/source/community/resources.rst | 8 ++++---- doc/source/community/resources/IS2_software.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/community/resources.rst b/doc/source/community/resources.rst index 854e61aea..2f4701456 100644 --- a/doc/source/community/resources.rst +++ b/doc/source/community/resources.rst @@ -23,13 +23,13 @@ A few other options available for querying, visualizing, and downloading ICESat- - A powerful tool for querying and downloading NASA datasets. - Seamlessly handles authentication and cloud tokening. - Under active development to expand functionality, - including adding icepyx as a plugin to enable subsetting services for ICESat-2 data. + including adding icepyx as a plugin to enable subsetting services for ICESat-2 data. - `NSIDC (DAAC) Data Access `_ - Select “Data from the right hand menu. - Choose your dataset (ATL##). - Then, use the spatial and temporal filters to narrow your list of granules available for download. + Choose your dataset (ATL##). + Then, use the spatial and temporal filters to narrow your list of granules available for download. - `OpenAltimetry `_ @@ -37,7 +37,7 @@ A few other options available for querying, visualizing, and downloading ICESat- - A web tool to visualize and download ICESat and ICESat-2 surface heights. - Data may be subsetted by data product, reference ground track (RGT), and beam. - Currently available ICESat-2 datasets are: ATL06 (land ice height), ATL07 (sea ice height), - ATL08 (land/vegetation height), ATL10 (sea ice freeboard), ATL12 (ocean surface height), ATL13 (water surface height). + ATL08 (land/vegetation height), ATL10 (sea ice freeboard), ATL12 (ocean surface height), ATL13 (water surface height). Software Packages for Working with ICESat-2 Data ------------------------------------------------ diff --git a/doc/source/community/resources/IS2_software.rst b/doc/source/community/resources/IS2_software.rst index 0fb90d0a6..d7c75dae6 100644 --- a/doc/source/community/resources/IS2_software.rst +++ b/doc/source/community/resources/IS2_software.rst @@ -9,7 +9,7 @@ Most of these packages are callable through Python, though others may require ac - collaboration between the ICESat-2 science team and University of Washington - A Python client to process ICESat-2 ATL03 data prior to download. - Create customized versions of ATL06 (land ice), ATL08 (vegetation), and ATL24(bathymetry) products. - Ideal for situations where a given algorithm is not run or is too coarse for a particular application. + Ideal for situations where a given algorithm is not run or is too coarse for a particular application. - Data may also be subsetted based on spatial bounds and photon classification. * `PhoREAL `_ From 7b85355d03e4aef69c8b2582298aa6abf55c33b3 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Thu, 18 Jul 2024 15:22:48 -0400 Subject: [PATCH 7/8] fix year --- doc/source/community/resources/2023_IS2_HW.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/community/resources/2023_IS2_HW.rst b/doc/source/community/resources/2023_IS2_HW.rst index ae9643d87..78c306f30 100644 --- a/doc/source/community/resources/2023_IS2_HW.rst +++ b/doc/source/community/resources/2023_IS2_HW.rst @@ -2,7 +2,7 @@ Fourth ICESat-2 Cloud Computing Hackweek at the University of Washington eScience Institute ------------------------------------------------------------------------------------------- -This August 2024 event produced a series of `tutorials `_, +This August 2023 event produced a series of `tutorials `_, developed by volunteer instructors and presented during the event. A continuing focus of the event was considerations for cloud-native workflows (such as cloud-optimized data) and From 0d6cd563ccd88452a57d0345cc987cb67dcac987 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Thu, 18 Jul 2024 15:30:20 -0400 Subject: [PATCH 8/8] update link --- doc/source/community/resources/2023_IS2_HW.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/community/resources/2023_IS2_HW.rst b/doc/source/community/resources/2023_IS2_HW.rst index 78c306f30..ed512d80a 100644 --- a/doc/source/community/resources/2023_IS2_HW.rst +++ b/doc/source/community/resources/2023_IS2_HW.rst @@ -8,7 +8,7 @@ A continuing focus of the event was considerations for cloud-native workflows (such as cloud-optimized data) and building skills around accessing ICESat-2 data in the cloud. During the Hackweek, teams of attendees worked on -`projects `_ +`projects `_ related to their domain interests and learning goals. .. |Zenodo badge| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10519966.svg