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

Support file browsing in Geo reader and writer nodes #55

Open
koettert opened this issue Nov 29, 2022 · 3 comments · May be fixed by #391
Open

Support file browsing in Geo reader and writer nodes #55

koettert opened this issue Nov 29, 2022 · 3 comments · May be fixed by #391
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@koettert
Copy link
Contributor

koettert commented Nov 29, 2022

One can only type in a hard-coded path, but browsing the file to read or eve just the destination (for writer nodes) would improve the user experience.

Solution
Allow the user to choose from a local file or a Custom URL as input. The default value for new nodes would be local file browsing whereas for existing node it would be custom URL. Use the new classknime.extension.LocalPathParameter to let the user browse for a local file.

@koettert koettert added the enhancement New feature or request label Nov 29, 2022
@koettert koettert self-assigned this Nov 29, 2022
@koettert koettert added this to the Release 1.4 milestone Feb 6, 2024
@koettert
Copy link
Contributor Author

koettert commented Feb 6, 2024

Starting with KNIME 5.3 we can use the LocalPathParameter (AP-21517) to let users browse for local files in the Geospatial file nodes.

@koettert koettert assigned UrbanGISer and unassigned koettert Feb 11, 2025
@UrbanGISer
Copy link
Contributor

set a validator = none to accept both type url: local file and online url

@UrbanGISer UrbanGISer linked a pull request Feb 13, 2025 that will close this issue
@UrbanGISer
Copy link
Contributor

create PR for review

@UrbanGISer UrbanGISer assigned koettert and unassigned UrbanGISer Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants