You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ This program creates GeoTIFF files of the following:
16
16
17
17
** Important Notes
18
18
- ./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.
21
21
22
22
** Usage
23
23
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]].
26
26
27
27
Both landsat8.py and main.py can be run interactively or from command line arguments:
28
28
- 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
33
33
*** To Use as Scene Calculator
34
34
1. Run the 'main.py' script.
35
35
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'.)
37
37
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.
See *Other Resources* below for more information on the GeoTIFFs calculated with this script.
52
52
53
53
*** 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:
55
55
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.
0 commit comments