Commit graph

12 commits

Author SHA1 Message Date
ucar-tmeyer
13debf2cd0 Updating all notebooks to point to edex-cloud EDEX instead of edex-beta 2025-02-13 13:04:21 -07:00
ucar-tmeyer
891585d8b3 Couple more updates for v23 release
Moved the thrift, dynamicserialize, and awips packages to the base directory instead of inside python_awips
Re-added the updated version of the NEXRAD3 notebook
2025-02-12 17:02:03 -07:00
ucar-tmeyer
b90d7ed5e2 Updates to notebooks for python 3.12
- Fixed datetime deprecation issue with datetime.utcnow() to datetime.now(UTC)
- Fixed deprecations related to numpy 2.0
- Fixed deprecations related to shapely 2.0
- Updated text products that had been consolidated/added

Reference: https://github.com/Unidata/awips-unidata-builds/issues/167
2025-01-23 14:31:31 -07:00
Shay Carter
d7e1c16219 Update all v20 notebooks to point at regular edex in prep for the release 2023-12-12 10:47:02 -07:00
Shay Carter
a5ee32561e Change all notebooks to point to "edex-beta.unidata.ucar.edu" for this branch 2023-08-24 12:49:20 -06:00
Shay Carter
7636648ea1 First pass at new format for METARS notebook
- revamped metars notebook to follow new template
- got the cloud coverage actually ploting properly
- removed all unnecessary lines of code that weren't used
- small updates for the WWA notebook for some markdown sections (wording/misspellings)
2022-06-01 10:50:26 -06:00
Tiffany Meyer
c751fffdc9 Updated typo 2022-04-28 13:23:07 -04:00
Shay Carter
6eb805bb7b Removed geom_count since it was only use for a previous print statement 2022-04-27 16:31:24 -06:00
Shay Carter
b6bd97b3fa One more small update for wwa notebook:
-removed the geom_count variable because it was only used in a printstatement that we no longer make
2022-04-27 16:29:28 -06:00
Shay Carter
10a477be9b Modify an optional print statement in the WWA notebook 2022-04-27 16:20:54 -06:00
Shay Carter
cf23cbc3c1 Updates to WWA notebook per Tiffany's review
- fixed sentence in "imports" section
- fixed a/an spelling in Function:get_color() section
- Added further explanation in Significance (Sig) Constants section about phen from phensig.  Added link for phensig pamphlet as well.
- fixed Get the Data section note about 12 hours (vs 6 hours) of data requested
- added comma in Extract Phensigs, Geometries, and Times section
- commented out the println (lines 65-67) in the Extract Phensigs, Geometries, and Times code section
- modified the plot title to remove the seconds and add " UTC" for clarity
- added a link for "Phensig Explanation" in the See Also section
2022-04-27 16:09:50 -06:00
Shay Carter
e151a834ba Restructured the WWA notebook:
- createed a new notebook with a slightly different name
- added a preview image for the notebook
- use the template to format the notebook
- changed the time query to use hours instead of just the past x-records
- added an informative legend and title to the plot
- added the ability to turn on/off records based on significance (ie. hide advisories)
- draw the WWAs in an order that promotes best visibility if all are drawn
2022-04-15 14:24:26 -06:00