diff --git a/examples/GetSatelliteIR.md b/examples/GetSatelliteIR.md index 29d2f90..01936d0 100644 --- a/examples/GetSatelliteIR.md +++ b/examples/GetSatelliteIR.md @@ -1,5 +1,4 @@ - -n +``` #!/awips2/python/bin/python from ufpy.dataaccess import DataAccessLayer import numpy as np diff --git a/examples/ModelRunDict.md b/examples/ModelRunDict.md index 5277785..610ec7a 100644 --- a/examples/ModelRunDict.md +++ b/examples/ModelRunDict.md @@ -1,4 +1,4 @@ -== Using the DAF from Python to determine available model runs and available forecast steps for each model run == +### Using the DAF from Python to determine available model runs and available forecast steps for each model run Apr 2, 2015 - Virgil Middendorf diff --git a/examples/RAPClipTemperature.md b/examples/RAPClipTemperature.md index 7ea305d..5691e26 100644 --- a/examples/RAPClipTemperature.md +++ b/examples/RAPClipTemperature.md @@ -1,6 +1,6 @@ -==== Below shows an example of only requesting data over a specific envelope (ie bounding box). This examples uses a request from the maps database to get the Envelope around the CWA of OUN for our request. This can be used to fine tune your request to only get the data you really need and speed up requests.==== +#### Below shows an example of only requesting data over a specific envelope (ie bounding box). This examples uses a request from the maps database to get the Envelope around the CWA of OUN for our request. This can be used to fine tune your request to only get the data you really need and speed up requests. -==== You could do this same type of request using any other geometry. For example, you could query the states table and only pull out model data over a particular state. You can also create your own Shapely geometry from scratch and use it to define your envelope. ==== +#### You could do this same type of request using any other geometry. For example, you could query the states table and only pull out model data over a particular state. You can also create your own Shapely geometry from scratch and use it to define your envelope. ``` #!python