generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADD: Add projects to toc and update title of DDA notebook (#107)
* ADD: Add projects to toc and update title of DDA notebook * ADD: Add pr tags * FIX: Update the dockerfile
- Loading branch information
Showing
6 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ permissions: | |
contents: read | ||
|
||
env: | ||
DOCKER_TAG: pr_104 | ||
DOCKER_TAG: pr_107 | ||
|
||
jobs: | ||
build-book: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM ghcr.io/openradar/erad2024:pr_104 | ||
FROM ghcr.io/openradar/erad2024:pr_107 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Projects Overview | ||
|
||
## [Wind Retrievals over Complex Terrain with LROSE and PyDDA](notebooks/lrose/DD_Tornado_ERAD24.ipynb) | ||
Within this project, students will use LROSE wind tools and PyDDA to derive 3-dimensional wind retrievals over complex terrain across Europe and beyond. | ||
|
||
## [Spaceborne / Ground Radar Comparison with GPM-API, xradar and wradlib](notebooks/gpm-api/SR_GR_Calibration_Applied.ipynb) | ||
Students will compare spaceborne radar data, from the Global Preciptiation Measurement (GPM) suite of instruments, to ground radar across Italy. They will use a suite of openradar tools to complete this comparison. | ||
|
||
## [Creating analysis-ready data with xradar with Quasi-Vertical Profiles (QVPs)](notebooks/Analysis-Ready/ARCO-Datasets.ipynb) | ||
In this project, students will demonstrate how utilizing radar data in the Analysis-Ready Cloud-Optimized (ARCO) format enables efficient computation of Quantitative Precipitation Estimates (QPE) and Quasi-Vertical Profiles (QVP). The ARCO format ensures that radar data is pre-processed, clean, and well-organized, significantly reducing the time spent on data preparation and cleaning. | ||
|
||
## [Quantative Precipitation Estimation (QPE) in Northern Italy](notebooks/pyrad/description-pyrad-tutorial.ipynb) | ||
|
||
In this project we will learn how to setup a data processing chain for radar rainfall rate retrieval. The project will show the main steps involved between reading raw polarimetric moments to comparing rainfall rate retrievals with rain gauges, including clutter filtering, PhiDP estimation, KDP retrieval, etc. During the course, the processing chain implementation will be performed with [Pyrad](https://github.com/meteoswiss/pyrad). Examples of how to implement a processing chain using other available software packages will be provided as post-course material. |