Skip to content

Commit 7eda232

Browse files
committed
Add quotes to the tlp variable
1 parent fc0e8ef commit 7eda232

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/gallery/L8cube_img/remotes_L8_cube_img.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Here we will show examples of the type of things we can do with Landsat 8 data s
33

44
The data was downloaded from [EarthExplorer](https://earthexplorer.usgs.gov) and comprises the scene with Product ID ```LC08_L1TP_204033_20210525_20210529_02_T1```.
55

6-
The _cube_ was made with this instructions (but they would only work if you had the scene files in your computer and **must** adapt for your own path). Note that in ```tplt``` bellow, the ```C:/v/LC08_L1TP_204033_20210525_20210529_02_T1/``` is the file path and the ```LC08_L1TP_204033_20210525_20210529_02_T1_B``` is the part of the file names that is common to all band names.
6+
The _cube_ was made with this instructions (but they would only work if you had the scene files in your computer and **must** adapt for your own path). Note that in ```tplt``` bellow, the ```"C:/v/LC08_L1TP_204033_20210525_20210529_02_T1/"``` is the file path and the ```LC08_L1TP_204033_20210525_20210529_02_T1_B``` is the part of the file names that is common to all band names.
77

8-
```tplt = C:/v/LC08_L1TP_204033_20210525_20210529_02_T1/LC08_L1TP_204033_20210525_20210529_02_T1_B;```
8+
```tplt = "C:/v/LC08_L1TP_204033_20210525_20210529_02_T1/LC08_L1TP_204033_20210525_20210529_02_T1_B";```
99

1010
```cube = cutcube(bands=[2,3,4,5,6,7,10], template=tplt, region=(485490,531060,4283280,4330290), save="LC08_L1TP_20210525_02_cube.tiff")```
1111

0 commit comments

Comments
 (0)