Skip to content

Commit

Permalink
low throughput update to zonal statistics changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnelsen committed Jul 16, 2021
1 parent 4af2049 commit 898d119
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 03-multispectral-data-extraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ Zonal statics is like using the shapefile just created as a cookie cutter for th
4. Choose the shapefile layer that was just created under `Vector layer containing zones`
5. Set the prefix to the band or index you are extracting (in order to keep track of your data) under `Output column prefix` (in this case *ndre_*)
6. Click `...` and check whichever boxes of statistics you want to calculate.
7. Click `Run` to run the algorithm.
7. Click `Run` to run the algorithm. This will create a new layer with the selected statistics fields.
![](img/zonal-statistics-tool.png)
8. Close the `Zonal Statistics` tool.
9. Look at the values that were just extracted by clicking on the shapefile layer and navigating to `Open Attribute Table`
9. Look at the values that were just extracted by clicking on the new 'Zonal Statistics' layer and navigating to `Open Attribute Table`
![](img/zonal-statistic-data.png)
10. The attribute table should contain values for each of the polygons created and each statistic that was checked in the `Zonal Statistics` tool.

## 6. Export as csv

1. Right click the shapefile use to extract the data in the `Zonal Statistics` tool
1. Right click the 'Zonal Statistics' layer
2. Navigate to `Export` >> `Save Feature As…`
![](img/to-export.png)
3. Change the Format to `Comma Separate Value [CSV]`
Expand Down
Binary file modified img/to-export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/zonal-statistic-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/zonal-statistics-data.png
Binary file not shown.
Binary file modified img/zonal-statistics-tool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 898d119

Please sign in to comment.