diff --git a/notebooks/pyart/pyart-basics.html b/notebooks/pyart/pyart-basics.html index 5e9529c..0ae6927 100644 --- a/notebooks/pyart/pyart-basics.html +++ b/notebooks/pyart/pyart-basics.html @@ -508,16 +508,15 @@

Imports -
---------------------------------------------------------------------------
-ModuleNotFoundError                       Traceback (most recent call last)
-Cell In[1], line 8
-      4 import cartopy.crs as ccrs
-      5 import matplotlib.pyplot as plt
-----> 8 import pyart
-      9 from pyart.testing import get_test_data
-     11 warnings.filterwarnings('ignore')
-
-ModuleNotFoundError: No module named 'pyart'
+
## You are using the Python ARM Radar Toolkit (Py-ART), an open source
+## library for working with weather radar data. Py-ART is partly
+## supported by the U.S. Department of Energy as part of the Atmospheric
+## Radiation Measurement (ARM) Climate Research Facility, an Office of
+## Science user facility.
+##
+## If you use this software to prepare a publication, please cite:
+##
+##     JJ Helmus and SM Collis, JORS 2016, doi: 10.5334/jors.119
 
@@ -585,6 +584,14 @@

Reading data in using

+
+
Downloading file 'swx_20120520_0641.nc' from 'https://adc.arm.gov/pyart/example_data/swx_20120520_0641.nc' to '/github/home/.cache/pyart-datasets'.
+
+
+
<pyart.core.radar.Radar at 0x7f1a5aa0d760>
+
+
+

We can go even further in the dictionary and access the actual reflectivity data.

We use add 'data' at the end, which will extract the data array (which is a masked numpy array) from the dictionary.

@@ -622,6 +656,17 @@

Extract a sample data field +
<class 'numpy.ma.core.MaskedArray'> [[-5.671875 2.28125 -8.1171875 ... -- -13.4765625 --]
+ [-5.6171875 1.8984375 -10.0703125 ... -2.6796875 -1.5390625 --]
+ [-5.0390625 2.625 -11.484375 ... -8.984375 -- --]
+ ...
+ [-5.9375 1.46875 -12.3203125 ... -- -- --]
+ [-5.9609375 1.53125 -12.84375 ... -- -- --]
+ [-8.7890625 2.9140625 -12.09375 ... -- -- --]]
+
+
+

Lets’ check the size of this array…

This reflectivity data array, numpy array, is a two-dimensional array with dimensions: