stac-utils / stactools

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

New release containing kwargs passing. #379

Closed sharkinsspatial closed 1 year ago

sharkinsspatial commented 1 year ago

Is your feature request related to a problem? Please describe. I'd like to make PRs to several stactools packages which includes kwargs passing functionality from https://github.com/stac-utils/stactools/pull/372 and include >= version pinning for the stactools requirement.

Describe the solution you'd like A new PyPi release which includes https://github.com/stac-utils/stactools/pull/372.

Describe alternatives you've considered Using git installs from the branch https://github.com/sharkinsspatial/stactools/tree/kwargs_subclass which is not sustainable in the long term.

Additional context This arbitrary keyword passing is necessary for any stactools package which might need to read from data stored in requester_pays buckets.