mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge pull request #6 from Unidata/master
Add a brief description to the beginning of the NEXRAD3 notebook so t…
This commit is contained in:
commit
9681a24957
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
||||||
{
|
{
|
||||||
"cells": [
|
"cells": [
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"This example plots NEXRAD 3 algorithm, precipitation, and derived products (not base data)."
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 3,
|
"execution_count": 3,
|
||||||
|
|
Loading…
Add table
Reference in a new issue