Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/lessons/L6/zonal-statistics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Quite often you have a situtation when you want to summarize raster datasets bas
.. ipython:: python

array = dem.read(1)
affine = dem.affine
affine = dem.transform

- Now we can calculate the zonal statistics by using the function ``zonal_stats``.

Expand All @@ -78,4 +78,4 @@ Okey. So what do we have now?
print(zs_kallio)
print(zs_pihla)

Super! Now we can see that ``Pihlajamäki`` seems to be slightly higher compared to ``Kallio``.
Super! Now we can see that ``Pihlajamäki`` seems to be slightly higher compared to ``Kallio``.