Skip to content

Commit 68d3296

Browse files
committed
data cube overview updates
1 parent 7a28ecd commit 68d3296

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/planetary-computer/data-cube-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@ For STAC assets in **NetCDF** or **HDF5** formats, Planetary Computer can apply
3232

3333
Data cube enrichment is **enabled** for applicable assets in the STAC item JSON. For each asset, enrichment is triggered if both of the following conditions are met:
3434

35-
1. The asset format is one of the following types:
35+
* The asset format is one of the following types:
3636
- `application/netcdf`
3737
- `application/x-netcdf`
3838
- `application/x-hdf5`
39-
2. The asset has a `roles` field that includes either `data` or `visual` within its list of roles.
39+
* The asset has a `roles` field that includes either `data` or `visual` within its list of roles.
4040

4141
If these conditions are met, a **Kerchunk manifest** (`assetid-kerchunk.json`) is generated in blob storage alongside the asset.
4242

43-
**Note**: The asset format type`application/x-hdf` often corresponds to HDF4 assets. GeoCatalog ingestion doesn't currently support creating virtual kerchunk manifests for HDF4 due to its added complexity and multiple variants.
43+
> [!NOTE]
44+
> The asset format type`application/x-hdf` often corresponds to HDF4 assets. GeoCatalog ingestion doesn't currently support creating virtual kerchunk manifests for HDF4 due to its added complexity and multiple variants.
4445
4546
### Data cube enrichment modifies the STAC item JSON
4647

0 commit comments

Comments
 (0)