Commit graph

84 commits

Author SHA1 Message Date
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
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
Shay Carter
6f1fff7522 Update the preview image to include west coast (with new bounding box) 2021-11-18 13:05:44 -07:00
Shay Carter
209ddf1ec9 Small change to Colored Surface Temp Notebook
- change the bounding box to extend all the way to the BC west coast (was previously ending in the middle of oregon/washington)
2021-11-18 12:56:16 -07:00
Shay Carter
eea5ca6d39 Colored Surface Temperature Notebook update:
- updated the color surface temp notebook to the new template
- added a preview image for the new template
2021-11-08 17:07:12 -07:00
Shay Carter
269b3d6b06 Reformatted the Maps Resources and Topography notebook
- use new template layout for map resources notebook
- add preview image for map resources notebook
- small change to template (added a "top" link)
2021-08-31 17:06:07 -06:00
Shay Carter
5d0f8513bb Slight typo on the GOES CIRA notebook
- at some point I had accidentally changed the pixel height to 4000, should be 3000
2021-06-22 12:08:34 -06:00
Shay Carter
2101794ed4 Merge branch 'main' of github.com:Unidata/python-awips into notebook-updates 2021-06-22 12:06:03 -06:00
Shay Carter
c5241eb219 Small changes to grids and cartopy notebook:
- added the image preview to the header of the notebook
- fixed spelling mistake in subheader "Documentation"
2021-06-01 16:57:04 -06:00
Shay Carter
e3ad74cc0a Small change to grids and cartopy notebook:
- made the two plotting sections (with pcolormesh and cartopy) subsections of the "Use the Grid Data!" section
2021-06-01 16:42:35 -06:00
Shay Carter
ebcb39b5ac Changes to grids and cartopy notebook
- updated the notebook to follow the new template
- created a directory for the preview images
- created and added a preview image for the grids and cartopy notebook
2021-06-01 16:21:41 -06:00
Shay Carter
1ff03096e7 Updated related notebooks section to point to our current python-awips documentation 2021-06-01 15:31:36 -06:00
Shay Carter
ef11334119 Remove "AWIPS" from AWIPS_Grids_and_Cartopy.ipynb name 2021-06-01 15:29:16 -06:00
Shay Carter
adb7bdbe34 Slight changes to the Grid Levels and Params notebook
- re-ran the cells so they have the latest/proper responses
- updated a little markdown to catch grammar/add a little more context
2021-06-01 12:50:37 -06:00
Shay Carter
da7b9caafb Convert Grid Levels and Params to use new template 2021-06-01 11:03:31 -06:00
Shay Carter
f898cd0c1e Small change to grid levels and params notebook:
- hopefully should get changed again later today, but update the grid levels notebook to remove the plotting section at the end.
2021-06-01 10:36:12 -06:00
Shay Carter
fb74257311 Small change to Grid Levels and Params notebook:
- this should get changed again later today, hopefully!  But in case it doesnt, at the very least make this small change to remove the plotting portion at the end of the notebook.
2021-06-01 10:32:43 -06:00
Shay Carter
f3013ab40a Add description for write_img function 2021-05-28 01:16:33 -06:00
Shay Carter
d9ff0cb3fb Merge branch 'main' of github.com:srcarter3/python-awips into notebook-updates 2021-05-28 01:10:07 -06:00
Shay Carter
4379e0c7e0 Created template and formatted new GOES CIRA notebook to template
- Added a new Template.ipynb file in the examples dir
- Added a new notebook GOES_CIRA_Product_Writer.ipynb in the examples/notebooks dir
	- This notebook walks through:
		- how to request multiple GOES products from EDEX
		- how to resize the images using pixels
		- how to write out images locally
		- how to combine multiple channels in to an rgb product
- Created a new images directory for the notebooks
	- Added two image files for the preview options of the notebook
2021-05-28 00:47:47 -06:00
Shay Carter
97d1d72a7a Small change to one of the notebooks to remove the mention of the "DAF" from the markdown text 2021-03-18 14:39:46 -07:00
Shay Carter
2d41da914c Changes to the Colored Surface Obs notebook:
-simplified the parameters in the data request since we only need temperature and location
2020-09-10 14:53:50 -06:00
Shay Carter
a488797c68 Update plot for colored surface temp notebook 2020-09-09 16:01:54 -06:00
Shay Carter
10537bf3f7 Update the Colored Surface Temp Plot notebook to have a more optimized for loop
Pulled these steps out of the for loop, perform first:
-instantiate the air temp array once
-nan out the null values (-9999)
-convert from c to f

