Skip to content

Commit 327b39c

Browse files
author
pcoma55
committed
updates to index and toc and final push
1 parent 4a21d18 commit 327b39c

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

articles/planetary-computer/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
href: collection-configuration-concept.md
6060
- name: Configure collections for visualization
6161
href: configure-collection-web-interface.md
62+
- name: Data visualization sample gallery
63+
href: data-visualization-samples.md
6264
- name: Mosaic configuration
6365
href: mosaic-configurations-for-collections.md
6466
- name: Render configuration
@@ -94,4 +96,4 @@
9496
- name: Visualize data cubes
9597
href: visualize-assets.md
9698
- name: Get a collection SAS token
97-
href: get-collection-sas-token.md
99+
href: get-collection-sas-token.md

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ author: prasadko
55
ms.author: prasadkomma
66
ms.service: planetary-computer-pro
77
ms.topic: quickstart
8-
ms.date: 05/08/2025
9-
ms.custom:
10-
- build-2025
8+
ms.date: 07/14/2025
119
---
1210

1311
# Microsoft Planetary Computer Pro Data Visualization Gallery
@@ -21,6 +19,7 @@ This gallery provides ready-to-use configuration examples for visualizing common
2119
- [Sentinel-2-l2a Multi-Spectral Imagery](#sentinel-2-l2a-collection-configuration)
2220
- [The National Agriculture Imagery Program Aerial Imagery](#the-national-agriculture-imagery-program-collection-configuration)
2321
- [Umbra Synthetic Aperture Radar Imagery](#umbra-sar-imagery-collection-configuration)
22+
- [Impact Observatory Land Use/Land Cover 9-class](#impact-observatory-land-useland-cover-9-class-collection-configuration)
2423

2524
## Prerequisites
2625

@@ -45,6 +44,7 @@ Each example in this gallery includes:
4544
To apply these examples to your own data:
4645

4746
1. [Create a new collection](./create-collection-web-interface.md) in your GeoCatalog
47+
2. [Ingest Data](./ingestion-overview.md) into the collection.
4848
2. Navigate to the [collection's configuration](./configure-collection-web-interface.md) page
4949
3. Modify the example JSON to match your dataset's specific bands, assets, and properties
5050
4. Apply the configurations to your collection
@@ -769,7 +769,7 @@ The render configuration directly references these asset keys to create differen
769769
## The National Agriculture Imagery Program collection configuration
770770

771771
[ ![Screenshot of The National Agriculture Imagery Program data visualization](media/aerial-imagery.png) ](media/aerial-imagery.png#lightbox)
772-
The National Agriculture Imagery Program (NAIP) provides high-resolution aerial imagery across the United States. The USDA Farm Service Agency captures this NAIP imagery at least every three years.
772+
[The National Agriculture Imagery Program](https://planetarycomputer.microsoft.com/dataset/naip) (NAIP) provides high-resolution aerial imagery across the United States. The USDA Farm Service Agency captures this NAIP imagery at least every three years.
773773

774774
NAIP data offers excellent detail with spatial resolutions ranging from 0.3 meter to 1 meter per pixel. The imagery is stored in cloud-optimized GeoTIFF format for efficient access and processing.
775775

@@ -1353,15 +1353,15 @@ This GEC asset definition is directly referenced in the render configuration via
13531353

13541354
## Impact Observatory Land Use/Land Cover 9-class collection configuration
13551355

1356-
[ ![Screenshot of ESP-io-lulc-9-class data visualization](media/esp-io-lulc-9-class.png) ](media/esp-io-lulc-9-class.png#lightbox)
1356+
[ ![Screenshot of ESP-io-lulc-9-class data visualization](media/land-cover-map.png) ](media/land-cover-map.png#lightbox)
13571357

1358-
The [Impact Observatory Land Use/Land Cover 9-Class dataset](https://www.impactobservatory.com/) provides annual global maps of land use and land cover (LULC) from 2017-2022. This dataset was generated using billions of human-labeled pixels to train a deep learning model for land classification, applied to Sentinel-2 imagery at 10-meter resolution.
1358+
The [Impact Observatory Land Use/Land Cover 9-Class dataset](https://www.impactobservatory.com/) provides annual global maps of land use and land cover (LULC). [This dataset](https://planetarycomputer.microsoft.com/dataset/group/io-land-cover) was generated using billions of human-labeled pixels to train a deep learning model for land classification, applied to Sentinel-2 imagery at 10-meter resolution.
13591359

13601360
The 9-class system includes: Water, Trees, Flooded vegetation, Crops, Built area, Bare ground, Snow/ice, Clouds, and Rangeland. This updated classification model combines the previously separate Grass and Scrub classes into a single Rangeland class, providing more consistent classification across the time series.
13611361

13621362
Each annual map represents a composite of LULC predictions throughout the year, with an assessed average accuracy of over 75%. The data is valuable for monitoring land use changes, tracking deforestation, urban expansion, and agricultural patterns at a global scale.
13631363

1364-
## Land cover configuration details
1364+
## Land use/land cover configuration details
13651365

13661366
# [Mosaic](#tab/io-lulc-9-class-mosaics)
13671367

articles/planetary-computer/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ landingContent:
110110
links:
111111
- text: Configure collections for visualization
112112
url: configure-collection-web-interface.md
113+
- text: Data visualization sample gallery
114+
url: data-visualization-samples.md
113115
- linkListType: concept
114116
links:
115117
- text: Mosaic configuration
@@ -167,4 +169,4 @@ landingContent:
167169
- linkListType: quickstart
168170
links:
169171
- text: Get a collection SAS token
170-
url: get-collection-sas-token.md
172+
url: get-collection-sas-token.md
1.81 MB
Loading

articles/planetary-computer/tile-settings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ The `defaultLocation` field lets you specify the zoom level and center coordinat
6767
}
6868
```
6969

70+
If `defaultlocation` is not set, the map will go to an existing asset inside the collection.
71+
7072
> [!NOTE]
71-
> In the list of items, there's a menu item called "Set view as default location". This isn't currently enabled.
73+
> In the list of items, there's a menu item called **Set view as default location**. This selection isn't currently enabled.
7274
7375
[ ![Screenshot of the save view as default location option in the tile settings interface.](media/tile-settings-save-view-as.png) ](media/tile-settings-save-view-as.png#lightbox)
7476

0 commit comments

Comments
 (0)