Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pass kwargs for io operations #372

Merged
merged 3 commits into from
Nov 14, 2022

Conversation

sharkinsspatial
Copy link
Contributor

@sharkinsspatial sharkinsspatial commented Nov 11, 2022

Related Issue(s):

Description:
Changes FsspecStacIO base class to StacIO and adds concrete implementations of read_text and write_text which pass kwargs to fsspec.open.

PR checklist:

  • Code is formatted (run scripts/format).
  • Code lints properly (run scripts/lint).
  • Tests pass (run scripts/test).
  • Documentation has been updated to reflect changes, if applicable.
  • Changes are added to the CHANGELOG.

Copy link
Member

@gadomski gadomski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Can you add this to the CHANGELOG? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support arbitrary kwargs for fsspec.open use.
2 participants