Commit graph

431 commits

Author SHA1 Message Date
srcarter3
c03df43b39
Merge pull request #77 from srcarter3/main
Small change to the model sounding notebook
2022-08-22 18:30:09 -06:00
Shay Carter
c27a5e0f2e Small change to the model sounding notebook
- added more links in the see also section for additional metpy documentation
2022-08-22 18:27:48 -06:00
srcarter3
0d72b18be1
Merge pull request #72 from srcarter3/main
Updated example notebooks
2022-08-22 13:07:41 -06:00
Shay Carter
9f8a2c7877 Updated plot title
- updated the title to have more meaningful/readable text
- updated the preview image as well to have the new title format
2022-08-19 12:58:37 -07:00
Shay Carter
3b8570401b Small spelling/grammar changes
- updated text in markdown sections
2022-08-19 11:31:09 -07:00
Shay Carter
aff7c94636 Small change to Model Sounding Data example notebook
- added one more link to the "See Also" section that was cut off in the previous commit
2022-08-18 16:07:02 -07:00
Shay Carter
97909b4739 Updated example notebooks
- major changes for the Model Sounding Data notebook to revamp it to then new template, remove unnecessary code, clean up existing code, and add a little more functionality with the plot
- add the table of contents settings into the regional surface obs notebook
2022-08-18 15:59:45 -07:00
srcarter3
245cfc74da
Merge pull request #70 from srcarter3/main
Small change to METARs notebook
2022-06-13 15:14:47 -06:00
Shay Carter
fc3cdd2f8b Small change to METARs notebook
- removed the parameter request for 'timeObs' since we don't use it anywhere
2022-06-13 15:01:10 -06:00
srcarter3
e1d59949fe
Merge pull request #68 from tiffanycmeyer13/main
Updated the METAR notebook so that it was plotting the latest records…
2022-06-13 14:43:36 -06:00
Tiffany Meyer
a6097d17e3 Commented out the print statement 2022-06-13 16:18:57 -04:00
Tiffany Meyer
f7ac53a780 Updated the METAR notebook so that it was plotting the latest records available by reading in the records in reverse order 2022-06-13 16:07:21 -04:00
srcarter3
426c6e48b0
Merge pull request #64 from srcarter3/main
Updated the METARs Notebook
2022-06-03 13:56:39 -06:00
Shay Carter
300bbd03f4 Reset the run numbers on METARs notebook 2022-06-02 09:58:14 -06:00
Shay Carter
ae9c1a76fe Merge branch 'main' of github.com:srcarter3/python-awips into main 2022-06-02 09:50:38 -06:00
Shay Carter
68b6d33950 Slight update to METARs notebook
- updated the cell defining all necessary station ids to have 'K' in their definition, instead of pre-pending after
2022-06-02 09:49:54 -06:00
srcarter3
1865cdc7f0
Merge pull request #10 from rfiutak/metars_changes
Added Documentation to METARs notebook
2022-06-02 09:49:13 -06:00
Rhoen Fiutak
67ca1dc3ab Added Documentation to METARs notebook
- populated the see also section with links
2022-06-02 11:40:30 -04: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
tiffanycmeyer13
97971b5597
Merge pull request #63 from srcarter3/main
Small change to environment.yml for compatibility with notebooks
2022-05-27 16:07:36 -06:00
Shay Carter
bf93fdf9b3 Small change to environment.yml for compatibility with notebooks
- updated the python requirment from '=3' to '=3.9' because at least one notebook (METARS) was failing with python 3.10
2022-05-27 15:40:35 -06:00
srcarter3
fb8370875a
Merge pull request #62 from tiffanycmeyer13/main
Updated typo
2022-04-28 11:25:23 -06:00
Tiffany Meyer
c751fffdc9 Updated typo 2022-04-28 13:23:07 -04:00
tiffanycmeyer13
7b7b584e2e
Merge pull request #55 from srcarter3/main
Restructured the WWA notebook:
2022-04-28 09:09:59 -05: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
srcarter3
68dbf3005c
Merge pull request #60 from srcarter3/version-update
Rolled to next version for release (18.1.10)
2022-04-19 11:58:33 -06:00
Shay Carter
d0ec407641 Rolled to next version for release (18.1.10) 2022-04-19 11:57:27 -06:00
Shay Carter
4fa339516c Merge branch 'main' of github.com:Unidata/python-awips into main 2022-04-19 11:39:23 -06:00
srcarter3
526eb8d1b1
Merge pull request #59 from srcarter3/phensig-addition
Fixed syntax error for phensig table update
2022-04-19 11:39:14 -06:00
Shay Carter
e8a933475c Fixed syntax error for phensig table update 2022-04-19 11:32:33 -06:00
Shay Carter
7f94952d74 Merge branch 'main' of github.com:Unidata/python-awips into main 2022-04-19 11:29:52 -06:00
srcarter3
7ba4e1fd33
Merge pull request #58 from srcarter3/phensig-addition
Update version number for new release
2022-04-19 10:39:37 -06:00
Shay Carter
3c32c850e6 Update version number for new release 2022-04-19 10:38:02 -06:00
srcarter3
f77689f9d8
Merge pull request #57 from srcarter3/phensig-addition
Small change to add DS.Y phensig
2022-04-19 10:34:12 -06:00
Shay Carter
979bd0fc46 Small change to add DS.Y phensig
- add new Dust Advisory to the vtec lookup table
- ref: https://www.weather.gov/media/notification/pdfs/scn17-112snow_dustaad.pdf
2022-04-19 10:21:07 -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
srcarter3
229879c931
Merge pull request #52 from srcarter3/main
Changed the name of the "Grids and Cartopy" notebook:
2022-02-04 14:01:57 -07:00
Shay Carter
135f1f8d1f Changed the name of the "Grids and Cartopy" notebook:
- now named "Colorized Grid Data"
2022-02-04 13:57:46 -07:00
srcarter3
c98c96509e
Update release.yml
- remove the name the artifact is saved with, which then defaults it to "artifact"
- add the 'name' tag in the download attempt, using "artifact"
2022-01-05 15:35:35 -08:00
Shay Carter
c75164c80c Merge branch 'main' of github.com:Unidata/python-awips into main 2022-01-05 16:12:34 -07:00
Shay Carter
425751dee4 First pass at implementing automated publishing
- created a new 'release.yml' file which is a GH Action that is triggered by a new Published Release
- it builds python from the latest in the main branch, and then will push it to pip (that part is commented out for this first pass for testing)

Small changes to the setup.py for python-awips builds
- changed the doc url to point to our new/current doc site
- changed the author's email from mj's to support-awips

Add in logic for publishing release to pypi
2022-01-05 16:12:16 -07:00
srcarter3
4a19834973
Update release.yml 2022-01-05 14:39:21 -07:00
srcarter3
c3c471f778
Update release.yml 2022-01-05 14:38:03 -07:00
srcarter3
ed61081e74
Update release.yml
small change to see if publishing will work
2022-01-05 14:35:26 -07:00
srcarter3
20013fc301
Update setup.py
update version
2022-01-05 14:19:19 -07:00
srcarter3
7d71b32777
Merge pull request #51 from srcarter3/main
Created GHA for publishing new releases
2022-01-05 13:06:30 -08:00
srcarter3
1a8ce3cf4c
reset version in setup.py 2022-01-05 13:03:06 -08:00