Skip to content

Commit

Permalink
Tutorials - Fix typos raised by QA/QC
Browse files Browse the repository at this point in the history
  • Loading branch information
jomey committed Mar 1, 2024
1 parent 4c569ad commit e239b61
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qaqc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
check_filenames: true
check_hidden: true
skip: '*.js,qaqc.yml'
skip: '*.js,qaqc.yml,*.css'
ignore_words_list: slippy,trough,thw,soop,hist,te,ba,mape

# borrowed from https://github.com/ProjectPythia/pythia-foundations/blob/main/.github/workflows/link-checker.yaml
Expand Down
10 changes: 5 additions & 5 deletions book/projects/project_roadmap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Roadmap

Each project will progress through these stages:
Each project will progress through these stages:

```{image} ../img/project-timeline.png
:alt: flowchart of typical hackweek project timelines
Expand Down Expand Up @@ -36,15 +36,15 @@ We facilitate a project team formation session at the end of the first day of th
## **Teamwork**

* kick-off meeting focuses on hearing from each team member:
* What are your unique learning goals?
* What are your unique learning goals?
* How do you work best? What level of group interaction works for you?
* What skills and background are you most excited to share with the team?
* When are you available to meet?
* set up team computing infrastructure on Slack and GitHub ([Project Initiallization](project_initialization))
* set up team computing infrastructure on Slack and GitHub ([Project Initialization](project_initialization))
* project work begins and teams have regular check-ins to chart progress
* project outputs are recorded in a GitHub repository

## **Presentations**
## **Presentations**

* each team has 15 minutes to share what was learned, what challenges arose, what might be worth trying next
* individual contributions to the group effort are recognized and celebrated
Expand All @@ -54,7 +54,7 @@ We facilitate a project team formation session at the end of the first day of th
* We aspire to keep projects going after the hackweek! This is an optional (ideal) outcome of hackweek project work.
* Project leads/helpers will transition to longer-term engagement via mentorship role (optional/with support).
* Additional people join a growing Community of Practice (for example, centered on a community software library).
* software, research results are packaged and shared/published.
* software, research results are packaged and shared/published.



8 changes: 4 additions & 4 deletions book/tutorials/core-datasets/01_data_coverage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"source": [
"## Data Coverage\n",
"### Campaign Summary Table\n",
"Each year we build upon our efforts to further investigate the identitifed snow remote sensing science gaps. The summary table lists the focus for each campaign by year and type. "
"Each year we build upon our efforts to further investigate the identified snow remote sensing science gaps. The summary table lists the focus for each campaign by year and type. "
]
},
{
Expand Down Expand Up @@ -91,7 +91,7 @@
"\n",
"<!-- <figure>\n",
"<img src='./content/01_campaign_venn_diagram.jpg'>\n",
"<figcaption algin = \"left\"> <b>Figure 2.</b> Diagram to differentiate the Intensive Observation Period (IOP) and Time Series (TS) campaign types. The center describes what components remain consistent amongst the different campaign types. \n",
"<figcaption align = \"left\"> <b>Figure 2.</b> Diagram to differentiate the Intensive Observation Period (IOP) and Time Series (TS) campaign types. The center describes what components remain consistent amongst the different campaign types. \n",
"<figure> -->\n",
"\n",
"![](./content/01_campaign_venn_diagram.jpg)\n",
Expand All @@ -113,7 +113,7 @@
"\n",
"<!-- <figure>\n",
"<img src='./content/01_snow-classes-sturm.png'>\n",
"<figcaption algin = \"left\"> <b>Figure 3.</b> Snow Classes across North America at 300 m (Sturm and Liston, 2021) \n",
"<figcaption align = \"left\"> <b>Figure 3.</b> Snow Classes across North America at 300 m (Sturm and Liston, 2021) \n",
"<figure> -->\n",
" \n",
"![](./content/01_snow-classes-sturm.png)\n",
Expand All @@ -134,7 +134,7 @@
"\n",
"<!-- <figure>\n",
"<img src='./content/01_snow-class-coverage.png'>\n",
"<figcaption algin = \"left\"> <b>Figure 4.</b> Map of the averaged snow pits by site for the 2020 and 2021 Time Series Campaign. Note, some points are overlapping in the eastern Rocky Mountain region around Colorado. The total number of unique snow pit sites are listed in the legend. \n",
"<figcaption align = \"left\"> <b>Figure 4.</b> Map of the averaged snow pits by site for the 2020 and 2021 Time Series Campaign. Note, some points are overlapping in the eastern Rocky Mountain region around Colorado. The total number of unique snow pit sites are listed in the legend. \n",
"<figure> -->\n",
" \n",
"![](./content/01_snow-class-coverage.png)\n",
Expand Down
4 changes: 2 additions & 2 deletions book/tutorials/core-datasets/02_data_descriptions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"metadata": {},
"source": [
"## Data Descriptions\n",
"### What ground-based data sets are central for all field campagins? \n",
"### What ground-based data sets are central for all field campaigns? \n",
"\n",
"<img src='./content/02_pits_and_depths.png'>\n",
"\n",
Expand Down Expand Up @@ -220,7 +220,7 @@
"|UT |Little Cottonwood Canyon |Alta Collins |UTLCAC|40.57210|-111.62997|17 |2 |\n",
"|UT |Little Cottonwood Canyon |Atwater |UTLCAW|40.59125|-111.63759|20 |5 |\n",
"\n",
"Note - This table is a preliminary comprehensive site summary of the 2020 and 2021 Time Series campaigns. If a site was repeated (e.g. Cameron Pass, Michigan River) then the Pit Count column is a sum of the two years). This is preliminary because we are still adjusting and correcting some of the spatial data after confirming locations and sampling designs with site leads. The Snow Class column was extracted from the 300 m Snow Classification data set (Liston, 2021 and can be accessed [here](https://nsidc.org/data/NSIDC-0768/versions/1) at NSIDC). See the previous notebook to characterize the Snow Classes. This table does not include about ~50 snow pits that were part of the 2021 TS campaign from the Fraser Experiemental Forest because of the modified spatial sampling design, but will be included in the published data set, and the table will be updated to reflect those additional snow pits. \n",
"Note - This table is a preliminary comprehensive site summary of the 2020 and 2021 Time Series campaigns. If a site was repeated (e.g. Cameron Pass, Michigan River) then the Pit Count column is a sum of the two years). This is preliminary because we are still adjusting and correcting some of the spatial data after confirming locations and sampling designs with site leads. The Snow Class column was extracted from the 300 m Snow Classification data set (Liston, 2021 and can be accessed [here](https://nsidc.org/data/NSIDC-0768/versions/1) at NSIDC). See the previous notebook to characterize the Snow Classes. This table does not include about ~50 snow pits that were part of the 2021 TS campaign from the Fraser Experimental Forest because of the modified spatial sampling design, but will be included in the published data set, and the table will be updated to reflect those additional snow pits. \n",
"\n",
"This table can be accessed as a geojson from [Megan's github gists](https://gist.github.com/meganmason/dde13c46a90875e364b1c25a31bff1d8) \n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions book/tutorials/lidar/2_elevation_differencing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -321,14 +321,14 @@
"sns.kdeplot(data = vh_sd_dem, x = 'SD_mean', y = 'ELEV_mean', shade=True, ax=ax6, cmap='Blues')\n",
"ax6.set_xlabel('Snow Depth (m)')\n",
"ax6.set_ylabel('Elevation (m)')\n",
"#set xlimt and y limt\n",
"#set xlimit and y limit\n",
"#ax6.set_xlim(0, 2.5)\n",
"ax6.set_ylim(2900, 3300)\n",
"\n",
"sns.kdeplot(data = vh_sd_dem, x = 'SD_mean', y = 'VH_mean', shade=True, ax=ax7, cmap='Blues')\n",
"ax7.set_xlabel('Snow Depth (m)')\n",
"ax7.set_ylabel('Vegetation Height (m)')\n",
"#set xlimt and y limt\n",
"#set xlimit and y limit\n",
"#ax7.set_xlim(0, 2.5)\n",
"ax7.set_ylim(-3, 15)\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions book/tutorials/uavsar/1_accessing_imagery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"source": [
"## What is UAVSAR?\n",
"\n",
"[UAVSAR](https://uavsar.jpl.nasa.gov/education/what-is-uavsar.html) is a low frequency plane-based synthetic aperature radar. UAVSAR stands for \"Uninhabited Aerial Vehicle Synthetic Aperature Radar\". It captures imagery using a L-band radar. This low frequency means it can penetrate into and through clouds, vegetation, and snow.\n",
"[UAVSAR](https://uavsar.jpl.nasa.gov/education/what-is-uavsar.html) is a low frequency plane-based synthetic aperture radar. UAVSAR stands for \"Uninhabited Aerial Vehicle Synthetic Aperture Radar\". It captures imagery using a L-band radar. This low frequency means it can penetrate into and through clouds, vegetation, and snow.\n",
"\n",
"| frequency (cm) | resolution (rng x azi m) | Swath Width (km) | Polarizations | Launch date |\n",
"| - | - | - | - | - |\n",
"| L-band 23| 1.8 x 5.5 | 16 | VV, VH, HV, HH | 2007 |\n",
"\n",
"### NASA SnowEx 2020 and 2021 UAVSAR Campaings\n",
"### NASA SnowEx 2020 and 2021 UAVSAR Campaigns\n",
"\n",
"During the winter of 2020 and 2021, NASA conducted an L-band InSAR timeseries across the Western US with the goal of tracking changes in SWE. Field teams in 13 different locations in 2020, and in 6 locations in 2021, deployed on the date of the flight to perform calibration and validation observations.\n",
"\n",
":::{figure-md} UAVSAR-map\n",
"<img src=\"../../img/SnowEx_map.jpg\" alt=\"uavsar map\" width=\"800px\">\n",
"\n",
"Map of the UAVSAR flight locations for NASA SnowEx. Note that the Montana site (Central Agricultral Research Center) is not on this map. Source: Chris Hiemstra\n",
"Map of the UAVSAR flight locations for NASA SnowEx. Note that the Montana site (Central Agricultural Research Center) is not on this map. Source: Chris Hiemstra\n",
":::\n",
"\n",
"---\n",
Expand Down

0 comments on commit e239b61

Please sign in to comment.