Modified the educational resources page:
- added an AWIPS TIPS section - link all the blogs individually in an organized list for easy access
This commit is contained in:
parent
02c5e5936b
commit
46fa702223
1 changed files with 45 additions and 10 deletions
|
@ -61,16 +61,6 @@ If you experience any technical issues with our online course, please contact us
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src="../../images/awipsTips.png" alt="GeeksforGeeks logo" align="right">
|
|
||||||
|
|
||||||
## AWIPS Tips Blog Series
|
|
||||||
|
|
||||||
AWIPS Tips is a bi-weekly (every two weeks) blog series that is posted on our Unidata blogs page. <a href="https://www.unidata.ucar.edu/blogs/news/tags/awipstips" target="_blank" rel="noopener noreferrer">View all of the AWIPS Tips blogs here</a>, and easily search for them using the *awips-tips* tag.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Python-AWIPS Example Notebooks
|
## Python-AWIPS Example Notebooks
|
||||||
|
|
||||||
In addition to CAVE, AWIPS also has a Python package called ***python-awips*** which allows access to all data on an EDEX server. We have created a suite of Jupyter Notebooks as examples for how to use various functions of python-awips.
|
In addition to CAVE, AWIPS also has a Python package called ***python-awips*** which allows access to all data on an EDEX server. We have created a suite of Jupyter Notebooks as examples for how to use various functions of python-awips.
|
||||||
|
@ -93,3 +83,48 @@ Our python-awips Notebooks span a wide range of topics, but generally cover the
|
||||||
- Accessing and filtering desired data based on time and location
|
- Accessing and filtering desired data based on time and location
|
||||||
- Plotting and analyzing datasets
|
- Plotting and analyzing datasets
|
||||||
- Specific examples for various data types: satellite imagery, model data, soundings, surface obs, and more
|
- Specific examples for various data types: satellite imagery, model data, soundings, surface obs, and more
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<img src="../../images/awipsTips.png" alt="GeeksforGeeks logo" align="right">
|
||||||
|
|
||||||
|
## AWIPS Tips Blog Series
|
||||||
|
|
||||||
|
AWIPS Tips is a bi-weekly (every two weeks) blog series that is posted on our Unidata blogs page. Entries in the series cover topics relating to CAVE, python-awips, EDEX, and more.
|
||||||
|
|
||||||
|
### Access
|
||||||
|
|
||||||
|
<a href="https://www.unidata.ucar.edu/blogs/news/tags/awipstips" target="_blank" rel="noopener noreferrer">View all of the AWIPS Tips blogs here</a>, and easily search for them using the *awips-tips* tag.
|
||||||
|
|
||||||
|
### Content
|
||||||
|
|
||||||
|
A full list of all released blogs can be found below:
|
||||||
|
|
||||||
|
#### General
|
||||||
|
|
||||||
|
- [Welcome to AWIPS Tips!](https://www.unidata.ucar.edu/blogs/news/entry/welcome-to-awips-tips)
|
||||||
|
- [AWIPS 18.2.1 Software Release](https://www.unidata.ucar.edu/blogs/news/entry/awips-18-2-1-software)
|
||||||
|
- [Announcing AWIPS eLearning](https://www.unidata.ucar.edu/blogs/news/entry/announcing-a-new-elearning-course)
|
||||||
|
|
||||||
|
#### CAVE
|
||||||
|
|
||||||
|
- [Visualizing Data in CAVE](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-visualizing-data-in)
|
||||||
|
- [Display Capabilities in CAVE](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-display-capabilities-in)
|
||||||
|
- [Time Tips](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-time-tips)
|
||||||
|
- [Explore the CAVE Product Browser](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-explore-the-cave)
|
||||||
|
- [CAVE's Local Cache: caveData](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-cave-s-local)
|
||||||
|
- [Explore the CAVE Volume Browser: Plan Views](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-explore-the-cave1)
|
||||||
|
- [Points and Baselines](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-using-cave-s)
|
||||||
|
- [Explore the CAVE Volume Browser: Cross Section and Time Series](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-explore-the-cave2)
|
||||||
|
- [Using CAVE Displays and Procedures](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-using-cave-displays)
|
||||||
|
- [Using the NSHARP display tool](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-using-the-nsharp)
|
||||||
|
|
||||||
|
#### Python-AWIPS
|
||||||
|
|
||||||
|
- [Access Model Output with Python-AWIPS](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-access-model-output)
|
||||||
|
- [Plot new GOES products from Unidata's public EDEX](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-plot-new-goes)
|
||||||
|
- [Load Map Resources and Topography using Python-AWIPS](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-load-map-resources)
|
||||||
|
|
||||||
|
#### EDEX
|
||||||
|
|
||||||
|
- [Get to Know EDEX](https://www.unidata.ucar.edu/blogs/news/entry/awips-tips-get-to-know)
|
||||||
|
|
Loading…
Add table
Reference in a new issue