You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Impact Observatory Land Use/Land Cover 9-class](#impact-observatory-land-useland-cover-9-class-collection-configuration)
24
23
25
24
## Prerequisites
26
25
@@ -45,6 +44,7 @@ Each example in this gallery includes:
45
44
To apply these examples to your own data:
46
45
47
46
1.[Create a new collection](./create-collection-web-interface.md) in your GeoCatalog
47
+
2.[Ingest Data](./ingestion-overview.md) into the collection.
48
48
2. Navigate to the [collection's configuration](./configure-collection-web-interface.md) page
49
49
3. Modify the example JSON to match your dataset's specific bands, assets, and properties
50
50
4. Apply the configurations to your collection
@@ -769,7 +769,7 @@ The render configuration directly references these asset keys to create differen
769
769
## The National Agriculture Imagery Program collection configuration
770
770
771
771
[](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.
773
773
774
774
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.
775
775
@@ -1353,15 +1353,15 @@ This GEC asset definition is directly referenced in the render configuration via
1353
1353
1354
1354
## Impact Observatory Land Use/Land Cover 9-class collection configuration
1355
1355
1356
-
[](media/esp-io-lulc-9-class.png#lightbox)
1356
+
[](media/land-cover-map.png#lightbox)
1357
1357
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.
1359
1359
1360
1360
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.
1361
1361
1362
1362
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.
Copy file name to clipboardExpand all lines: articles/planetary-computer/tile-settings.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,10 @@ The `defaultLocation` field lets you specify the zoom level and center coordinat
67
67
}
68
68
```
69
69
70
+
If `defaultlocation` is not set, the map will go to an existing asset inside the collection.
71
+
70
72
> [!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.
72
74
73
75
[](media/tile-settings-save-view-as.png#lightbox)
0 commit comments