stac-utils / stactools

Command line utility and Python library for STAC
https://stactools.readthedocs.io/
Other
104 stars 28 forks source link

Don't use deprecated methods from pystac #455

Closed gadomski closed 1 year ago

gadomski commented 1 year ago

Description: ~Disallow warnings in tests, which encourages (nay, forces) us to stop using deprecated items.~ There are some warnings from stac-check that I'm having trouble filtering out, so for now I'm dropping the "upgrade to error" bit and just fixing the deprecated pystac function usages.

PR checklist:

gadomski commented 1 year ago

Cool, I'll try the glob. I was trying to do it with exact name and failing.

gadomski commented 1 year ago

Tight, that worked! I tested by cherry picking 6b17e0575f165d1bd4c6a56b70482b03b8c4b4bd onto main. Thanks @jsignell!