Skip to content

Support schema map for validation #1552

@philvarner

Description

@philvarner

Currently, the validation code always retrieves the remove STAC schema URI as advertised in the item. However, this can cause significant performance and transient failure issues when creating and validating items. One fix for this is to (as stac-validator does) allow the caller to supply a map of schema URIs to local files, so it's a local read operation rather than a remote network call. Overall, I think we should attempt to move some of the validation behavior from stac-validator into this package, so that stac-validator can focus more on just being a CLI shell around pystac.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions