Skip to content

Commit

Permalink
Minor textual changes to STAC gallery example
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdtx committed Jun 26, 2024
1 parent e5ee261 commit 0e7eb48
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/gallery/dontplot_bolivia_stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,15 @@
#
# Data preparation involves three primary steps:
#
# - **Masking the Data**: Utilize the ``qa_pixel`` layer to mask clouds
# and shadows in Landsat imagery. Observations classified as “invalid”
# - **Masking the Data**: Use the ``qa_pixel`` layer to mask pixels contaminated
# by clouds and shadows. Observations classified as “invalid”
# due to cloud or shadow coverage are converted to ``np.nan`` to signify missing data.
# - **Applying Scale and Offset**: Adjust the raw satellite data by applying
# necessary scaling factors and offsets to convert pixel values into
# scientifically meaningful units.
# - **Computing Vegetation Indices**: Specifically, calculating the
# Normalized Difference Vegetation Index (NDVI) to assess the
# density of plant growth in the area of interest.
#
# calibrated surface reflectance values.
# - **Computing Vegetation Indices**: Compute the Normalized Difference
# Vegetation Index (NDVI) which will be used later on in the monitoring process
#
# Cloud Masking
# ~~~~~~~~~~~~~
#
Expand Down

0 comments on commit 0e7eb48

Please sign in to comment.