In the for loop:
-create a copy of tair (subtair)
-use this copy to isolate values in the given threshold range
-when setting the data on the stationplot use the 'value' variable instead of using x again in the threshold to find the color value
2020-09-09 15:51:04 -06:00
srcarter3
bd7a893802
Removed the cartopy ShapelyFeature import since it's not used 2020-09-09 14:58:16 -06:00
srcarter3
fc30adadea
changed '%matplotlib notebook' back to '%matplotlib inline' 2020-09-09 13:40:15 -06:00
srcarter3
9681a24957
Merge pull request #6 from Unidata/master
Add a brief description to the beginning of the NEXRAD3 notebook so t…
2020-09-09 12:19:15 -06:00
Shay Carter
8918d75fdc Add a brief description to the beginning of the NEXRAD3 notebook so that the autogenerated webpage renders correctly. 2020-09-09 12:18:03 -06:00
srcarter3
27895d29dc
Merge pull request #5 from Unidata/master
Delete Profiler_Wind_Barb_Time-Series.ipynb
2020-09-09 12:06:58 -06:00
srcarter3
9c82744948
Delete Profiler_Wind_Barb_Time-Series.ipynb
This notebook does not run currently because there is no 'profiler' data on our EDEX.
2020-09-09 12:05:02 -06:00
srcarter3
1b39c04856
Moved '%matplotlib inline' for surface obs notebook 2020-09-09 11:41:27 -06:00
srcarter3
57d2189dfe
Merge pull request #4 from Unidata/master
Bring fork up to latest code in master repo
2020-09-09 11:35:12 -06:00
Shay Carter
031f2ce7c5 Add '%matplotlib inline' after imports for the NEXRAD notebook 2020-09-09 11:32:52 -06:00
srcarter3
6973e227e6
move "matplotlib inline" after imports 2020-09-09 11:28:29 -06:00
srcarter3
430e9ccecd
Move the %matplotlib inline code to after imports 2020-09-09 11:18:35 -06:00
srcarter3
e7c93b3a1f
convert the temp using scipy instead of a formula 2020-09-04 16:18:36 -06:00
srcarter3
ce780ef933
replace geodetic with plateCarree 2020-09-04 15:57:39 -06:00
srcarter3
af73c9a0d7
Forgot to add a new line with previous change. 2020-09-04 15:56:07 -06:00
srcarter3
45faf991b4
Move the glm_points definition to the correct spot 2020-09-04 15:53:19 -06:00
srcarter3
8cff0278d8
Create and populate a glm_points array
Also create an object that is an instance of one of the data values in the response array.
2020-09-04 15:49:02 -06:00
Shay Carter
0151efccc0 Fix the labels warning in NEXRAD3 notebook 2020-09-04 15:01:52 -06:00
srcarter3
558957ef21
Fixed the plateCarree warning 2020-09-04 14:52:37 -06:00
Shay Carter
c34a8da1ce Fix errors and warnings for Map Resources and Topo Notebook
-fixed the xlabels_top and ylabels_right warning by using top_labels and right_labels instead
-fixed the invalid transform error by using PlateCarree() instead of Geodetic()
-fixed the 'extend' warning by moving it from the colorbar() function to the contourf() function
2020-09-04 14:35:40 -06:00
srcarter3
45284aef2f
Merge pull request #3 from Unidata/master
update label for degrees F in Grid Levels and Params notebook
2020-09-04 13:44:15 -06:00
Shay Carter
826e5f7591 Update the preview for Grid Levels and Params to use "F" in the colorbar label 2020-09-04 13:42:49 -06:00
srcarter3
1b6e71c509
Change the color map label from K to F 2020-09-04 13:41:06 -06:00
srcarter3
c164123a7b
Merge pull request #2 from Unidata/master
Bring over notebook changes, to preview in website
2020-09-04 13:38:08 -06:00