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

validate_all: Allow to pass a STACObject

m-mohr opened this issue · comments

You can pass a STACObject to validate, but you can't pass it to validate_all. Instead you need to call to_dict() first.
That is an inconsistent interface and confusing.

@gadomski, can you assign me to this one? Can you also move this to the "In Progress" column on the board?

Closed by #1246