Skip to content

Commit cd134c8

Browse files
Update README.org
1 parent c3ba8cc commit cd134c8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.org

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This program creates GeoTIFF files of the following:
1616

1717
** Important Notes
1818
- ./data/index.gz is index for available data, which is downloaded if not present, do not delete it.
19-
- ./data/defaults.json is user's last input for prompts in the program, it's safe to delete it but you'll have to input the values to prompt.
20-
- If download is interrupted because of any problems the program will exit. On the next run the downloaded file can resume download as long the incomplete '.part' file is not deleted.
19+
- ./data/defaults.json is user's last input for prompts in the program. It is safe to delete, but you will need to reinput previous values at prompt.
20+
- If download is interrupted because of any problems the program will exit. On the next run, the downloaded file can resume download as long the incomplete '.part' file is not deleted.
2121

2222
** Usage
2323
To use this program the scene with which you would like to work is required.
24-
1. Find the scene you would like on at [[https://search.remotepixel.ca][RemotePixel.ca]].
25-
2. Note the [[https://landsat.gsfc.nasa.gov/the-worldwide-reference-system/][WRS path and row number]] of the image (written inside blue circle at the center of each scene). Or the [[https://docs.opendata.aws/landsat-pds/readme.html][string of the scene]].
24+
1. Find the scene you would like at [[https://search.remotepixel.ca][RemotePixel.ca]].
25+
2. Note the [[https://landsat.gsfc.nasa.gov/the-worldwide-reference-system/][WRS path/row number]] of the image (written inside blue circle at the center of each scene) or the [[https://docs.opendata.aws/landsat-pds/readme.html][string of the scene]].
2626

2727
Both landsat8.py and main.py can be run interactively or from command line arguments:
2828
- Pass '-h' to see the command line uses
@@ -33,7 +33,7 @@ Both landsat8.py and main.py can be run interactively or from command line argum
3333
*** To Use as Scene Calculator
3434
1. Run the 'main.py' script.
3535
2. If you do not have the scene string, the script allows for browing available scenes data. Enter path number and row number. If you have the scene string, input as prompted. (Input yes to use last used most recently used scene.)
36-
3. You'll get the details on the scene previously selected to confirm scene selection. (It's also a good idea to remember or note the scene string for future reference. The scene string is in the index 'productId'.)
36+
3. Details of scene you selected will be displayed. Confirm the scene selected. (It's also a good idea to remember or note the scene string for future reference. The scene string is in the index 'productId'.)
3737
4. After selecting the scene with which you would like to work, choose the calculation/composite you would like to to create. The program will automatically download any necessary bands for that image and generate the scene. Bands and generated images will be saved in './data/PPPRRR/SCENE_STR/' directory where PPP and RRR are path and row numbers.
3838

3939
Example uses:
@@ -51,11 +51,11 @@ python main.py --image NIR RGB
5151
See *Other Resources* below for more information on the GeoTIFFs calculated with this script.
5252

5353
*** To Use as Raw GeoTIFF Downloader
54-
If you only want to download bands for calculating scenes, the program will download those automatically. In case you want to download more data the do the following:
54+
If you only want to download bands for calculating scenes, the program will download those automatically. To download files independently of scene generation:
5555
1. Run the 'landsat8.py' script.
56-
2. Enter the scene string or WRS path and row like in Image Creator.
57-
3. You'll get the details on the scene you just selected confirm it is what you wanted.
58-
4. It'll give you list of available files, choose the file you want to download.
56+
2. Enter the scene string or WRS path/row like in Image Creator.
57+
3. Details of scene you selected will be displayed. Confirm the scene selected.
58+
4. A list of available files will be displayed. Choose the files to download.
5959

6060

6161
Example uses:

0 commit comments

Comments
 (0)