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

Make more generic finder methods #10

Open
system123 opened this issue Sep 4, 2019 · 1 comment
Open

Make more generic finder methods #10

system123 opened this issue Sep 4, 2019 · 1 comment

Comments

@system123
Copy link

Dealing with geospatial data it is quite common to use S3 or GCS buckets. There are Python wrappers to make these systems appear more like standard filesystems (e.g. s3fs). I'd propose that the finder method accepts a "filesystem" argument such that an s3fs filesystem object can be passed to it for searching a bucket for imagery.

S3FS wraps most of the standard os functions, such as walk, glob etc.

@johntruckenbrodt
Copy link
Owner

Generally a pretty good idea yet I currently don't have a need for this and no time to develop it.
You're very welcome to send me a PR though.

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

No branches or pull requests

2 participants