srcarter3
1c51a52c90
Merge pull request #108 from erin6541/xarray
...
first xarray attempt
2023-07-26 13:38:01 -07:00
erin6541
13949fbeb1
first xarray attempt
...
- created new notebook CRS with attempts python-awips output to xarray
2023-07-26 13:57:18 -06:00
srcarter3
77a7355896
Merge pull request #105 from srcarter3/main
...
Revamped version of Forecast Model Vertical Sounding Notebook
2023-07-25 14:30:47 -07:00
Shay Carter
5e3f260770
Revamped version of Forecaste Model Vertical Sounding Notebook
...
- finished attempt at revamping the notebook using the new template and styling
- also refactored the notebook with functions to make the code more efficient and readable
2023-07-25 13:59:08 -07:00
Shay Carter
b0af9f9456
First pass at updating the forecast vertical model sounding notebook
...
- still a work in progress
2023-07-05 10:48:15 -07:00
tiffanycmeyer13
b73c37d1aa
Merge pull request #103 from srcarter3/notebook-updates
...
Upper Air BUFR Soundings notebook
2023-05-30 13:27:03 -05:00
Shay Carter
539bc3c8da
BUFR Upper air soundings
...
- small change to comment about temp and dewpoint unit conversion
2023-05-30 12:25:21 -06:00
Shay Carter
c04b1f3c23
Upper Air BUFR Soundings update
...
- fix small comment mistake from degrees F to degrees K
2023-05-30 12:16:25 -06:00
Shay Carter
786f4f83db
Upper Air BUFR Soundings notebook
...
- small changes to remove unused parameters
- mention dewpoint as well as temperature
- change the comment about station ID to station elevation
2023-05-25 11:54:03 -07:00
srcarter3
581b792a59
Merge pull request #102 from srcarter3/main
...
Small change for Upper Air BUFR Sounding notebook
2023-05-23 13:55:41 -06:00
Shay Carter
86122cc04a
Small change for Upper Air BUFR Sounding notebook
...
- change capitalization of subsection title
2023-05-23 13:54:42 -06:00
srcarter3
ceda59aded
Merge pull request #97 from srcarter3/notebook-updates3
...
Revamp the Upper Air Bufr Sounding notebook
2023-05-22 14:06:21 -06:00
Shay Carter
6f00c797b6
Small change for capitalization of a section in the Upper Air BUFR Soundings notebook
2023-05-22 14:04:47 -06:00
srcarter3
8078952e37
Merge pull request #96 from srcarter3/main
...
Remove the GLM notebook
2023-05-19 16:40:23 -06:00
Shay Carter
7a29e4196b
Revamp the Upper Air Bufr Sounding notebook
...
- updated the upper air bufr sounding notebook to use our new template
- added a preview image to go along with the revamped notebook
2023-05-19 16:32:57 -06:00
Shay Carter
46afcd2479
Remove the GLM notebook
...
- it does not currently work with the format of our GLM data
2023-05-18 11:55:21 -06:00
srcarter3
ac3d8ac32c
Merge pull request #93 from srcarter3/main
...
Small change to Forecast Model Vertical Sounding notebook
2023-05-17 15:45:12 -06:00
Shay Carter
1edf05485a
Small change to Forecast Model Vertical Sounding notebook
...
- we no longer have CMC so use RAP13 model instead
2023-05-17 15:35:11 -06:00
tiffanycmeyer13
dc541526ee
Merge pull request #90 from srcarter3/main
...
Update github readme
2023-02-27 14:37:58 -06:00
srcarter3
ec81dc0203
Merge pull request #11 from srcarter3/update_github_readme
...
Update README.rst
2023-02-27 13:32:22 -07:00
srcarter3
4b5a2731df
Update README.rst
...
python-awips is now in the environment.yml
2023-02-27 13:31:43 -07:00
srcarter3
becb447cff
Update environment.yml
...
add python-awips to the environment directly
2023-02-27 13:30:01 -07:00
srcarter3
50e8579cc5
Update index.rst
...
Remove the recommendation of running `conda update --all` because I think it can do more harm than good sometimes, because of code version dependencies.
2023-01-04 09:58:34 -07:00
tiffanycmeyer13
4130b153f6
Merge pull request #89 from srcarter3/main
...
Regional Surface obs notebook
2022-11-18 13:29:12 -06:00
Shay Carter
dcddca5d2e
Regional Surface obs notebook
...
- fix misspelling
2022-11-18 12:21:53 -07:00
srcarter3
ef8f157d01
Merge pull request #87 from srcarter3/main
...
Regional Surface obs notebook
2022-11-15 17:41:47 -07:00
Shay Carter
14dbd6a016
Regional Surface obs notebook
...
- Remove unnecessary line from maps request cell
2022-11-15 15:00:43 -07:00
srcarter3
7f7760315f
Merge pull request #80 from srcarter3/main
...
Revamped the Regional Surface Obs notebook
2022-11-15 10:16:20 -07:00
Shay Carter
9b0e1d00c7
Update heading for Regional Surface obs notebook
2022-11-15 10:06:17 -07:00
Shay Carter
66f69790cc
Merge branch 'main' of github.com:Unidata/python-awips into main
2022-11-15 09:55:34 -07:00
Shay Carter
dfdde0245a
Revamped the Regional Surface Obs notebook
...
- changes made to the region surface obs notebook to conform to our new template
- added preview image (used in template for notebook)
2022-11-11 13:02:19 -07:00
srcarter3
40665489d7
Update METAR_Station_Plot_with_MetPy.ipynb
...
Small change to comment about the get_cloud_cover function
2022-11-09 11:54:49 -07:00
srcarter3
f638aa9550
Merge pull request #79 from srcarter3/main
...
Changes to make python-awips compatible with Python3.10
2022-08-23 18:18:24 -06:00
Shay Carter
2d5bc31ddf
Changes to make python-awips compatible with Python3.10
...
- change collections import to collections.abc
- change specific class reference from collections.[class_name] to collections.abc.[class_name]
- change environment file back to specifying Python3, instead of exactly specifying 3.9
- roll version number in setup.py
2022-08-23 18:12:30 -06:00
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