Skip to content

Commit e885dbd

Browse files
author
pcoma55
committed
updates to language
1 parent 327b39c commit e885dbd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/planetary-computer/data-visualization-samples.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,13 +1367,12 @@ Each annual map represents a composite of LULC predictions throughout the year,
13671367

13681368
## Mosaic configuration
13691369

1370-
The mosaic configuration for this collection provides temporal filtering options, allowing users to view land cover data for specific years. Each mosaic definition filters the data to show only items from a particular year using Common Query Language (CQL) expressions.
1370+
The mosaic configuration for this collection provides temporal filtering options, allowing users to view land cover data for specific years. Each mosaic definition filters the data to show only items from a particular year using Common Query Language (CQL) expressions. This temporal filtering allows users to compare land cover changes year-over-year or focus on a specific time period of interest
13711371

13721372
The configuration includes six separate mosaic options covering 2017-2022:
13731373

13741374
* **Temporal Filtering**: Each mosaic uses the `anyinteracts` operator to filter items where the `datetime` property intersects with a specific year's date range
13751375
* **Date Ranges**: Each year's filter spans from January 1 to December 31 of that specific year (`2022-01-01T23:59:59Z` to `2022-12-31T23:59:59Z`)
1376-
* **User Experience**: This temporal filtering allows users to compare land cover changes year-over-year or focus on a specific time period of interest
13771376

13781377
This temporal filtering approach is valuable for land cover analysis, as it enables users to track changes in land use patterns, monitor deforestation or reforestation, observe urban expansion, and assess the impact of natural disasters or human activities over time.
13791378

@@ -1512,7 +1511,7 @@ This temporal filtering approach is valuable for land cover analysis, as it enab
15121511

15131512
## Render options configuration
15141513

1515-
This render configuration defines three different ways to visualize Impact Observatory land cover classification data in the Explorer. Each entry describes a different visualization approach, such as **ESA CCI classification** (using standard scientific colormaps), **Default IO 9-class** (using custom Impact Observatory colors), or **ESA colormap alternative** (combining ESA colors with enhanced processing).
1514+
This render configuration defines three different ways to visualize Impact Observatory land cover classification data in the Explorer. Each entry describes a different visualization approach, such as **ESA CCI classification** (using standard scientific colormaps), **Default IO 9-class** (using custom Impact Observatory colors), or **ESA colormap alternative** (combining ESA colors with enhanced processing). For more information about color maps, review the [supported colormaps guide](./supported-colormaps.md).
15161515

15171516
The land cover data contains classified values representing nine different land cover types, stored in a single "data" asset that requires colormap application to visualize the categories effectively.
15181517

@@ -1590,7 +1589,7 @@ The tile settings configuration controls the display behavior and performance ch
15901589

15911590
**Key Parameters:**
15921591

1593-
* **`minZoom: 12`**: Sets the minimum zoom level at which the land cover data becomes visible. This relatively high zoom level setting is appropriate for 10-meter resolution data, ensuring that users can see meaningful detail when the data is displayed. At lower zoom levels, the 10-meter classification data would be too detailed to be useful and could impact performance.
1592+
* **`minZoom: 3`**: Sets the minimum zoom level at which the land cover data becomes visible.
15941593

15951594
* **`maxItemsPerTile: 35`**: Limits the number of STAC items that can be composited together in a single map tile. For annual land cover data, this limit setting ensures that multiple overlapping items (if they exist) don't overwhelm the tile generation process.
15961595

@@ -1600,7 +1599,7 @@ This configuration optimizes the balance between data visibility and performance
16001599

16011600
```json
16021601
{
1603-
"minZoom": 12,
1602+
"minZoom": 3,
16041603
"maxItemsPerTile": 35,
16051604
"defaultLocation": null
16061605
}

0 commit comments

Comments
 (0)