Skip to content

Commit 25c9bd2

Browse files
committed
fix spelling error
1 parent 3cef6ab commit 25c9bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/planetary-computer/render-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Before building the configuration, determine how you want to visualize your data
8787
| :------------------------ | :----------------------------------------------------------------------- | :------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------- |
8888
| **Single-Band Data** | Each pixel has one value. | elevation, temperature, land cover classification, calculated index | Map these single values to a color range or discrete colors using a **colormap**. |
8989
| **Multi-Band Data** | Data has multiple bands per pixel. | RGB satellite imagery, multi-spectral data | Combine three specific bands to represent the Red, Green, and Blue channels of the output image. |
90-
| **Derived Data (Expressions)** | Calculate a new value from one or more bands/assets. | Normalized Difference Vegitation Index (NDVI) from Red and NIR bands | Define a mathematical **expression** and visualize the result (single-band with colormap or multi-band directly). |
90+
| **Derived Data (Expressions)** | Calculate a new value from one or more bands/assets. | Normalized Difference vegetation Index (NDVI) from Red and NIR bands | Define a mathematical **expression** and visualize the result (single-band with colormap or multi-band directly). |
9191
| **Derived Data (Algorithms)** | Calculate a new value across pixels. | Hillshade shows contours of elevation data | Use a mathematical **algorithm** to transform data into a visualization. |
9292
| **Data Cubes (GRIB/NetCDF)** | Data stored in GRIB or NetCDF formats with multiple variables and dimensions. | time, pressure levels | Select a specific variable and potentially a slice through other dimensions (like time) for 2D visualization. |
9393

0 commit comments

Comments
 (0)