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

Rework extensions to handle "future" versions correctly

gadomski opened this issue · comments

When loading extension data, extension implementations should use startswith (or whatever) to detect the presence of the extension, not an exact string match.