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

There are no knime.types and knime.types.geospatial #164

Open yui0907 opened 1 year ago

yui0907 commented 1 year ago

There are no knime.types and knime.types.geospatial ,why ?

'import knime.types.geospatial as gt'

yui0907 commented 1 year ago

1678167582401

koettert commented 1 year ago

The geospatial types are par of a KNIME extension that you need to install manually into the KNIME AP that you use for development. To do so go to File->Install KNIME Extension in the Install window unselect Group items by category and search for geospatial. Than select the KNIME Geospatial Extension. image

In your extension you need to add a dependency to the feature as well as its done here: https://github.com/spatial-data-lab/knime-geospatial-extension/blob/main/knime_extension/knime.yml#L12

What kind of nodes/use cases do you plan to develop? We are currently working on several new nodes which might solve you some work :-)

yui0907 commented 1 year ago

Thank you very much

yui0907 commented 1 year ago

Excuse me ,no knime python integration (labs) ,why?

1678763778878 1678763731572

koettert commented 1 year ago

Unselect Group items by category

image

yui0907 commented 1 year ago

1678842832146

Am I using the wrong version? I use 4.7. Do I have to use 4.7 Nightly Build

steffen-fissler commented 1 year ago

Hi @yui0907, in 4.7 KNIME Python Integration (Labs) was renamed to KNIME Python Integration. And the (old) KNIME Python Integration was deprecated. Looks like you already have it installed (the fourth entry from the bottom, it has a grey symbol). For further questions regarding KNIME Analytics Platform please ask in the forum.knime.com. There we can respond faster.

Best regards Steffen