File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,7 @@ A job can also be restarted, for instance if an earlier run was aborted:
113113
114114
115115Example: Applying a mask
116- ________________________
117-
116+ ------------------------
118117It is very common for earth observation data to have separate masking layers that for instance indicate
119118whether a pixel is covered by a (type of) cloud or not. For Sentinel-2, one such layer is the 'scene classification'
120119layer that is generated by the Sen2Cor algorithm. In this example, we will use this layer to mask clouds out of our data.
@@ -136,8 +135,7 @@ Once the mask is created, it can be applied to the cube:
136135 >>> evi_cube_masked = evi_cube.mask(mask.resample_cube_spatial(evi_cube))
137136
138137Example: Retrieving aggregated timeseries
139- _________________________________________
140-
138+ -----------------------------------------
141139A common type of analysis is aggregating pixel values over one or more regions of interest.
142140This is also referred to as 'zonal statistics'. This library has a number of predefined methods
143141for various types of aggregations. In this example, we'll show how to compute an
You can’t perform that action at this time.
0 commit comments