Skip to content

Commit bc7d5ae

Browse files
committed
Fix example documentation inconsistencies
1 parent c600247 commit bc7d5ae

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

doc/source/examples/jpss_aws_marketplace.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ to provide the input files from the NOAA AWS s3 Command Line Interface (CLI) usi
3131
This `polar2grid.sh` command provides an Amazon Simple Storage Service (S3) URI and
3232
single granule filename that I want to use, along with
3333
the accompanying location of the coincident geolocation file.
34-
Note that the AWS JPSS Marketplace online data Browse Bucket URLs
34+
Note that the JPSS AWS Marketplace online data Browse Bucket URLs
3535
use an https address, but the directory structures and filenames are the same, in this case,
3636
``VIIRS-I1-SDR/2026/02/08/SVI01_j02_d20260208_t1956574_e1958221_b16834_c20260208202125135000_oebc_ops.h5``.
3737

@@ -104,7 +104,7 @@ true color image that includes all of the Western United States. Looking at the
104104
orbit track map, I can see that I will need to choose a data time range between
105105
19:54 to 20:00 UTC for complete coverage for this day. Remember that the
106106
orbit tracks represent the sub-satellite point on the earth; the actual swath
107-
width of the VIIRS observations is approximately 3000km. Using this information
107+
width of the VIIRS observations is approximately 3000 km. Using this information
108108
I can execute the following single `Polar2Grid` command that includes globbing
109109
in the file start time to download 5 granules into memory while the image is being
110110
made. The values in the curly brackets are expanded as part of the script execution.

doc/source/examples/viirs_edr_example.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The annotated image with overlays is shown below.
134134
:width: 100%
135135
:align: center
136136

137-
CSPP VIIRS NOAA-20 Aerosol Optical Depth PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from June 5, 2024, 18:50 UTC observations.
137+
CSPP VIIRS NOAA-20 Aerosol Optical Depth PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from 5 June 2024, 18:50 UTC observations.
138138

139139
Other CSPP VIIRS EDR product images can be created in a similar manner.
140140
For example, the Polar2Grid commands to create a VIIRS Cloud Top Temperature
@@ -163,7 +163,7 @@ And the resulting image is shown below:
163163
:width: 100%
164164
:align: center
165165

166-
CSPP VIIRS NOAA-20 Cloud Top Temperature PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from June 5, 2024, 18:50 UTC observations.
166+
CSPP VIIRS NOAA-20 Cloud Top Temperature PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from 5 June 2024, 18:50 UTC observations.
167167

168168
From the same VIIRS EDR files, the Cloud Height product images can be created using the commands
169169
below.
@@ -193,7 +193,7 @@ And results in the creation of the following image:
193193
:width: 100%
194194
:align: center
195195

196-
CSPP VIIRS NOAA-20 Cloud Top Height PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from June 5, 2024, 18:50 UTC observations.
196+
CSPP VIIRS NOAA-20 Cloud Top Height PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from 5 June 2024, 18:50 UTC observations.
197197

198198
Using the same color enhancement and scale, the Polar2Grid commands to create a VIIRS Cloud Base Height
199199
image with overlays are shown below.
@@ -223,7 +223,7 @@ And results in the creation of the following image:
223223
:width: 100%
224224
:align: center
225225

226-
CSPP VIIRS NOAA-20 Cloud Base Height PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from June 5, 2024, 18:50 UTC observations.
226+
CSPP VIIRS NOAA-20 Cloud Base Height PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from 5 June 2024, 18:50 UTC observations.
227227

228228
Next, the Polar2Grid commands to create a VIIRS Total Cloud Fraction image with overlays are shown below.
229229

@@ -251,7 +251,7 @@ And results in the creation of the following image:
251251
:width: 100%
252252
:align: center
253253

254-
CSPP VIIRS NOAA-20 Total Cloud Fraction PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from June 5, 2024, 18:50 UTC observations.
254+
CSPP VIIRS NOAA-20 Total Cloud Fraction PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from 5 June 2024, 18:50 UTC observations.
255255

256256

257257
Similarly, the commands to create a Normalized Difference Vegetation Index (NDVI)
@@ -280,7 +280,7 @@ is shown below, followed by the output image.
280280
:align: center
281281

282282

283-
CSPP VIIRS NOAA-20 NDVI PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from June 5, 2024, 18:50 UTC observations.
283+
CSPP VIIRS NOAA-20 NDVI PNG image with added borders, coastlines and an annotated colorbar. The retrievals were created from 5 June 2024, 18:50 UTC observations.
284284

285285
Polar2Grid supports the creation of individual band and true color images from VIIRS EDR Land Surface
286286
Reflectance output files (SurfRefl*.nc). Surface reflectances differ from
@@ -313,4 +313,4 @@ valid only over land. The commands are followed by the resulting output image.
313313
:align: center
314314

315315

316-
CSPP VIIRS NOAA-20 Land Surface Reflectance True Color image with added borders and coastlines. The retrievals were created from June 5, 2024, 18:50 UTC observations.
316+
CSPP VIIRS NOAA-20 Land Surface Reflectance True Color image with added borders and coastlines. The retrievals were created from 5 June 2024, 18:50 UTC observations.

0 commit comments

Comments
 (0)