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

Select imagery from everywhere #7

Open
maximlt opened this issue Oct 21, 2021 · 3 comments
Open

Select imagery from everywhere #7

maximlt opened this issue Oct 21, 2021 · 3 comments
Assignees

Comments

@maximlt
Copy link
Collaborator

maximlt commented Oct 21, 2021

Right now the dash-doodler requires the user to put JPG images in the local /assets folder of the app, which it then lists as available, and removes them (from the app list of images, not the folder) when the doodling/segmentation is done on that image.

But really the app should allow the user to select imagery from everywhere (including S3 storage). The implementation of this feature could make use of the fsspec Python package, that provides a file-system like interface to many backends.

@maximlt maximlt self-assigned this Oct 21, 2021
@maximlt
Copy link
Collaborator Author

maximlt commented Dec 22, 2021

Doodler currently reproduces in a simpler way what dash-doodler is doing, i.e. pulling images from a local folder.

@dbuscombe-usgs
Copy link

We could set up a public S3 bucket with some images, so we can test an fsspec workflow. We have versions of dash-doodler set up this way that I have not posted on github, but know to work well

@maximlt
Copy link
Collaborator Author

maximlt commented May 3, 2022

Opened a Panel issue to track the progress on extending the FileSelector: holoviz/panel#3483

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