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 4d1f860 commit 58feb54Copy full SHA for 58feb54
pystac/extensions/ext.py
@@ -156,6 +156,10 @@ def cube(self) -> DatacubeExtension[Collection]:
156
def item_assets(self) -> dict[str, ItemAssetDefinition]:
157
return ItemAssetsExtension.ext(self.stac_object).item_assets
158
159
+ @property
160
+ def mlm(self) -> MLMExtension[Collection]:
161
+ return MLMExtension.ext(self.stac_object)
162
+
163
@property
164
def render(self) -> dict[str, Render]:
165
return RenderExtension.ext(self.stac_object).renders
0 commit comments