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.
Additional context
This arbitrary keyword passing is necessary for any stactools package which might need to read from data stored in requester_pays buckets.
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 thestactools
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.