Skip to content

Commit f1a4970

Browse files
committed
Fixed small errors in the examples prior to Geo2Grid Version 1.3 release.
1 parent eef69f9 commit f1a4970

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/examples/abi_example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RGBs in standard satellite projection using 8 worker threads:
2222

2323
``geo2grid.sh -r abi_l1b -w geotiff --num-workers 8 -f <path_to_files>``
2424

25-
Create a subset of ABI band output Geotiff image files for Channels 1, 2, 3 and 5:
25+
Create a subset of ABI band output GeoTIFF image files for Channels 1, 2, 3 and 5:
2626

2727
``geo2grid.sh -r abi_l1b -w geotiff -p C01 C02 C03 C05 true_color -f <path_to_abi_files>``
2828

@@ -33,7 +33,7 @@ Create ABI images over the given latitude/longitude region:
3333

3434
Create a natural color full resolution GeoTIFF from GOES-18 ABI
3535
observations acquired on 15 November 2022, 18:30 UTC over a latitude/
36-
longitude bounding box of 128W,30N to -118W,40N . This command
36+
longitude bounding box of 128W,30N to 118W,40N . This command
3737
assumes that all bands required to create the false color image are available:
3838

3939
.. code-block:: bash

0 commit comments

Comments
 (0)