Merge pull request #84 from srcarter3/website

Update "notes" in Regional obs notebook for website rendering
This commit is contained in:
srcarter3 2022-11-15 11:34:46 -07:00 committed by GitHub
commit 5b9b4956f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -370,10 +370,7 @@
"\n",
"The previous EDEX request limited the data by using a **parameter** for the maps database called **state**. We can take the results from that filter and get a geographic **envelope** based on the Florida polygon that was returned from the previous cell.\n",
"\n",
"<br>\n",
"<div class=\"alert-warning\">\n",
" <b>Note:</b> Without such a filter you may be requesting many tens of thousands of records.\n",
"</div>\n"
"> Warning: Without such a filter you may be requesting many tens of thousands of records."
]
},
{
@ -430,10 +427,7 @@
"\n",
"Both the METAR and Synoptic datasets should be filtered by time to avoid requesting an unreasonable amount of data. By defining one filter now, we can use it in both of their data requests to EDEX.\n",
"\n",
"<br>\n",
"<div class=\"alert-info\">\n",
" <b>Note:</b> Here we will use the most recent hour as our default filter. Try adjusting the timerange and see the difference in the final plots.\n",
"</div>"
"> Note: Here we will use the most recent hour as our default filter. Try adjusting the timerange and see the difference in the final plots."
]
},
{