spatial-data-lab / knime-geospatial-extension

This repository is built for KNIME-CGA Geospatial Project, and the goal is to build Python-based nodes for geospatial analysis in KNIME Analytic Platform.
MIT License
20 stars 8 forks source link

Support selection in Geospatial view nodes #119

Open koettert opened 1 year ago

koettert commented 1 year ago

KNIME has the concept of selection to propagate data point selection between views. The goal of this ticket is to support this mechanism also in the geospatial views.

koettert commented 1 year ago

So funktioniert das für Plotly: Man kann, wenn man ein Plotly plot als HTML exportiert mit dem parameter "post_script" custom JS angeben. (Siehe hier) Da geben wir den "knime-ui-extension-service" und dieses script rein In dem script nutzen wir die JS API von Plotly um mitzubekommen wenn eine selection passiert und das an den knime ui extension service weiterzuleiten Und wir setzen die selection von plotly, wenn über den knime ui extension service, dass sich die selection geändert hat

koettert commented 1 year ago

For Folium I found this info so far:

koettert commented 4 months ago

This will also provide the base for supporting the map view in KNIME reports (https://github.com/spatial-data-lab/knime-geospatial-extension/issues/335)