mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Small grammar/spelling changes to markdown text
This commit is contained in:
parent
33a80dfa70
commit
dfa8c31ed3
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@
|
|||
"source": [
|
||||
"## 2 EDEX Connection\n",
|
||||
"\n",
|
||||
"First we establish a connection to Unidata's public EDEX server. With that connection made, we can create a [new data request object](http://unidata.github.io/python-awips/api/IDataRequest.html) and set the data type to ***modelsounding***, and define additional parameters and an identifer on the request."
|
||||
"First we establish a connection to Unidata's public EDEX server. With that connection made, we can create a [new data request object](http://unidata.github.io/python-awips/api/IDataRequest.html) and set the data type to ***modelsounding***, and define additional parameters and an identifier on the request."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -128,7 +128,7 @@
|
|||
"metadata": {},
|
||||
"source": [
|
||||
"### 3.1 Available Location Names\n",
|
||||
"When working with a new data type, it is often useful to investigate all available options for a particular setting. Shown below is how to see all available location names for a data request with type `modelsounding` and `reportType` identifier of `GFS`. This step is not necessary if you already know exactly what the location name(s) you're interested is."
|
||||
"When working with a new data type, it is often useful to investigate all available options for a particular setting. Shown below is how to see all available location names for a data request with type `modelsounding` and `reportType` identifier of `GFS`. This step is not necessary if you already know exactly what the location name(s) you're interested in is."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue