python-awips/examples
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
..
md initial commit 2018-09-05 15:52:38 -06:00
notebooks Update the Colored Surface Temp Plot notebook to have a more optimized for loop 2020-09-09 15:51:04 -06:00