We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca7c8b commit 3e536c8Copy full SHA for 3e536c8
xcengine/util.py
@@ -29,7 +29,7 @@ def write_stac(
29
for ds_name in datasets:
30
asset_path = str(stac_root / "output" / (ds_name + ".zarr"))
31
asset = pystac.Asset(
32
- roles=["data"],
+ roles=["data", "visual"],
33
href=asset_path,
34
# No official media type for Zarr yet, but "application/vnd.zarr"
35
# https://github.com/radiantearth/stac-spec/issues/713 and listed in
0 commit comments