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
25 stars 10 forks source link

WARNING at start of <geospatial view> node configuration seems unnecessary #30

Open sturmkev opened 1 year ago

sturmkev commented 1 year ago

When configuring the \<geospatial view> node for the first time, the 'geometry' column is pre-selected. At the bottom of the (pre-)view we prompt a warning that this column is preset. It seems to me, that this might be counter-intuitive, since the orange color might indicate that something is off. I would think that we do not need to prompt this warning, since the user sees that the geometry column is selected at the top right. But this is just an idea. image

koettert commented 1 year ago

I guess we could simply remove the warning in the knime_utilsmethod if the column has been preset.