stac-utils / pystac

Python library for working with any SpatioTemporal Asset Catalog (STAC)

Home Page:https://pystac.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add asset-modifying methods to Collection

gadomski opened this issue · comments

Collections can have assets too, but methods such as add_asset, make_asset_hrefs_absolute, etc are only on Item. These should probably be moved to a mixin and included in both Collection and Item.