Skip to content

Commit ae85d73

Browse files
committed
fix section headers in docs
1 parent c90d2b8 commit ae85d73

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/basics.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ A job can also be restarted, for instance if an earlier run was aborted:
113113

114114

115115
Example: Applying a mask
116-
________________________
117-
116+
------------------------
118117
It is very common for earth observation data to have separate masking layers that for instance indicate
119118
whether a pixel is covered by a (type of) cloud or not. For Sentinel-2, one such layer is the 'scene classification'
120119
layer 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

138137
Example: Retrieving aggregated timeseries
139-
_________________________________________
140-
138+
-----------------------------------------
141139
A common type of analysis is aggregating pixel values over one or more regions of interest.
142140
This is also referred to as 'zonal statistics'. This library has a number of predefined methods
143141
for various types of aggregations. In this example, we'll show how to compute an

0 commit comments

Comments
 (0)